Search Type: Posts; User: jinjianhe
Search: Search took 0.03 seconds.
-
16 Jan 2012 5:24 PM
- Replies
- 1
- Views
- 620
extjs4 grid crud using writer, how to save data from multi stores at one request? can u give an example? thx. in the extjs3, there is an solution which is probably to write a beforewrite event...
-
10 Jan 2012 4:54 PM
Jump to post Thread: add a tool to fieldset by jinjianhe
- Replies
- 0
- Views
- 562
yes, i wanna add a tool to the fieldset, when click the plus icon, the fieldset will be cloned and added to the below of the exsiting fieldset, and click the minus icon, the added fieldset will be...
-
10 Jan 2012 6:21 AM
- Replies
- 2
- Views
- 914
thx,:)
-
9 Jan 2012 4:52 PM
Jump to post Thread: override fieldset? by jinjianhe
- Replies
- 2
- Views
- 518
yes, i wanna add a tool to the fieldset, when click the plus icon, the fieldset will be cloned and added to the below of the exsiting fieldset, and click the minus icon, the added fieldset will be...
-
9 Jan 2012 12:47 AM
Jump to post Thread: override fieldset? by jinjianhe
- Replies
- 2
- Views
- 518
Ext.require('Ext.form.FieldSet', function() {
Ext.override(Ext.form.FieldSet, {
dynamic : false,
/**
* Clones a column of form *fields* within a fieldset untill the required amount... -
4 Jan 2012 11:33 PM
- Replies
- 2
- Views
- 914
now i am using the extjs designer based on extjs3.3.x, i have a problem that adjust the labelwidth, i have not found the property of lablewidth in the designer t,plz help, thx.
-
22 Dec 2011 3:12 AM
- Replies
- 1
- Views
- 1,196
var formPanel = Ext.getCmp('yourForm');
//add
formPanel.add(
{
xtype : 'textfield',
fieldLabel : 'Extra Field',
name : 'yourName',
id : 'yourName'
}
) -
21 Dec 2011 11:54 PM
- Replies
- 9
- Views
- 3,087
just build a same project based on extjs3.3 and extjs4.0 using extjs designer1.2.2 respectively, after export the project successfully, run the generated designer.html by extjs4.0 , it does not work,...
-
21 Dec 2011 7:53 PM
- Replies
- 0
- Views
- 552
i have successfully exported on designer 1.2.2-48, and when i run the designer.html, it does not have any information in the browser.plz help, thx.30227
-
21 Dec 2011 2:50 AM
- Replies
- 1
- Views
- 1,117
is there any solution for creating form fields dynamicly through add button ?
I found one of methods from site, the url is...
Results 1 to 10 of 10
