Search Type: Posts; User: KellanStec
Search: Search took 0.01 seconds.
-
9 Sep 2009 8:22 AM
- Replies
- 6
- Views
- 1,388
1. You don't have any fields defined in your store.
2. Where are you getting the storeResults variable? -
7 Sep 2009 7:19 PM
- Replies
- 3
- Views
- 765
There is a select() method for nodes.
Since you're canceling all click behavior, you need to replicate the parts of it that you want. -
6 Sep 2009 11:38 AM
- Replies
- 3
- Views
- 765
Set up beforeclick and dblclick listeners on the TreePanel. Return false on the beforeclick handler function and do a node.expand() in the dblclick handler.
-
4 Sep 2009 1:33 PM
Jump to post Thread: Dynamic Content + Ext.Form by KellanStec
- Replies
- 2
- Views
- 632
I'd use a DataView.
https://www.extjs.com/forum/showthread.php?t=67390
Check that out for rendering comboboxes within a DataView. -
4 Sep 2009 1:20 PM
Jump to post Thread: Grid Filter load mask by KellanStec
- Replies
- 3
- Views
- 937
Oh, I misread. I thought he was talking about filters rather than a basic sort.
Yes, use paging.
I think you might possibly be able to set up a sortchange listener for the grid? I've never done... -
4 Sep 2009 1:08 PM
- Replies
- 1
- Views
- 1,566
remove() performs a destroy (if autoDestroy is true in the TabPanel config object) and hideTabStripItem just hides it.
If you plan on showing it again, use hideTabStripItem/showTabStripItem.... -
4 Sep 2009 12:55 PM
Jump to post Thread: Checkbox problem :( by KellanStec
- Replies
- 2
- Views
- 1,199
Why are you using a fieldset for a checkbox that isn't being grouped with other form input?
Change the first item in the array to be xtype: 'checkbox' and remove the other stuff, and add listeners... -
4 Sep 2009 12:48 PM
Jump to post Thread: Grid Filter load mask by KellanStec
- Replies
- 3
- Views
- 937
Do a loadMask:true on your grid?
This works for me. -
4 Sep 2009 8:05 AM
- Replies
- 2
- Views
- 1,179
In my experience, when a store is loaded twice at more or less the same time the first one is ignored. Are there any duplicate requests being made in your firebug console?
-
4 Sep 2009 7:17 AM
Jump to post Thread: Grid header from database by KellanStec
- Replies
- 13
- Views
- 1,788
What do you mean by header?
If you mean the column headers, this could be done by returning the header info you want from the back end through and AJAX request and parsing it into a ColumnModel.... -
4 Sep 2009 7:08 AM
Jump to post Thread: RowExpander and RowClick by KellanStec
- Replies
- 1
- Views
- 995
Yep.
Set up the rowselect listener in the row selection model configuration, and add the class 'x-grid3-row-expanded' to the row. I do it this way:
rowselect: function(SelectionModel,... -
20 Aug 2009 8:23 AM
- Replies
- 9
- Views
- 2,015
I will second that this bug is indeed occurring as described.
-
28 Jul 2009 6:38 AM
- Replies
- 14
- Views
- 3,124
Same issue here. When I render a window to a TabPanel item, the entire TabPanel is masked. So, I tried creating a sub-panel to which I rendered the Window, but this creates an additional problem...
-
24 Jul 2009 4:34 AM
- Replies
- 3
- Views
- 2,410
Oh, wow. I didn't even realize this was in the GXT forum. I need to pay more attention!
It looks like the best you could do in GXT is loop through all of your windows to see if they exist/are... -
23 Jul 2009 10:33 AM
- Replies
- 3
- Views
- 2,410
I just thought I'd add to this thread since there doesn't seem to be a solution available on the forums yet.
EDIT: THIS IS FOR EXTJS. I DID NOT REALIZE THIS WAS THE GXT FORUM WHEN I POSTED IT.
... -
7 Jul 2009 12:32 PM
Jump to post Thread: MyWebJukebox by KellanStec
- Replies
- 11
- Views
- 4,862
I *just* got started on one of my own. Looks very nice!
-
15 Jun 2009 9:48 AM
- Replies
- 6
- Views
- 2,636
Have you tried passing an empty array to the setDisabledDates() method?
-
15 Jun 2009 9:46 AM
Jump to post Thread: combobox values by KellanStec
- Replies
- 1
- Views
- 606
Check out the regex property for the ComboBox to do validation.
-
15 Jun 2009 9:07 AM
- Replies
- 3
- Views
- 1,697
For anyone looking for a solution to this as I was, it's easy. Just have the back end return a 'qtip' value for each node. Here's an example JSON return object for one node:
{
"id":"1533"... -
24 Apr 2009 10:33 AM
Jump to post Thread: Sideway Charts? by KellanStec
- Replies
- 4
- Views
- 1,365
I would be interested in this as well.
What I am looking for is a horizontal stacked bar chart. I plan on using something similar to this as a visual way of seeing a daily schedule.
I am...
Results 1 to 20 of 20
