Search Type: Posts; User: ktilt
Search: Search took 0.03 seconds.
-
15 Sep 2011 3:37 PM
- Replies
- 5
- Views
- 3,140
The monitorValid config was removed in 4.x for performance reasons. I too would like to know what people are doing in 4.x as a substitute for disabling a form submit button until all fields are valid.
-
5 Jun 2009 8:47 PM
- Replies
- 2
- Views
- 868
you can see the issue by hitting the following examples page
http://www.extjs.com/deploy/ext-3.0-rc2/examples/menu/menus.html
click 'Button W/Menu' -> 'Choose a date'
click any day in... -
23 Aug 2008 12:44 PM
- Replies
- 8
- Views
- 3,719
i tried last nights build but experienced a lot issues on my apps (both which work flawlessly on FF 3.0.1). one wouldnt load at all getting a 'x.el does not exist' error in ext-all.js while the other...
-
16 Aug 2008 2:21 PM
Jump to post Thread: Adding check boxs to form problem by ktilt
- Replies
- 5
- Views
- 1,223
here is what i see in firebug on on my checked checkbox (im also specifying inputValue:'y' in my checkbox config):
<input id="fd-chk" class="x-form-checkbox x-form-field x-hidden"... -
16 Aug 2008 10:20 AM
Jump to post Thread: Override CSS for TBAR buttons.. by ktilt
- Replies
- 2
- Views
- 1,238
Jason -
i suggest (if you arent already) using firebug to inspect the DOM. this will let you see what classes are used by ext. then just tinker with it until you get the look you want. -
14 Aug 2008 12:34 PM
- Replies
- 8
- Views
- 2,239
try this one. ive been using it with no issues. http://extjs.com/forum/showthread.php?t=20181
-
22 Jul 2008 9:39 AM
Jump to post Thread: Ext.ux.form.BrowseButton by ktilt
- Replies
- 159
- Views
- 87,361
has anyone got this to work in Opera? on the first post i saw this
Opera - (Mac/Windows/Linux)
Only works with explicitly instantiated buttons for a panel. Doesn't work in the tbar or items.i... -
8 Jul 2008 10:28 PM
- Replies
- 1
- Views
- 3,105
nevermind. i was reviewing the source for Panel.js and found out you have to apply the style to the internal body element.
Ext.getCmp('color-selection').body.applyStyles(....) worked. -
8 Jul 2008 10:17 PM
- Replies
- 1
- Views
- 3,105
hi. im trying to change a panel's background color on an event (either the choice of a color in a Ext.menu.ColorItem or a Ext.ux.ColorPicker). ive tried updating the panel's background color several...
-
7 Jul 2008 8:38 AM
Jump to post Thread: Problem with automatic scrolling by ktilt
- Replies
- 5
- Views
- 1,391
try adding
autoScroll: true
to the panel config -
26 Jun 2008 1:05 AM
- Replies
- 2
- Views
- 955
ive been looking for this very thing but have come up empty. anyone have any ideas?
-
24 Jun 2008 5:23 PM
Jump to post Thread: Ext.Resizable listener for 'onmove' by ktilt
- Replies
- 1
- Views
- 665
ive tried adding listeners for several different items but none do anything. i think there must be a way to add a listener other than the ones defined in the doc's but im not sure how.
-
24 Jun 2008 10:34 AM
- Replies
- 2
- Views
- 871
you can return a JSON value from a file upload. im doing it on my app. the only difference between a file upload response and a normal form post response is the content type. i had to change my...
-
24 Jun 2008 9:56 AM
Jump to post Thread: Ext.Resizable listener for 'onmove' by ktilt
- Replies
- 1
- Views
- 665
hello. i have a resizable object which has a resize listener configured. whenever its resized its x, y , width and height values are calculated. this works fine.
i want to add a listener to do the... -
23 May 2008 2:14 PM
- Replies
- 11
- Views
- 7,169
please post your form code (including button config). impossible to answer unless we can see what your doing.
thanks -
19 May 2008 7:57 AM
- Replies
- 8
- Views
- 1,573
i tried this yesterday but ext is re-ordering the buttons to YES NO CANCEL. :-/
-
18 May 2008 10:59 PM
- Replies
- 2
- Views
- 1,068
that will add text below the combobox.. but the OP is looking to add text to the right of the combobox.
does anyone know of a way to do this? or a way to get it working properly with...
Results 1 to 17 of 17
