Search Type: Posts; User: eastxing
Search: Search took 0.02 seconds.
-
2 May 2012 7:54 PM
- Replies
- 2
- Views
- 1,045
Use the following code to override "Ext.id", I don't want to modify ext-base.js directly.
Ext.origId = Ext.id;
Ext.apply(Ext, {
id: function(el, prefix) {
el = Ext.getDom(el,... -
3 Nov 2011 12:50 AM
- Replies
- 4
- Views
- 903
I met the same issue, after some source reading, I get another easy method to resolve the issue.
The short answer is "Change your id before TreeStore get it", just as mitchellsimoens said.
At... -
23 Feb 2011 11:41 PM
- Replies
- 1
- Views
- 929
Ext.ux.grid.MultiMeasuresPivotGrid is an extension to provide "multi-measures" support for standard PivotGrid.
You can configure multi-measures to generate pivot table, just like the following... -
2 Mar 2010 10:53 PM
- Replies
- 8
- Views
- 3,759
If I don't put the tabpanel into a window, the "strip region" will show on page top right.
-
23 Feb 2010 12:27 AM
Jump to post Thread: Ext.ux.form.TreeComboSuperBox by eastxing
- Replies
- 0
- Views
- 1,009
TreeComboSuperBox is a ComboBox like component which displays select list as a tree and selected items as labelled boxes within the form field.
This extension is written by me(eastxing@gmail.com)... -
30 Nov 2007 1:31 AM
Jump to post Thread: Accordion layout events? by eastxing
- Replies
- 5
- Views
- 2,229
Bumping
-
10 Apr 2007 9:06 AM
- Replies
- 1
- Views
- 915
Hello,
I'm new to Ext, if my question has asked by somebody already,please figure me out:) . Now I want to integrate Ext into Plone(an opensource CMS).What I want is render something in a page...
Results 1 to 7 of 7
