Search Type: Posts; User: ody
Search: Search took 0.02 seconds.
-
1 Jun 2011 5:55 AM
Jump to post Thread: Add new tab button in tab strip by ody
- Replies
- 17
- Views
- 13,028
I've had a go at converting this to extjs 4:
Ext.ux.AddTabButton = (function() {
function onTabPanelRender()
{
this.addTab = new Ext.tab.Tab({
text: ' ', -
31 May 2011 3:51 AM
Jump to post Thread: Ext JS 4 on cachefly.net? by ody
- Replies
- 13
- Views
- 2,563
+1
-
24 Sep 2010 6:15 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
Do you or any mods/devs know the best way to get something like this off the ground? I know I could slap it on googlecode and add test cases as I stumble over the ExtJS library but that doesn't feel...
-
24 Sep 2010 1:33 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
This interceptor function has given me an idea..
Ext.ns('Ext.Debug');
Ext.Debug = function(){
Ext.History.init = Ext.History.init.createInterceptor(function(){
hiddenField =... -
23 Sep 2010 11:21 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
thanks scarsick! funnily I've learnt a lot by not RTFM :P
-
23 Sep 2010 7:00 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
ExtJS is to good, I keep making assumptions it's taking care of things.
-
23 Sep 2010 6:41 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
I've put this in at line 30165ish:
if(!hiddenField || hiddenField == null)
{
Ext.DomHelper.append('body', {tag: 'div', id: "x-history-field"});
hiddenField =... -
23 Sep 2010 6:33 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
Actually, it looks like it is something to do with the DOM element id:x-history-field not existing .. which I can see CSS for but nothing that creates the element. If I create a div in the body with...
-
23 Sep 2010 6:22 AM
Jump to post Thread: [CLOSED]Ext.History.init() bug? by ody
- Replies
- 9
- Views
- 1,547
Just attempted to use Ext.History (ext 3.2.1), and get this error when calling init (from chrome) :
Uncaught TypeError: Cannot read property 'value' of null
startUp ext-all-debug.js:30124... -
15 Sep 2010 6:28 AM
Jump to post Thread: Add new tab button in tab strip by ody
- Replies
- 17
- Views
- 13,028
Cheers Animal!
I've cut down what you done as I just needed the button to allow someone to click it which calls a callback function that adds a new tab to the tabpanel. I think it is correct ..... -
6 Sep 2010 6:35 AM
- Replies
- 1
- Views
- 701
I figured this out and wrote up on the solution here.
-
6 Sep 2010 6:31 AM
Jump to post Thread: Button Menu menutriggerout/over by ody
- Replies
- 1
- Views
- 660
Hi, I'm attempting to display a menu when a user mouse overs a button, and when they mouseout the menu closes. However the moment you leave the button the menu closes which makes it impossible to...
-
16 Aug 2010 6:13 AM
- Replies
- 96
- Views
- 42,078
I read the entry in the docs for the GridPanel's viewConfig and all became clear :)
-
16 Aug 2010 5:43 AM
- Replies
- 96
- Views
- 42,078
ah, yeah, sorry I completely forgot about that bit. Currently I've got:
viewConfig: {
onDataChange: function(){
this.cm.setConfig(this.ds.reader.jsonData.columns);... -
16 Aug 2010 5:00 AM
- Replies
- 96
- Views
- 42,078
I use a GridPanel configured with a JsonStore, no view set and columns set to []. The store is set to autoload.. I'm not using any extensions whatsoever. Then I added this ux I set the view to new...
-
16 Aug 2010 4:29 AM
- Replies
- 96
- Views
- 42,078
Great extension! One problem I've ran into however is that it doesn't seem to respond to metaData from the store for creating dynamic columns, is this a known issue?
cheers -
16 Aug 2010 3:03 AM
Jump to post Thread: Sticky grid columns by ody
- Replies
- 3
- Views
- 530
cheers raj :)
-
16 Aug 2010 2:39 AM
Jump to post Thread: Sticky grid columns by ody
- Replies
- 3
- Views
- 530
http://www.sencha.com/forum/showthread.php?76324-LockingGridPanel-Grid-with-fixed-and-scrolling-columns
-
16 Aug 2010 2:23 AM
Jump to post Thread: Sticky grid columns by ody
- Replies
- 3
- Views
- 530
I can't seem to find anything on the forums or google about being able to setup a grid with sticky columns which don't move as a grid is scrolled horizontally.
If anyone has any ideas or... -
25 May 2010 5:13 AM
- Replies
- 2
- Views
- 586
Have you tried the baseParams config option in the store?
-
25 May 2010 4:07 AM
- Replies
- 1
- Views
- 701
I have a simple grid that loads records into a form. However when a record is loaded into the form combos from the grid and then saved the combo value is the text value not the id. If I click the...
Results 1 to 21 of 21
