I have an editor grid panel, with 2 fields. Based on the 1st field, the second field should change to a combobox with further options. For that getting the value of the 1st field on runtime is require
It appears that standard 16x16 开发者_JS百科icons get clipped in the tabs of a default tabpanel.Even the Sencha advanced tabs example exhibits that behavior:
Which have the means to derive a description of the field (such as text, combobox) of the table in front of the text input field?
I have a grid in ExtJS where I am looping store items. I\'d like to find a find to access the item\'s HTML element, but I\'m having hard time finding the way to do this.
I have code: ... function Edit(id) { ... } ... view : new Ext.grid.GroupingView({ groupTextTpl: \'... <a href=\"#\" onClick=\"Edit({[values.rs[0].data[\"id\"]]})\">link</a>...\'
I`m learning Extjs and trying to follow this tutorial http://www.sencha.com/learn/the-mvc-application-architecture/
we can ref a grid panel by: ref: \'grid\',selector: \'contactlist gridpanel\' but how to r开发者_开发知识库ef the CheckboxModel in the grid panel?
I need to set up grid enline-e开发者_运维问答diting combo box to show custom HTML. To be more concrete, please, look at this sample. Click any cell in Light column, open combobox. I want to place near
With my fieldset, I have a column layout containing different components. Based on the value of the combo, I want to remove the textField from one column & replace it with a new combo.
I have a two grids made with ExtJs. One is rendered to a tab panel. Other (saying it result grid) is rendered to a window which is shown after AJAX call and datastore of result grid is reloade开发者_运