Search Type: Posts; User: yew98
Search: Search took 0.02 seconds.
-
20 Aug 2008 10:40 PM
- Replies
- 2
- Views
- 880
here is my test code.
Action A and B will be used anywhere in my application and will be placed in toolbar, menu and button.
The handler in action will use the container panel to get field value... -
20 Aug 2008 6:29 PM
- Replies
- 2
- Views
- 880
Hi guys, I wonder if there is anyway to pass params to Ext.Action object.
Now, i use Ext.Action.execute() and set scope for this method so that i can pass params for the handler.
Is there any more... -
20 Feb 2008 10:15 PM
- Replies
- 2
- Views
- 1,202
It seems i should study the Ext document more carefully.
Thank you very much -
20 Feb 2008 10:04 PM
- Replies
- 2
- Views
- 1,202
Hi guys, is there anyway to add event handler in the JSON config object when I new a Ext widget?
The pseudo code perhaps look like that:
var panel = new Ext.Panel({
onBeforeadd :... -
18 Feb 2008 7:00 PM
Jump to post Thread: Ext.ux.wizard for Extjs 1.x by yew98
- Replies
- 23
- Views
- 26,760
Does the sample code for Ext 2.x should be:
wizard = new Ext.ux.Wizard({
id : Ext.id(),
autoCreate:true,
width:500,
height:300,
resizable:false,
autoScroll:false
}); -
27 Dec 2007 10:33 PM
Jump to post Thread: Can't remove form item in ext2.0 by yew98
- Replies
- 3
- Views
- 1,681
Thanks. it's really help.;)
-
26 Dec 2007 10:42 PM
Jump to post Thread: Can't remove form item in ext2.0 by yew98
- Replies
- 3
- Views
- 1,681
when i remove a form item, the label doesn't remove together.
Is that a right way to remove a form item by using function 'remove' in runtime?
Code is here
<!DOCTYPE HTML PUBLIC "-//W3C//DTD... -
8 Nov 2007 6:53 PM
Jump to post Thread: Is there any log utility in ext? by yew98
- Replies
- 7
- Views
- 3,206
Thank you Animal. It works pretty well. :)
-
8 Nov 2007 1:58 AM
Jump to post Thread: Is there any log utility in ext? by yew98
- Replies
- 7
- Views
- 3,206
;) ok, i'll have try. thank you
-
8 Nov 2007 1:14 AM
Jump to post Thread: Is there any log utility in ext? by yew98
- Replies
- 7
- Views
- 3,206
Hi everyone,
I am new to ext. Is there any log utility in ext already? I search the api and forum but get nothing. now, I use a logger named jslog, but it looks not as pretty as ext.
Thank you -
11 Jun 2007 12:57 AM
- Replies
- 2
- Views
- 784
well, my PM decide to use freemarker to generate all the stuff as a widget, include html element and script, which behavior is mostly like marco replace.
thank you all the same. -
10 Jun 2007 5:32 PM
- Replies
- 2
- Views
- 784
When I try to place the <script> element nested in the <div> element and render the grid, I get a error from IE6 and IE7 which says it can't open the page. But it works pretty well under Firefox....
Results 1 to 12 of 12
