When running
c:\bin\Sencha\Cmd\6.2.0.103\sencha.exe --sdk-path c:\bin\ext-6.2.0 generate app xyz abc
I get
Sencha Cmd v6.2.0.103
[INF] Copying framework to...
Type: Posts; User: jheid
When running
c:\bin\Sencha\Cmd\6.2.0.103\sencha.exe --sdk-path c:\bin\ext-6.2.0 generate app xyz abc
I get
Sencha Cmd v6.2.0.103
[INF] Copying framework to...
Added a demo at https://fiddle.sencha.com/#fiddle/178g
In this simple example from the docs the input field gets the focus. Although it's 6.0.1 too, the kitchen sink example (and my app using...
Hi.
The TagField (ExtJS 6.0) is not working on iPads (iOS 9.2.1) as it seems the textfield don't get the focus so there's no keyboard for typing.
Tested with the Kitchen Sink example.
Chrome 43 seems to have problems with celleditors, too, for example with the kitchen sink example from http://dev.sencha.com/extjs/5.1.0/examples/kitchensink/#cell-editing
52661
Sencha will loose the battle on the long run. I used to tell my students about the Sencha products. Students will be the customers of tomorrow and there will be many of them starting as a freelancer...
+1
Additionally, I tried Cmd 5.0.1 with kitchensink from ExtJS 5.0.1 and it doesn't seem to generate those theme+locale directories found in the online docs version of ExtJS...
I tried the steps with 5.0.1 but it only overwrites the xExam-all.css every time.
It generates the theme-locale.json files, though. But no different resources files....
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?
Yes, my fault. Sorry.
Did you choose the Neptune theme?
If you change
{ text: 'Company', flex: 1, dataIndex: 'company', editor: 'textfield' },
to
{ text: 'Company', flex: 1, dataIndex: 'company', editor: { xtype: 'textfield', inputType:...
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...
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
For supporting combo boxes I added
if (filterField.xtype == 'combo')
filterField.on ('change', this.onFilterContainerEnter, this);
at the end of
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...
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...
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...
listeners: {
beforeedit: function (grid, e, eOpts) {
return e.column.xtype !== 'actioncolumn';
}
}
What's in that line?
It seems that the added tab is not made visible. So, as a workaround a
listeners: {
add: function (panel, tab) {
tab.setVisible (true);
}
}
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7-gpl
Browser versions tested against:
IE9 FF6 Chrome 13
Description:
It's NOT fixed.
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.6
Browser versions tested against:
IE9 FF6 Chrome 13
Description:
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.