Search Type: Posts; User: scottpederick
Search: Search took 0.02 seconds.
-
18 Mar 2010 3:05 PM
Jump to post Thread: Ext.ux.CodePress by scottpederick
- Replies
- 34
- Views
- 33,345
I had some issues where it would resize properly so added:
, setSize : function(width, height) {
this.resize();
}
and all is well. -
1 Sep 2009 3:55 AM
Jump to post Thread: Ext.ux.form.TriCheckbox by scottpederick
- Replies
- 4
- Views
- 2,568
Thanks for the fix :)
I've updated the first thread code and zip. -
9 Feb 2009 4:56 PM
- Replies
- 2
- Views
- 1,212
FCKEditor 2.4.6 now includes a configuration option 'PreventSubmitHandler' which stops it trying to take over the FormPanel's handler.
-
9 Sep 2008 11:20 PM
- Replies
- 106
- Views
- 52,369
If anyone is having an issue with this component in IE7 whereby the trigger's textfield moves in mysterious ways, I've roughly traced it back to the trigger using setDisplayed(false) rather than...
-
27 May 2008 2:32 AM
- Replies
- 2
- Views
- 1,212
I finally figured it out - fckeditor modifies the onsubmit() of the hosting form and does it in a way that breaks if you have more than one editor on a form.
It stores a reference to the existing... -
27 May 2008 12:10 AM
- Replies
- 2
- Views
- 1,212
Hi,
I'm having a strange issue that I would really appreciate any help with - I've tracked it up to a point, but am a little stuck on how to proceed.
I'm using extjs2.1 on Firefox 2.0.0.14... -
14 May 2008 3:53 PM
Jump to post Thread: Ext.ux.form.TriCheckbox by scottpederick
- Replies
- 4
- Views
- 2,568
Ah yes - I meant to give credit to XCheckbox (http://extjs.com/forum/showthread.php?t=25924) without which this wouldn't have been written. :) Many thanks to jsakalos for all his fine work. It's just...
-
8 May 2008 4:37 PM
Jump to post Thread: Ext.ux.form.TriCheckbox by scottpederick
- Replies
- 4
- Views
- 2,568
Hi,
Thought this may be of use to someone - it's a three-state checkbox field. It can be set to inherited (inherits either on or off) or set to on or off. The checkbox states are indicated by... -
22 Aug 2007 5:30 AM
- Replies
- 0
- Views
- 787
Hi All,
I've got an odd problem when trying to set up a NestedLayout with a toolbar and was wondering if someone can point me in the right direction. As I resize the center panel the toolbar...
Results 1 to 9 of 9
