Search found 2325 matches

We are very glad to announce that the private beta of Siesta is now available! Documentation is available in the /docs folder of the package, and getting started manual is at /docs/#/api/Siesta. Please note, that the package is private, please do not share it in any media. Your feedback is very welc...
Below is the list of features in our roadmap - please review and let us know what's important to you! Please PM me the re-ordered list from thread, starting from most important features for you. [*] Add more examples [*] Improve the testing of asynchronous code - make tests easier to read / write. [...
Sure, thats possible with some additional effort. You will need to manually generate the "columns" config for gantt, based on your data. Same for fields in store - create a new model, subclassing the Sch.model.Event.
Not yet, the calendar is currently global and shared by all tasks/resources.
The most flexible way to customize the "system" parts of the editor will be to subclass the "Sch.plugins.EventEditor" plugin. See the DemoEditor class in the "eventeditor" example. Then you can use properties of the editor class, for example to add the additional handle...