Search Type: Posts; User: ghellman
Search: Search took 0.01 seconds.
-
31 Dec 2012 5:23 AM
Jump to post Thread: Itemselector by ghellman
- Replies
- 1
- Views
- 451
one way -
you could add "id" to the itemselector "field" -
xtype : 'itemselector',
id : 'xxxxx-selector',
.
.
.
then (in controller or handler ) - -
2 Mar 2012 7:58 AM
- Replies
- 1
- Views
- 575
Our company is considering using "OpenSocial" - has anyone had experience (good or bad) with using that with Extjs or ExtGWT?
-
2 Mar 2012 7:56 AM
- Replies
- 0
- Views
- 493
Our company is considering using "OpenSocial" - has anyone had experience (good or bad) with using that with Ext GWT?
Thanks -
9 Feb 2012 9:55 AM
- Replies
- 3
- Views
- 859
Probably the issue comes from my data (coming from the backend/server/database) being integers.
So the store does not give me the single quotes surrounding each item in the array (as in the example... -
9 Feb 2012 9:34 AM
- Replies
- 3
- Views
- 859
Yes - I noticed that in the MultiSelect demo the setValue works flawlessly as you said....
Also, in the firebug console, doing the same, works flawlessly.
But when loading those values from a... -
9 Feb 2012 8:45 AM
- Replies
- 3
- Views
- 859
In using setValue for the ItemSelector, I find that I need to use something like "[0,1001,1002,1003,0]" instead of "[1001,1002,1003]" (in which case the first and last do not show up).
When I use...
Results 1 to 6 of 6
