There are Sencha Architect extensions shipped with the Bryntum Ext Scheduler and Kanban Taskboard components. So you can install them in Sencha Architect and use right away.
Type: Posts; User: realgaa
There are Sencha Architect extensions shipped with the Bryntum Ext Scheduler and Kanban Taskboard components. So you can install them in Sencha Architect and use right away.
Then it doesn't work. All the tags get escaped and show up among the text.
Ah.. that's great! Thank you very much.
I have a follow-up question: does "doc" option support markdown markup or should we use HTML?
Ok. Thanks for sharing.
FYI We've just got an answer from Sencha describing how we can deal w/ tree stores in SA extensions. Which apparently makes it possible to develop the gantt SA extension.
We'll give the provided...
Ok. That's great news and we'll give it a try for sure.
Can we read somewhere in the docs about this "storeSelector" option (details on how it can be used ..possible values etc)?
Hello,
At the moment we have Sencha Architect extensions for two of our products: Ext Scheduler and Kanban Taskboard.
And for the Gantt extension we, unfortunately, had to postpone the development...
There is no extension for the gantt because there is no proper TreeStore-s support in SA extensions (which is blocking us):...
Sencha Cmd v6.1.2.15 reorders <debug> tags while compiling the js bundle file. And after that reordering the resulting js file cannot be used further in the classpath to build minified version of...
I modified the override a bit ..and seems now it supports phantoms as well:
Ext.define('Ext.overrides.data.TreeStore', {
override: 'Ext.data.TreeStore',
getRejectRecords : function...
Ext version tested:
Ext 6.0.1
Browser versions tested against:
Chrome 48
DOCTYPE tested against:
Ah, that's good news. Thank you very much.
I know it's related to calling record.set() on editing completion. But it's pretty normal scenario that editing of a column might cause chained changes of other fields of the record. And this is not...
Ext version tested:
Ext 6.0.1
Browser versions tested against:
IE 9/10
DOCTYPE tested against:
In 5.1.1 it behaves like Maxim said.
Here is my version of his fiddle: o19
As you can see if we do some loaded data post processing (which is quite a typical task) it happens after the panel...
Ext version tested:
Ext 5.1.0
Browser versions tested against:
Chromium 37.0.2062.120 Ubuntu 12.04 (281580)
DOCTYPE tested against:
In the meantime we use this temporary override ..maybe it will help someone:
Ext.override('Ext.data.TreeStore', {
getRejectRecords : function () {
return...
Ext version tested:
Ext 5.1.0
Browser versions tested against:
Chromium 37.0.2062.120 Ubuntu 12.04 (281580)
DOCTYPE tested against:
Ext version tested:
Ext 5.1.0
Browser versions tested against:
Chromium 37.0.2062.120 Ubuntu 12.04 (281580)
DOCTYPE tested against:
Ext version tested:
Ext 5.1.0
Browser versions tested against:
Chromium 37.0.2062.120 Ubuntu 12.04 (281580)
DOCTYPE tested against:
Ext version tested:
Ext 5.0.1
Browser versions tested against:
Chromium 36.0.1985.125 Ubuntu 12.04 (283153)
DOCTYPE tested against:
Please take a look at test case here:
http://fiestadev.bryntum.com/#253-treestore-parentid-changes-aren-t-reflected-by-getchanges-method
https://fiddle.sencha.com/#fiddle/174
And here is the...
In the above code only one line is Siesta specific. Here it is:
t.is(store.getNewRecords().length, 3, '3 phantom nodes found')
And you definitely can change it as you like to something like...
If we call NodeInterface appendChild method providing object having children property we don't get added child records as "phantoms".
Please take a look at test case here:...
One of our clients claims that he fails to build his applications metadata using Sencha Cmd. He uses Sencha Cmd v3.1.2.342.
We also reproduced this problem ourself (just tried to do "sencha compile...