Home
last modified time | relevance | path

Searched refs:_itemId (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13_itemId:null,_columnName:null,_editor:null,_editorType:null,_placeholder:null,locateCell:function(…
Ddhtmlxgantt.js.map1_itemId","_columnName","_editor","_editorType","_placeholder","editorConfig","_getItemValue","newV…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js17500 _itemId: null, property
17523 if(self._itemId == oldId){
17524 self._itemId = newId;
17532 if(self.isVisible() && !store.isVisible(self._itemId)){
17545 id: this._itemId,
17596 this._itemId = editorState.id;
17633 return this._editor.get_value(this._itemId, column, this._placeholder);
17642 var item = gantt.getTask(this._itemId);
17645 value = store.getItem(this._itemId);
17656 return this._editor.is_changed(value, this._itemId, column, this._placeholder);
[all …]