Search found 11 matches

Hello, if you want just to show the first column header as the current time you can register your own preset and set a custom renderer like this: middle : { unit : "HOUR", dateFormat : 'G:i', renderer: function(date) { var now = new Date(); if(now.getHours() === date.getHours()) return Ext...
Hi bryntum guys!
+1 for the new bryntum.com site template & style!
+10 for the 1.1.8 siesta release!
+100 for the 2.1.14 scheduler/gantt release!
+1000 for the new scheduler touch library!


Do you agree with me? :D
Awesome! Is there any hosted example to play with?
Congrats to bryntum guys!
@ casinoroyale
If you will buy the license you will see how much is easier to work with the clean code in your hands.
https://bryntum.com/store/scheduler/ ;)
Looking at your nickname I think you can afford to buy a license. More... you could switch from 1.2 to 2.1 :)
Are you running the code with a local server? What is the output of console? Any errors?
If you are opening the main HTML file from your filesystem (os folder) it could be a same-origin security policy error.
You are welcome!
Just a little fix:

Change :
validatorFn: function(resourceRecord, startDate, endDate, e ) {
....
With:
dndValidatorFn: function(resourceRecord, startDate, endDate, e ) {
I saw the API method name right now.
Here what Jakub means: //your scheduler... validatorFn: function(resourceRecord, startDate, endDate, e ) { var ONE_DAY = 1000 * 60 * 60 * 24; //1 day in ms // Calculate the difference in milliseconds var diff_ms = Ext.Date.getElapsed(startDate, endDate); // Convert back to days and return var numOfD...
That sounds good! ;)
Looking forward for this night build :)
Hello,
I'm new to Siesta... but I see you can put the parameter
expanded : false
into the Harness file

In this way the treepanel nodes will be closed.
Ooops!!! :oops: I'm sorry...but I really didn't see it. After a lot of hours programming I'm too tired to see :D Thank you! I will test it! Congratulations for every single line of code you wrote! Your products changed my life as developer :) PS: I recommend everyone to support bryntum buying a lice...