extjs3
How to set grid height row in extjs
In my code I\'m using four grids, I\'ve set the row height in css like this: .x-grid3-row td {line-height: 50px;}[详细]
2023-04-12 08:39 分类:问答ExtJs 3 - How do I add a property to an existing item in items?
I need to add the property to an existing item FormPanel. code: Application.TypesForm = Ext.extend(Ext.form.FormPanel, {[详细]
2023-04-12 04:39 分类:问答Creating multiple forms in the cycle
The problem is that in the derivation of several forms, the field VerticalsComboBox shifts to the previous form. Here\'s a picture:[详细]
2023-04-12 04:34 分类:问答Displaying different message on button click of Ext-js Form
I m developing a form using ext-js. I hve addedbuttons. by clicking the save button it shows msg asking for the confirmation having 2 buttons ok and save. But i m nt getting how to give different mess[详细]
2023-04-10 18:17 分类:问答Data within Ext.Panel without XTemplate?
is there a way to apply data to \"regular\" fields and subitems without using the an XTemplate? My code looks like:[详细]
2023-04-10 16:58 分类:问答extjs 3.3: floating panel
I am trying to create a floating panel over other pre-created panels, I tried following simple codes, but failed:[详细]
2023-04-10 15:27 分类:问答Unable to SAVE data using proxy in ExtJS
Proxy update on ExtJS is not loading my update API instead it loads URL which I use to display data on GRID.[详细]
2023-04-09 17:34 分类:问答Reverse engeering cross domain POST requests which use Ext.Ajax.request
I\'m working with a script which seems to use Ext.Ajax.request (with ExtJS 3) to send cross-domain requests - some of them POST requests. Considerations are being made to move away from ExtJS3 (perhap[详细]
2023-04-09 14:06 分类:问答ExtJs Combobox problem
Hi i have a formpanel with remote combobox, the store is jsonstore and is get from webservices with paging results, everything is well, but when you pick an option form the combo always pick the first[详细]
2023-04-07 23:21 分类:问答Extjs can't dynamically add/remove fields in formpanel
I have a form panel that uses a table layout to display a form. I need to add in functionality to add /remove a set of components.[详细]
2023-04-06 06:11 分类:问答