Search Type: Posts; User: DrZog
Search: Search took 0.03 seconds.
-
2 May 2011 5:19 AM
- Replies
- 406
- Views
- 143,786
Ext.ux.form.SuperBoxSelect doesn't seem to support readOnly in the config i.e. setting to readonly the clear field crosses still work. Obviously setting to disabled fixes this but that's a different...
-
28 Apr 2011 2:35 PM
Jump to post Thread: Paging Toolbar and Ext Designer by DrZog
- Replies
- 0
- Views
- 1,462
Please verify if my comments are accurate as help to others:
- When adding a paging toolbar, an ID is automatically given. But seeing as ID's need to be unique, this needs to be manually changed... -
28 Apr 2011 6:33 AM
- Replies
- 4
- Views
- 1,326
Bump
-
19 Mar 2011 8:39 AM
- Replies
- 3
- Views
- 1,516
Nice one chaps. I stuck it in the initComponent function of my implementation file. Can confirm it does work ;-)
Thanks -
17 Mar 2011 2:15 PM
- Replies
- 12
- Views
- 2,693
Here's an update: seems like the viewer is a subset of the full Safari API
http://www.theregister.co.uk/2011/03/17/apple_confirms_ios_webview_apps_dont_include_same_optimizations_as_safari/ -
17 Mar 2011 8:36 AM
Jump to post Thread: [FIXED] Save to Toolbox not working by DrZog
- Replies
- 2
- Views
- 748
...just saw this RE same issue: http://www.sencha.com/forum/showthread.php?127191-OPEN-v1.1.0-Save-amp-Export-to-Toolbox
will wait for V1.1.1 :) -
17 Mar 2011 8:34 AM
Jump to post Thread: [FIXED] Save to Toolbox not working by DrZog
- Replies
- 2
- Views
- 748
Trying to use the new Save to Toolbox feature (from both a contect menu and the main menu). Doesn't allow me to do this on any of my existing XDS's. Works if I create and save a new one from scratch...
-
17 Mar 2011 1:57 AM
- Replies
- 3
- Views
- 1,516
I have a Tab Panel for customer information so is used multiple times. In the panel is a grid which lists customers files. The issue I have is that obviously each Grid needs a store with a unique ID...
-
16 Mar 2011 12:08 PM
- Replies
- 12
- Views
- 2,693
<allsfairinloveandwar>...agree if it's true seems a bit anti competitive and against the spirit of HTML5 </allsfairinloveandwar>
-
16 Mar 2011 9:24 AM
- Replies
- 12
- Views
- 2,693
What's Sencha's view on this:
Exclusive Apple's iOS mobile operating system runs web applications at significantly slower speeds when they're launched from the iPhone or iPad home screen in... -
13 Mar 2011 12:16 AM
- Replies
- 6
- Views
- 2,735
OK thanks, good to know. I actually just changed the column back to a grid column in designer and then set a renderer in the implementation file....
-
12 Mar 2011 1:44 PM
- Replies
- 6
- Views
- 2,735
Hmmm, maybe I'm missing something but how do I get something like this to work in designer then (or is it not possible?)
<tpl>
{[this.dateTest(values)]},
{ dateTest :... -
5 Mar 2011 3:34 PM
- Replies
- 6
- Views
- 2,735
This works but don't know why the fm alias doesn't work:
<tpl if="diary < today"><span class="column-red">{diary:date("d/m/Y")}</span></tpl>
<tpl if="diary > today && diary <... -
5 Mar 2011 2:32 PM
- Replies
- 6
- Views
- 2,735
Was sure:
<tpl if="[new Date(values.diary) > new Date()]"><span class="column-red">{diary:date("d/m/Y")}</span></tpl>
was going to work but it doesn't...(always evaluates to red) -
5 Mar 2011 1:08 PM
- Replies
- 6
- Views
- 2,735
I'm inserting XTemplate definitions into the tpl config field in Designer (EXT.grid.TemplateColumn). How do you insert template member functions such as:
'<p>Name: {name}</p>',
'<p>Kids:... -
2 Mar 2011 1:13 PM
Jump to post Thread: problem destroying rowExpader by DrZog
- Replies
- 8
- Views
- 802
Jarred this drove me nuts today; not a designer issue but can you move it to bugs for the RowExpander UX if applicable?
-
17 Feb 2011 1:02 PM
- Replies
- 1
- Views
- 983
Bump...
Same in Ext4 -
17 Feb 2011 4:26 AM
Jump to post Thread: [CLOSED]Data package broken by DrZog
- Replies
- 18
- Views
- 3,865
hmmm...1 post, registered in Feb...there's a nice troll, play nicely
~o) -
15 Feb 2011 7:38 AM
- Replies
- 1
- Views
- 983
A bit pedantic but this has bugged me for a long time. Portlet title bar's used in a Portal layout are not pixel perfect (zoom in to a standard Panel title bar and you will see the difference). Is...
-
20 Jan 2011 1:17 PM
- Replies
- 4
- Views
- 1,326
Yes please (I guess a work around is to change it manually but makes all my forms a little messy)
-
20 Jan 2011 8:03 AM
- Replies
- 4
- Views
- 1,326
A bit trivial but if you turn a combo into a read only, the style is correct but cursor is the wrong type (should be 'text' but remains a pointer). Is this the intended action?
-
12 Jan 2011 1:55 AM
Jump to post Thread: Dirty Cell indicator in Form Field? by DrZog
- Replies
- 13
- Views
- 2,210
Cool
Here's some more dirty triangle action http://www.sencha.com/forum/showthread.php?90338-Tracking-dirty-fields-in-form-with-RED-TRIANGLE -
11 Jan 2011 4:31 PM
Jump to post Thread: Dirty Cell indicator in Form Field? by DrZog
- Replies
- 13
- Views
- 2,210
Hi Nigel, nice override. Quick question: Have you tried this with TextArea fields? Firebug tells me that the 'x-grid3-dirty-cell' CSS class is getting overridden. I can fix that using the !important...
-
29 Nov 2010 4:01 PM
- Replies
- 3
- Views
- 1,133
Cheers Jared (I'm sure it's being added ;-) )
@LostSoul this is a fairly hidden (for me anway!) utility class that can be passed to the column model which creates a nice auto incrementing column... -
29 Nov 2010 6:20 AM
- Replies
- 3
- Views
- 1,133
I'm using this to add Ext.grid.RowNumberer to my column model as it's not available natively in designer. I'm doing this in the custom method class that designer generates (after initComponent is...
Results 1 to 25 of 116
