Search Type: Posts; User: badgerd
Search: Search took 0.03 seconds.
-
23 Feb 2010 3:26 PM
Jump to post Thread: ComboBox within EditorGrid by badgerd
- Replies
- 1
- Views
- 608
I have a ComboBox within an editorgrid and I wish to dynamically pass values to the ComboBox store
editor: new Ext.form.ComboBox({
typeAhead: false,
triggerAction: 'all',... -
10 Dec 2009 9:20 PM
- Replies
- 406
- Views
- 144,276
I was wondering if anyone has an event override for additem?
I am trying to load default values that is dynamically called via Ajax and populate the Combo using a copy of the setValue function - I... -
3 Dec 2009 2:19 PM
Jump to post Thread: grid viewready issue in FF by badgerd
- Replies
- 0
- Views
- 883
I have a problem in using the code from http://www.extjs.com/forum/showthread.php?t=47119
Everything works perfectly in IE, but I get an error in FF saying record is undefined.
// Once the... -
24 Nov 2009 5:03 PM
- Replies
- 55
- Views
- 33,967
Has anyone used this with dynamically called subdata?
I have a subdata JSONStore being called, but undefined is constantly returned instead of the proper subdata because its all happening too... -
22 Jul 2009 9:34 PM
- Replies
- 302
- Views
- 156,973
I have implemented this solution with CheckboxSelectionModel in place as the first column, however the checkbox selection is only allowing me to select one record at a time.
I have checked firebug... -
22 Mar 2009 7:38 PM
Jump to post Thread: Ext.ux.tree.TreeFilterX by badgerd
- Replies
- 85
- Views
- 33,130
Saki,
I have the tree loading asynchronously as each node is expanded.
I am using 3 Extensions to build my tree:
TreeCheckNodeUI - http://extjs.com/forum/showthread.php?t=27267 - So I can... -
22 Mar 2009 7:03 PM
Jump to post Thread: Ext.ux.tree.TreeFilterX by badgerd
- Replies
- 85
- Views
- 33,130
Saki,
I am using your TreeFilterX plugin with http://extjs.com/forum/showthread.php?t=37704&page=3, and was wondering how I can make the "loading" mask work on it.
Apologies for the double... -
22 Mar 2009 2:32 PM
Jump to post Thread: TreePanelFilter Plugin by badgerd
- Replies
- 28
- Views
- 14,906
I am successfully using this Plugin with many "correct" results returned in the tree.
However, when the tree has lots of results it appears that the tree "freezes" and does not show that it is... -
15 Mar 2009 7:41 PM
- Replies
- 5
- Views
- 1,902
OK I have double checked the response returned.
It is giving this back as the responseText.
<wddxPacket version='1.0'><header/><data><string><char code='0d'/><char code='0a'/> <select... -
15 Mar 2009 7:36 PM
- Replies
- 5
- Views
- 1,902
The element "AccessEmployeesFrame" is the id of a td component of a table.
-
15 Mar 2009 7:26 PM
- Replies
- 5
- Views
- 1,902
I am having a really bad mind blank today and cannot seem to find the solution in forums...
I have an Ajax request which returns HTML code into a table container, however the returned responseText... -
11 Feb 2009 2:14 PM
- Replies
- 2
- Views
- 796
I have a grid with a paging toolbar, the problem I have is that the displayMsg text overlaps the buttons if the screen is small.
I have tried searching the forums for others that may have had same... -
18 Dec 2008 2:12 PM
Jump to post Thread: Ext.ux.LiveGrid by badgerd
- Replies
- 823
- Views
- 290,787
Is there a way I can hide the refresh icon & function in the toolbar?
I would also like to have some text in place of this.
Would this allow for it? -
16 Nov 2008 5:02 PM
Jump to post Thread: ux.plugins.SizeToTarget by badgerd
- Replies
- 4
- Views
- 2,136
I too would love to see this.
I have a portal application with various portlets, one of the portlets is an image container - I have no idea what the dimensions are, but I would like to resize... -
16 Oct 2008 3:34 PM
- Replies
- 1
- Views
- 971
I am using a CheckboxSelectionModel in my grid.
If the user selects the actual row, I want a different function to be called and not tick/untick the checkbox.
Is this doable? -
15 Oct 2008 10:05 PM
Jump to post Thread: Viewport Scrollbars by badgerd
- Replies
- 3
- Views
- 1,479
I managed to get a hack working by modifying the style and set the "overflow-x:hidden" to the element.
At first this worked, but the Id is dynamically generated, and will always be different.
... -
12 Oct 2008 9:55 PM
- Replies
- 8
- Views
- 7,471
I am using this system of implementing my treePanel and it works great.
I have one question though, have you been able to use this same code and include a save/remember state function into it when... -
7 Oct 2008 1:32 PM
Jump to post Thread: global Panel draggable setting by badgerd
- Replies
- 3
- Views
- 885
Thanks Animal, that did the trick.
-
6 Oct 2008 4:58 PM
Jump to post Thread: global Panel draggable setting by badgerd
- Replies
- 3
- Views
- 885
I was wondering if I can set a global variable to set the "draggable:false" on all Panels that are created within the page once.
Or can it only be done on each item call?
eg:
...items:[{... -
6 Oct 2008 1:49 PM
Jump to post Thread: Grid qtips by badgerd
- Replies
- 3
- Views
- 1,132
Condor,
That was perfect, it did the trick.
Thanks :) -
1 Oct 2008 9:44 PM
Jump to post Thread: Viewport Scrollbars by badgerd
- Replies
- 3
- Views
- 1,479
Ahh :s
I checked it in FF, and the scrollbar does not appear and everything is displaying correctly with only a vertical scroll bar.
Maybe its an IE thing? -
1 Oct 2008 9:16 PM
Jump to post Thread: Viewport Scrollbars by badgerd
- Replies
- 3
- Views
- 1,479
I am trying to work out how to prevent the horizontal scrollbar to not appear if there is more content than the screen can hold and just re-adjust the viewport width.
I have tried searching in the... -
1 Oct 2008 4:58 PM
Jump to post Thread: Grid qtips by badgerd
- Replies
- 3
- Views
- 1,132
I have come across an unusual issue in regards to using qtips in grids.
For some reason there appears a ">" character that appears in the grid cell once rendered.
There is no excess ">"... -
25 Sep 2008 3:57 PM
- Replies
- 1
- Views
- 1,249
I am trying to work out how to dynamically add a new button to the PagingToolbar.
I have tried using the following code:
var sBtn = new Ext.Toolbar.Button({
id : 'deleteTasks',... -
11 Sep 2008 4:43 PM
- Replies
- 1
- Views
- 664
Is there a way I can make the tabs (titles) all consistent (dynamic) widths and stretch all the way across the panel width?
I have attached a b4 and after images of what I would like :)
Results 1 to 25 of 116
