We use SA 4.2.1 and Modern 6.5.1.
Could you try below steps?
1. Create a plugin aux package
2. Add someProperty to plugin class. That property should have some default value.
3. Write a...
Type: Posts; User: kobayashi.masashi
We use SA 4.2.1 and Modern 6.5.1.
Could you try below steps?
1. Create a plugin aux package
2. Add someProperty to plugin class. That property should have some default value.
3. Write a...
Hi
We create a plugin aux that extend Ext.plugin.Abstract.
In SA 4.2.1 and 4.2.2, SA Design View's instance isn't recognize configs that is set from Config Panel.
It seems that config won't pass...
In SA 4.2.1, SA can't rename "type" of metadata(Ext.Menu -> Ext.menu.Menu) when upgrade Ext JS Modern 6.2.1 to 6.5.0.
ExtJS 6.5 change class name of Ext.Menu...
I asked this bug in Sencha support, and get a workaround.
In Sencha Cmd under 6.5.0.36, we can't avoid this bug by using app.json. so add build copy task to build.xml.
/build.xml
<target...
line 24
Ext.ViewPort.add(grid); // -> should be Ext.Viewport.add(grid);
Thank you for sharing the patch! It's works fine :)
This bug filed DSGNR-7345.
This bug still happen 4.1.1.
Currently, Fiddle don't load correctly Ext JS 6.2.1 library.
It seems that Fiddle load 6.2.0 version.
Try:
1. Create Fiddle
2. Choose 6.2.1 version
3. Run
4. Open devtool & Check Ext JS...
Workaround:
This bug can be avoid using ext-all-debug.js not ext-all-rtl-debug.js in app.json.
It may already resolved SA 4.1.
SA 4.0.1 generate broken architect-preview CSS.
Try this:
1. Create New Project
2. Create gridpanel class.
3. Select String Column & Set locked config to true.
4. See canvas preview.
This...
1. Not updated
SOAP Guide:
http://docs.sencha.com/extjs/6.2.0/guides/backend_connectors/soap.html
Sencha Complete is no longer exist. Please update this guide.
2. 404 link...
Hi
I want to get offline docs. Where can I get docs?
Below offline docs download link is not updated. And often return 404.
http://docs.sencha.com/misc/guides/offline_docs.html
Thanks.
Hi
BreadCrumb right arrow and bottom arrow are overlapped when useSplitButtons is set true.
This bug appered since Ext JS 6.0.0 and Triton theme.
Could you see below fiddle?
1htr
1. Select some cell
2. Scroll horizontal in gridview
3. Right bottom selector still show over locked column
http://examples.sencha.com/extjs/6.2.0/examples/kitchensink/?profile=triton#spreadsheet
1. Select some cell
2. Scroll vertical in gridview
3. Still keep positon right bottom selector
http://examples.sencha.com/extjs/6.2.0/examples/kitchensink/?profile=triton#spreadsheet
This issue occured in Ext.form.FieldContainer API Document first fiddle.
http://docs.sencha.com/extjs/6.2.0/classic/Ext.form.FieldContainer.html
In 6.0.2, we can resize the splitter by drag....
What's New guide sample not works. This sample is new format align config.
http://docs.sencha.com/extjs/6.2.0/guides/whats_new/whats_new.html#whats_new-_-whats_new_-_tooltips
Same as API Document...
See: https://www.sencha.com/forum/showthread.php?290235-Sencha-Cmd-5-0-2-Beta-is-Now-Available
ext-all-rtl-debug.js includes RTL support, but ext-all-debug.js not.
If you don't use RTL, Cmd...
Hi
We create a plugin aux for using Modern App.
But, SA can't understand classAlias and create empty plugins config.
Could you see my attached screenshot and try to use aux.
(Sencha Forum...
Toolbox filter show some components that have similar package name.
It seems SA use forward match to filter user extensions.
ex)
package: 012345 - MyClassA
package: 0123456789 - MyClass10
...
Architect document search return 404 links.
SA 3.5 Document:
True -> https://docs.sencha.com/architect/3/guides/getting_started/whats_new.html
False (search result) ->...
Hi
When I set reference property to Ext.menu.DatePicker, and I use lookup method, Ext says below.
[W] Duplicate reference: "mymenugo" on mycontainer-1010
Fiddle: ...
When add requires to Application class, requires property duplicated.
See below image.
:s