Search Type: Posts; User: gbegley
Search: Search took 0.02 seconds.
-
29 Feb 2012 10:16 AM
Jump to post Thread: Dynamic Menu creation... by gbegley
- Replies
- 4
- Views
- 4,841
I loaded the store with fields
fields: [
{name:'text',type:'string'},
{name:'path',type:'string'},
{name:'icon',type:'string'},
{name:'items'}
],
And... -
9 Feb 2012 2:52 PM
- Replies
- 13
- Views
- 2,729
I've noticed the same thing. My chrome version is
18.0.1025.7 dev-m
It appears that the labels are not being positioned correctly. -
25 Oct 2011 11:44 AM
- Replies
- 2
- Views
- 786
Thanks for the suggestion.
-
25 Oct 2011 7:59 AM
- Replies
- 2
- Views
- 786
Tool tips don't seem to be working on Ext.panel.Tool components.
In the following code example, the button renders a tool tip on mouseover, however the top bar tool and the header tool both do not.... -
23 Sep 2011 1:15 PM
Jump to post Thread: XTemplate variables with spaces by gbegley
- Replies
- 8
- Views
- 1,586
Nice trick!
-
2 Sep 2011 12:06 PM
- Replies
- 0
- Views
- 429
Can anyone point me at an example of the necessary CSS and Javascript tweaks necessary to allow text wrapping in a specific grid column header. I imagine one has to somehow add a css class to the...
-
20 May 2011 1:03 PM
- Replies
- 0
- Views
- 341
I have a test application where I define a container extension containing a chart.
I then have a menu system that on click of the corresponding menu item, a close-able tab is created with the xtype... -
27 Oct 2010 2:04 PM
- Replies
- 1
- Views
- 805
I have a TreePanel with selection events doing some other loader stuff on other components. The Tree also has a Context Menu. When the context menu is invoked with a right click, it also triggers a...
-
15 Oct 2010 8:04 AM
Jump to post Thread: XTemplate variables with spaces by gbegley
- Replies
- 8
- Views
- 1,586
Is "dataindex" the same as (at least in BaseModelData) the property name?
e.g. It would be semantically correct to say
myModelData.get(dataindex)
The ModelData property names are an artifact... -
15 Oct 2010 7:41 AM
Jump to post Thread: A little help with EditorGrid by gbegley
- Replies
- 5
- Views
- 787
I did something similar. I built a new ColumnModel and called reconfigure on the grid on data configuration change, and then called "layout" on the parent container.
I am pretty sure you need a new... -
15 Oct 2010 7:33 AM
Jump to post Thread: XTemplate variables with spaces by gbegley
- Replies
- 8
- Views
- 1,586
I am unfamiliar with the term "dataindex" in relation to GXT xtemplates. Spaces work perfectly fine as ModelData property names, but the xtemplate likely needs to handle some type of regular grammar...
-
14 Oct 2010 11:17 AM
Jump to post Thread: XTemplate variables with spaces by gbegley
- Replies
- 8
- Views
- 1,586
XTemplate doesn't evaluate if the variables name has spaces
<span style="font:bold 12px;color:red">{MY CODE}</span>
It just returns the template code directly.
If I replace variable spaces... -
13 Oct 2010 10:49 AM
Jump to post Thread: JSON, Paging and Memory Proxy by gbegley
- Replies
- 1
- Views
- 1,040
It seems I missed the JsonPagingLoadResultReader, which uses pretty much the same overrides (but better!).
There exists an illustrative example in the Buffered Grid example source code. -
13 Oct 2010 10:14 AM
Jump to post Thread: JSON, Paging and Memory Proxy by gbegley
- Replies
- 1
- Views
- 1,040
Hopefully, this will save others time in the dubugger!
When implementing Paging with JsonReader and MemoryProxy it turns out that the JSONReader needs it's "createReturnData" method overridden so... -
13 Oct 2010 7:01 AM
- Replies
- 5
- Views
- 1,851
Thanks, although it was Sencha's approach that I just made use of. You did say Image+ClickHandler->Component.show() was the "easiest" approach. Thanks for the help!
-
13 Oct 2010 6:41 AM
- Replies
- 5
- Views
- 1,851
Returning new Image Objects (all using the same click handler) seemed to give me some poor performance, So I took a note from CheckBoxSelectionModel, and just returned a place holder element that can...
-
12 Oct 2010 2:04 PM
- Replies
- 5
- Views
- 1,851
To accomplish something similar without a plugin:
http://www.sencha.com/forum/showthread.php?55127-Show-popup-on-grid-click-popup-disappears -
12 Oct 2010 1:57 PM
- Replies
- 5
- Views
- 1,851
I would like to build a column model Grid component plugin that displays an icon image from it's renderer, and has an onclick event that will "popup" another component aligned to the bottom left of...
-
23 Sep 2010 7:33 AM
- Replies
- 1
- Views
- 1,110
Is it possible to have a HTTPProxy "load config" object create multiple request parameters with the same parameters name?
e.g. The desired generated URL is:
path?x=1&x=2&x=3
(so Java Servlet... -
25 Aug 2010 11:25 AM
- Replies
- 2
- Views
- 2,977
I had a bit of trouble extending content panel with top and bottom components :-? and came to the realization that top and bottom components cannot be set after the parent class's onRender has been...
Results 1 to 20 of 20
