Search Type: Posts; User: VincentChen
Search: Search took 0.01 seconds.
-
11 Jan 2009 6:19 PM
- Replies
- 12
- Views
- 6,853
/**
* @author Vincent Chan
*
*/
Ext.namespace("Ext.ux");
//TreeEventModel仅仅对checkbox进行了处理,这里进行修正,加上radio的事件处理
//Fix the TreeEventModel.Add delegate on radio click event.... -
11 Dec 2008 7:24 PM
- Replies
- 11
- Views
- 5,689
take a look at this post
-
21 Oct 2008 6:10 PM
Jump to post Thread: Tree Drag problem by VincentChen
- Replies
- 0
- Views
- 530
I want to drag node out of a tree to remove it.How could I do?
-
17 Oct 2008 4:11 AM
- Replies
- 12
- Views
- 6,853
UPUP
-
16 Oct 2008 11:10 PM
- Replies
- 12
- Views
- 6,853
I add my owne radio/checkbox support to tree.For checkbox it works fine.But when I click a radio it can't be check[checked
and then unchecked by some code I dont know where it is]
The class:[I use... -
26 Mar 2008 4:04 AM
Jump to post Thread: [2.0??] [CLOSED]MessageBox by VincentChen
- Replies
- 1
- Views
- 1,096
Ext.MessageBox cannot suspend the js following it.
Example:
Ext.MessageBox.confirm(....,function(btn){
if (btn='no')
return;
});
alert('something');
Then, the alert will be... -
29 Jun 2007 6:39 AM
- Replies
- 10
- Views
- 27,631
Great:)
Results 1 to 7 of 7
