Search Type: Posts; User: Buzzwords
Search: Search took 0.02 seconds.
-
12 Oct 2012 7:49 AM
- Replies
- 13
- Views
- 9,026
Has this override been incorporated into Extjs 4 proper? Does anyone know?
-
23 Mar 2012 4:36 AM
- Replies
- 12
- Views
- 2,985
Trupti, Your code looks ok except that you have an extra '});' after your combo declaration, and the store object should be defined within the Ext.onReady enclosure. Also, if you're using Extjs4...
-
7 Feb 2012 11:13 AM
- Replies
- 10
- Views
- 4,037
We need a workaround for previous V4 versions. Can someone provide some guidance on this please?
-
7 Feb 2012 7:32 AM
Jump to post Thread: Scrolling gridPanel not working by Buzzwords
- Replies
- 4
- Views
- 955
@MITCHELL: I don't currently have the option of moving to V4.1 so can I get and apply the code changes to fix this issue? This issue is occurring sporadically on several grids in a critical...
-
2 Feb 2012 11:16 AM
- Replies
- 2
- Views
- 303
Right. It should sort the store, but it only sorts the records visible on the grid page. I'm thinking there are two possibilities: 1) I'm missing something in the configuration of...
-
2 Feb 2012 6:06 AM
- Replies
- 2
- Views
- 303
Wondering if anyone knows how to do this. I have a grid with a store configured with a PagingMemoryProxy. When I click on a column header in the grid the sort only addresses the data on the current...
-
27 Jan 2012 10:08 AM
Jump to post Thread: Itemselector load data by Buzzwords
- Replies
- 12
- Views
- 2,026
Nice. I bumped into this today and figured it out just before seeing this post. To reload the ItemSelector contents one must use itemselector.bindStore( store ) each time.
-
27 Jan 2012 10:03 AM
- Replies
- 5
- Views
- 699
Good point. I tried using a 'column' layout to create a two-column layout, but all the images loaded into the first row. They didn't line up to the right of the respective fields in the left...
-
27 Jan 2012 8:09 AM
- Replies
- 5
- Views
- 699
Clickable icon. Subsequent to yesterday's post I got something working. I'm not convinced it's the best solution but it works for now. Within the loop shown in the code from my first post above,...
-
26 Jan 2012 1:42 PM
- Replies
- 5
- Views
- 699
Wondering if anyone has a simple answer to this. I'm trying to append an icon just to the right of each textfield in a form. The closest I've come places the icon UNDER the textfield. So here's my...
-
15 Jan 2012 10:37 AM
- Replies
- 12
- Views
- 2,389
I ran into this same error today: "overHeader is undefined"
Version: ext-4.0.7-gpl
The error appears when I mouseover a grid column header after doing a grid.reconfigure().
Not sure of the... -
31 Dec 2011 9:37 AM
Jump to post Thread: Grid column higlighting / hover by Buzzwords
- Replies
- 3
- Views
- 1,109
One way to highlight all cells for a particular column is to add an arbitrary CSS class name to each column cell. The working example below uses a renderer to wrap the cell's content in a <span>...
-
30 Dec 2011 8:53 PM
- Replies
- 6
- Views
- 1,294
Through trial and error I've figured out how to highlight an updated grid row. In the grid's viewConfig I added a listener for the 'itemupdate' event, and simply highlighted the passed node.
... -
25 Nov 2011 6:25 AM
Jump to post Thread: TabScrollerMenu tweaks by Buzzwords
- Replies
- 1
- Views
- 764
A couple of small things popped up on this nice little plugin. First, when the tabpanel has fewer tabs than the value specified for menu pageSize, no menu is built at all. The plugin code tries to...
-
10 Nov 2011 10:05 AM
- Replies
- 1
- Views
- 1,110
Thanks jej2003. I needed that piece of code today, to pass in an existing XTemplate. :)
-
4 Nov 2011 10:46 AM
Jump to post Thread: Ext.ux.data.PagingStore [v0.5] by Buzzwords
- Replies
- 276
- Views
- 124,028
Ignore my previous question. I've found the functionality I was looking for. PagingMemoryProxy is just what I needed. It allows Ext.toolbar.Paging to control paging of local data contained in an...
-
3 Nov 2011 6:26 PM
Jump to post Thread: Ext.ux.data.PagingStore [v0.5] by Buzzwords
- Replies
- 276
- Views
- 124,028
Does anyone know if there is a port of Ext.ux.data.PagingStore for Extjs 4x?
-
1 Nov 2011 6:37 PM
- Replies
- 23
- Views
- 8,974
@eddiegarza: Thanks for posting the fix. Encountered this bug tonight and now I'm past it.
-
1 Aug 2011 11:09 AM
- Replies
- 13
- Views
- 5,216
I really like this plugin but tab scroller buttons still appear in their normal positions. When the toolbar is present the scrollers should be confined to the sides of the tabs. I'm using the...
-
31 Jul 2011 10:05 AM
- Replies
- 19
- Views
- 5,290
I feel like the groupHeaderTpl should allow me to easily access the grid's data store, or attach a function to return the rendered value. This is a step backwards. My workaround has been to create...
-
22 Jun 2011 6:09 PM
- Replies
- 3
- Views
- 1,911
Oh, and I'm using Extjs version 4.0.2a
-
22 Jun 2011 6:08 PM
- Replies
- 3
- Views
- 1,911
I encountered this today while converting a grid from Ext3 to 4. After some trial and error I got my checkbox selection model working again. Remove the 'sm : new Ext.grid.CheckboxSelectionModel()'...
-
12 Mar 2008 4:25 AM
- Replies
- 0
- Views
- 528
I'm new to Ext so bear with me. I'm trying to modify the value of an <input> element with the user's choice from a LayoutDialog window. The LayoutDialog displays with no problem. How do I 'return'...
Results 1 to 23 of 23
