Search found 6 matches

The changes to the original are: /** * @cfg {Boolean} useUTCTime true to set the timline line to Zulu (UTC) time for all viewers */ useUTCTime: false, init : function(cmp) { var store = Ext.create("Ext.data.JsonStore", { model : Ext.define("TimeLineEvent", { extend : 'Ext.data.Mo...
I have added the ability to set the timeline bar to GMT for any browser (do a lot of govt stuff and this is pretty much the standard). I would post the code but I'm not sure if its an issue to post the whole plugin as it's a minor tweak from the original with an extra function created and a change t...
Hello, I've been able to get my other events for monitoring the scheduler panel to work via the MVC structure with the this.control({'schedulerdisplay': {eventdblclick: this.showEditor}) . I have a problem though with beforetooltipshow. It doesn't work. I just added it (like all my other events I'm ...
Try adding:
requires: 'OCC.model.Resource'
to the Resources.js store file and see if that helps? I don't have access to the code at this moment but I'll look into it as soon as I get a chance.
Hello all, I decided to rework my stuff to go with the new ExtJS 4 code and put it in the MVC framework. Everything appears to work as it should. The only funky thing that I had to do was stick the dnd creation part in the app.js launch function, but other than that things look ok and should be usea...
Hello, I was playing with the tooltip capability for events when I ran into something odd and I wasn't sure what could be causing this. When I add an event, the tooltip shows up on mouseover. But when I expand the event to take more time, the tooltip will not show and will not execute the beforetool...