Searched refs:isResizable (Results 1 – 6 of 6) sorted by relevance
127 isResizable : function(table) { method
3708 var isResizable = eventDef.isDurationExplicitlyEditable();3709 if (isResizable == null) {3710 isResizable = this.opt('eventDurationEditable'); property3711 if (isResizable == null) {3712 isResizable = this.isEventDefGenerallyEditable(eventDef); property3715 return isResizable;4648 EventRenderer.prototype.getSegClasses = function (seg, isDraggable, isResizable) {4657 if (isResizable) {
151 mxWindow.prototype.fit=function(){mxUtils.fit(this.div)};mxWindow.prototype.isResizable=function(){… method in mxWindow
355 mxWindow.prototype.fit=function(){mxUtils.fit(this.div)};mxWindow.prototype.isResizable=function(){… method in mxWindow
389 mxWindow.prototype.fit=function(){mxUtils.fit(this.div)};mxWindow.prototype.isResizable=function(){… method in mxWindow