Search Type: Posts; User: brov0010
Search: Search took 0.03 seconds.
-
9 Jul 2009 11:06 AM
Jump to post Thread: Combined checkbox/fieldset? by brov0010
- Replies
- 3
- Views
- 1,294
Your question might not have been answered, but couldn't you override the FieldSet's "onCheckClick"?
NOTE: This isn't tested, but it shouldn't be far off.
Ext.override(Ext.form.FieldSet,{
... -
11 Mar 2008 12:29 PM
- Replies
- 2
- Views
- 1,671
Try using (PortalColumn).add(Portlet)
PortalColumn extends Container which has an add method on it which should add it to the DOM.
You might have to call (PortalColumn).doLayout() after... -
22 Feb 2008 11:32 AM
Jump to post Thread: Grid Editor by brov0010
- Replies
- 19
- Views
- 6,052
Can you provide the Html you are trying to render it to?
My only assumption would be that you call grid.render('grid-company') and you do not have a target node in the DOM with an ID of... -
17 Dec 2007 11:38 AM
Jump to post Thread: API doc generation by brov0010
- Replies
- 2
- Views
- 1,467
Thanks for the post and for a fantastic API.
-
14 Dec 2007 11:14 AM
Jump to post Thread: API doc generation by brov0010
- Replies
- 2
- Views
- 1,467
We are using Ext by extending many of the Classes and wondering if the tool used to build the API docs is available.
Results 1 to 5 of 5
