It seems this was "fixed" in 4.2.2 `EXTJSIV-5647 Filtered out records are missing from new and modified collection to sync.`
which addresses the behaviour of *not* wanting the filter to apply to the...
Type: Posts; User: pdm
It seems this was "fixed" in 4.2.2 `EXTJSIV-5647 Filtered out records are missing from new and modified collection to sync.`
which addresses the behaviour of *not* wanting the filter to apply to the...
I just downloaded ext-6.2.1 and can't find the source either, only the build output.
OK I now realised, if the app instance isn't up yet, I don't need to call my override as I only need to translate my instances of components.
So I add a line like:
if (!MyApp.app) return;
...
I'm trying to update a large app from ExtJS 5.0 to 5.1
To add translation logic we added an override to Ext.Component which calls functions in the global translations controller. On initComponent,...
ExtJS 5.0/5.1
Chrome 43
mfm
When I type more than one character in the fields, the text moves down as if padding is applied to the element.
Same issue in Grey, Neptune, Crisp themes, but only...
here's a fiddle to demonstrate the issue:
https://fiddle.sencha.com/#fiddle/iba
no, I can use the old method setMinValue just fine
http://docs.sencha.com/extjs/5.0/5.0.1-apidocs/#!/api/Ext.picker.Date-method-setMinDate
according to the docs, setMinDate/setMaxDate seems to have replaced setMinValue/setMaxValue on date pickers....
I have a chart legend with too many items which overflows. Is there any solution to that yet?
I tried dynamically making a new legend and adding it to a panel:
var legend = new...
sorry I got this completely mixed-up with another project
version:
3.0.3.1382
channel:
3.0.1-stable
Here is a fiddle although you fiddle tool doesnt seem to work correctly on iPad.
I tried to upload a testcase xda but your forum kept giving me an error "<p>Database error</p>"
...
I have the same issue. If you change the UI in button tap event handler the new view will also get the tap. This bug is a real pain on iOS.
Here's my simple testcase:...
version:
3.0.2.1375
channel:
3.0.1-stable
ah-ha! Thanks. It's listed as 'check item' so a search for 'menu' doesn't match it, even though it's in the 'menu' category. Also there's no 'Transform' right-click option on the menu items already...
how to add menu*check*item?
I can't find menucheckitem in Sencha Architect or how to add a menu to a button with menu check items (other than programatically). Am I missing something?
Thanks. A slightly better answer is:
var propGrid = this.getPropertyGrid(),
formPanel = this.getForm(),
myFilterFunction = function(record) {
var fieldName =...
OK, thanks. I see that there is sourceConfig to alter display names, which works quite differently from configuring grid columns. Is there a way to show only a subset of record data by configuration?...
Your example treats the propertygrid as display only. Can there be no binding between an actual record and a property grid? Must the property grid only load data objects directly? That is my concern....
I'm on Version 3.0.2 Build 1375, which http://docs.sencha.com/architect/3/#!/guide/changelog has as the latest. Looks like you've used 3.1.0 - is that prerelease?
yes of course. I'm asking why it seems so inconsistent. "A specialized grid implementation intended to mimic the traditional property grid" is something I do want. Like a grid for a single row where...
It seems as if propertygrid is not fully implemented in Sencha Architect the way gridpanel is - or am I missing something?
I want to have a propertygrid for editing one record, with defined...
Here they both are. SA3 now has a white background and higher contrast, more garish colours. It also uses a slightly taller sans serif font. The antialiasing seems to be worse with both these changes.
The code editor in Sencha Architect 3 looks horrible. It's nearly unreadable on Mac OSX 10.9.1. What happened to the choice of dark or light themes at least?
Is there any way to customise this,...