Search Type: Posts; User: jheid
Search: Search took 0.09 seconds.
-
25 Feb 2013 8:20 AM
Jump to post Thread: Cmd 3.1b: Using Netptune theme by jheid
- Replies
- 2
- Views
- 504
Thanks. That did the trick.
Do you know how to compile the whole Neptune theme with other colors? So that I can use the Netptune CSS for other apps out-of-the-box? -
25 Feb 2013 8:15 AM
- Replies
- 4
- Views
- 291
Yes, my fault. Sorry.
-
25 Feb 2013 7:33 AM
- Replies
- 4
- Views
- 291
Did you choose the Neptune theme?
-
20 Feb 2013 3:13 AM
- Replies
- 4
- Views
- 291
If you change
{ text: 'Company', flex: 1, dataIndex: 'company', editor: 'textfield' },
to
{ text: 'Company', flex: 1, dataIndex: 'company', editor: { xtype: 'textfield', inputType:... -
18 Feb 2013 8:03 AM
Jump to post Thread: [4.2.0.489] Missed images by jheid
- Replies
- 2
- Views
- 346
When opening the column menu in Neptune I'll get
GET http://localhost:8088/js/ext-4.2.0.489/resources/ext-theme-neptune/images/layout/mini-top.png 404 (Not Found)
GET... -
16 Feb 2013 3:30 PM
Jump to post Thread: Cmd 3.1b: Using Netptune theme by jheid
- Replies
- 2
- Views
- 504
Hi.
What should I have to do to change the theme after generating an app?
I thought about changing the app.json from
"name": "ext-theme-classic",
to -
12 Feb 2013 7:37 AM
Jump to post Thread: Grid Header Filters by jheid
- Replies
- 64
- Views
- 29,152
For supporting combo boxes I added
if (filterField.xtype == 'combo')
filterField.on ('change', this.onFilterContainerEnter, this);
at the end of -
10 Feb 2013 3:18 AM
- Replies
- 2
- Views
- 250
Seems to be related to http://www.sencha.com/forum/showthread.php?256084-4.2.0.265-Bug-or-Feature-with-RowEditing(-)-and-multiple-same-dataIndex-usage
Using one column with one dataIndex seems to... -
10 Feb 2013 3:14 AM
- Replies
- 1
- Views
- 171
Hi.
I have had the problem that no value is set in a rowediting grid combox editor.
When editing, the combobox didn't get any value although the value was there in the record.
The problem (bug... -
9 Feb 2013 4:56 PM
- Replies
- 2
- Views
- 250
The bug is very strange so I do my best to describe it.
I have a grid with two combobox editors in the columns.
To add a new row, I use
this.getBenutzerView ().getStore ().insert (0, new... -
29 May 2012 1:30 AM
- Replies
- 3
- Views
- 879
listeners: {
beforeedit: function (grid, e, eOpts) {
return e.column.xtype !== 'actioncolumn';
}
} -
4 Apr 2012 1:50 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.JSpell by jheid
- Replies
- 6
- Views
- 2,402
What's in that line?
-
23 Oct 2011 1:27 PM
- Replies
- 1
- Views
- 604
It seems that the added tab is not made visible. So, as a workaround a
listeners: {
add: function (panel, tab) {
tab.setVisible (true);
}
} -
20 Oct 2011 11:22 AM
- Replies
- 1
- Views
- 604
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7-gpl
Browser versions tested against:
IE9 FF6 Chrome 13
Description: -
20 Oct 2011 11:20 AM
- Replies
- 1
- Views
- 549
It's NOT fixed.
-
19 Sep 2011 2:50 AM
- Replies
- 1
- Views
- 549
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.6
Browser versions tested against:
IE9 FF6 Chrome 13
Description: -
14 Sep 2011 1:55 AM
Jump to post Thread: Generating PDF document. by jheid
- Replies
- 18
- Views
- 3,133
I prefer XML->XSLT->XHTML+CSS->XHTMLRenderer->PDF
It uses standards, you get HTML for free and it's much easier to create HTML than using XSL:FO or something like that. -
17 Apr 2011 1:52 PM
Jump to post Thread: xtypes and Ext.require by jheid
- Replies
- 2
- Views
- 1,343
Ehm, yes, but why isn't it used for ExtJS base widgets, i.e. form elements?
-
16 Apr 2011 9:33 AM
Jump to post Thread: xtypes and Ext.require by jheid
- Replies
- 2
- Views
- 1,343
Hi.
Well, there are the xtypes which are IMHO a good way to define your component tree (as they are created on demand).
But I cannot understand why the built-in ExtJS widgets are registered to... -
9 Apr 2011 5:38 AM
Jump to post Thread: ExtJS4: Size of ext-all.js by jheid
- Replies
- 10
- Views
- 3,065
See http://www.sencha.com/forum/showthread.php?129595-Ext.Loader-don-t-get-it
Dynamic loading isn't working with ExtJS 4.0 as intended at the moment. -
8 Apr 2011 10:02 AM
Jump to post Thread: Ext.Loader - don't get it by jheid
- Replies
- 3
- Views
- 804
Of course the Ext.Loader.history knows what is loaded. This is how I got the information...
The documentation doesn't make sense when the dependencies are such widely used. -
8 Apr 2011 6:06 AM
Jump to post Thread: Ext.Loader - don't get it by jheid
- Replies
- 3
- Views
- 804
Hi.
I thought that Ext.require would be a nice thing for generating a smaller part of Ext, depending on what is really needed. I tested it with a small grid and used the following Ext.require on... -
13 Feb 2011 9:23 AM
Jump to post Thread: Ext-JS Spell checker by jheid
- Replies
- 7
- Views
- 8,517
I've written an on-the-fly spellchecker for IE 6 (http://www.sencha.com/forum/showthread.php?100357-Ext.ux.form.HtmlEditor.JSpell)
-
24 Nov 2010 2:53 AM
- Replies
- 23
- Views
- 8,399
That's exactly what I'm asking myself. But remember that even things like LiveGrid aren't integrated although I think this is a component that's even more needed in the core.
So, perhaps Sencha... -
22 Nov 2010 10:02 AM
- Replies
- 23
- Views
- 8,399
Any chance to see or use it "live"? I have an project where this could be needed but I have to test it (e.g. with IE 8) to decide whether it will be useful enough for this or not...
Results 1 to 25 of 102
