Search found 18 matches

ping pong )
For me works fine, Steps: 1. mkdir scheduler 2. cd scheduler 3. sencha -sdk path_to_extjs_sdk generate app MyApp . 4. Copy scheduler into packages directory 5. add in app.json, here: ------------------- /** * Settings specific to classic toolkit builds. */ "classic": { "requires"...
Can you provide webpack config?
first in this code: Ext.define("RoomPlanner.view.main.Scheduler", { extend: "Sch.panel.SchedulerGrid", xtype: "configurationscheduler", requires : [ 'Sch.panel.SchedulerGrid', //<--- 'Sch.plugin.NonWorkingTime' ], }); seconde looks like Sch doesnt loaded, you must add p...
Hello, for example in this example https://www.bryntum.com/examples/gantt-latest/examples/histogram/ i whant to filter some tasks (like task is Done) or by Name: Ext.ComponentQuery.query("ganttpanel")[0].getStore().filterTreeBy({ filter : function (node) { if(node.get('Name') == "Inve...
Hello, what you think about give more controll where data calculates:
Example:
in ResourceHistogram calculates all tasks in Store, but if i what exclude some tasks (example, task is done), same in ResourceUtilization.
Or give some option to filter store in this Panels, use some ChainedStore or some.
Locales files show in Developer Console (Network)?
try to include right Locale for your language, locales lie in Sch/locale folder
as example:
<script src="/gnt-all-debug.js"> </script>
<script src="/Sch/locale/De.js"> </script>