Search Type: Posts; User: ChrisR
Search: Search took 0.02 seconds.
-
30 Nov 2011 1:24 PM
- Replies
- 2
- Views
- 742
Triggering it in the activate event listener of the panel isn't the right time it appears since that's something i tried.
For one reason or another triggering doLayout on any parent container... -
30 Nov 2011 7:37 AM
- Replies
- 2
- Views
- 742
I've got some issues with form fields embedded inside a tabpanel not being laid out properly, in order to fix it i thougt I'd do a doLayout() on the tab when it's activated but that doesn't seem to...
-
28 Jun 2011 11:38 PM
Jump to post Thread: Ext.ux.TreeGrid drop on row by ChrisR
- Replies
- 3
- Views
- 604
Whoa, that simple? The DD code is hard to get your head around, especially when implemented in the TreeGrid but this definitely did the trick! =D>
-
28 Jun 2011 6:03 AM
Jump to post Thread: Ext.ux.TreeGrid drop on row by ChrisR
- Replies
- 3
- Views
- 604
And it seems this thread will go unanswered too :(
-
1 Jun 2011 1:41 AM
Jump to post Thread: Ext.ux.TreeGrid drop on row by ChrisR
- Replies
- 3
- Views
- 604
When enabling DD on a TreeGrid you still are only able to drop the elements on the actual tree node, not on the whole grid row. Is there a way to configure treeDropZone to allow dropping on the whole...
-
8 May 2011 11:08 PM
- Replies
- 1
- Views
- 1,422
Is there a way to explicitly set the window's body size and have the window component adapt to that? There is the setSize() method on Ext.Window but that only sets the whole window size. I could...
-
21 Mar 2011 12:41 PM
- Replies
- 12
- Views
- 2,240
I've pinned it down to the setValue function of NumberField. If the field isn't rendered yet the function gets called twice
* once when not rendered yet, assigning the value to this.value
* a... -
21 Mar 2011 7:45 AM
- Replies
- 12
- Views
- 2,240
I've pinned it down to the setValue function of NumberField. If the field isn't rendered yet the function gets called twice
* once when not rendered yet, assigning the value to this.value
* a... -
21 Mar 2011 6:28 AM
- Replies
- 12
- Views
- 2,240
I've researched a little more into this issue and noticed that it's related to the decimalSeparator config option.
When you have set the decimalSeparator set to something else than a dot, setValue... -
8 Mar 2011 3:38 PM
Jump to post Thread: Ext.ux.ButtonColumn by ChrisR
- Replies
- 1
- Views
- 959
I needed this for a project at work and decided to create a User Extension for it since alot of people were/are asking for this on the forum. I know of the performance implications but haven't...
-
8 Mar 2011 3:35 PM
Jump to post Thread: Button in Grid's cell by ChrisR
- Replies
- 33
- Views
- 52,080
For anyone that's interested, i've created an extension to facilitate putting buttons in a grid column/cell. Check out my project on github at...
-
25 Feb 2011 1:02 AM
Jump to post Thread: Prompt box and validation by ChrisR
- Replies
- 2
- Views
- 1,860
Any idea how to prevent the dialog from closing if validation has failed?
Its no problem invoking the validation on the value but if invalid the dialog should remain visible. -
15 Feb 2011 3:20 AM
- Replies
- 0
- Views
- 509
Is there a way to just configure ExtJS through an override so that submitEmptyText is false instead of true?
-
14 Feb 2011 1:56 AM
Jump to post Thread: Tooltip constraints by ChrisR
- Replies
- 1
- Views
- 588
Anyone has any idea on this? I'm kinda stuck.
-
10 Feb 2011 7:27 AM
Jump to post Thread: Tooltip constraints by ChrisR
- Replies
- 1
- Views
- 588
I've got a column renderer defined that creates a HTML fragment which contains the ext.qtip attributes to create a quicktip. All works fine, the image renders in the grid cell, when i hover over the...
-
10 Feb 2011 6:04 AM
- Replies
- 6
- Views
- 3,647
Is it possible this but is reintroduced in Ext3?
I'm using Ext3.3.1 and the following rule is causing the same clipping behaviour in Webkit
.x-fieldset legend input {
margin-right:3px;
... -
24 Jan 2011 4:36 AM
- Replies
- 2
- Views
- 886
I've managed to work it out by overloading the setValue method on the combobox instance. But it's by no means an elegant nor good solution if you ask me.
this.combo.setValue = function(v){
... -
24 Jan 2011 3:24 AM
- Replies
- 2
- Views
- 886
Why is it that Ext.form.Field's setValue does not fire an event to notify listeners it's value has changed? I know there is the change and select event for combobox but these only fire events on user...
-
10 Jan 2011 1:44 PM
- Replies
- 1
- Views
- 1,494
Bump, anyone has an idea?
-
7 Jan 2011 5:35 AM
- Replies
- 2
- Views
- 833
bump?
-
14 Dec 2010 5:07 AM
- Replies
- 2
- Views
- 833
is there a way to not distribute the items in a checkboxgroup evenly among the width of the container but just stack them next to eachother based on the text length of the boxLabel and continue on...
-
14 Dec 2010 3:03 AM
- Replies
- 1
- Views
- 1,494
hi all, i'm experiencing the following problem, i've embedded a ckeditor in a tabpanel and am initializing each tab as disabled:true. The problem is the mask is rendering before the ckeditor is...
-
5 Nov 2010 4:15 AM
Jump to post Thread: Checkbox in tab header by ChrisR
- Replies
- 2
- Views
- 799
Ow, that seems very elegant, will try!!
Thanks for the swift reply! -
5 Nov 2010 3:37 AM
Jump to post Thread: Checkbox in tab header by ChrisR
- Replies
- 2
- Views
- 799
Hi, i've searched the forum and google but could not find anything concerning this extension (hard to believe actually that nobody has ever needed it).
What i'm looking for is a way to have a set... -
16 Oct 2009 6:23 AM
- Replies
- 17
- Views
- 3,514
Great, but is there a way to modify the response and push it back into the XHR response object generated by the doFileUpload method? Thus injecting a modified version back into the response.
Results 1 to 25 of 70
