Lines Matching +defs:text +defs:height

6405 				gantt.message({type: "error", text: message, expire: -1});  property
6439 { view: "scrollbar", id: "scrollHor", height: 20 } property
6540 { name: "description", height: 70, map_to: "text", type: "textarea", focus: true }, property
6544 { name: "description", height: 70, map_to: "text", type: "textarea", focus: true }, property
6549 { name: "description", height: 70, map_to: "text", type: "textarea", focus: true }, property
12918 tasks.unshift({id: gantt.config.root_id, text: config.root_label || ""}); property
13953 var opts = { text: message }; property
14522 _getXML: function (text, loader, toptag) { argument
14539 parse: function (text, loader) { argument
14575 parse: function (text, loader) { argument
14708 function button(text, className, result) { argument
14715 function info(text) { argument
14866 function box_params(text, type, callback) { argument
14872 text = {text: text, type: type, callback: callback}; variable
14877 function params(text, type, expire, id) { argument
14920 var messageBox = function (text, type, expire, id) { argument
15709 text: gantt.locale.labels.new_task property
17407 text: new (textEditorFactory(gantt))(), property
18794 setSize: function (width, height) { argument
20590 height: this.$config.height || 0, property
21161 "height":div.clientHeight property
21814 ScrollbarCell.prototype.setSize = function(width, height){ argument
23058 height: wrapper_size, property
23068 height: wrapper_size, property
23077 height: v.size + wrapper_size, property
23086 height: v.size + wrapper_size, property
23107 height: line_size, property
23116 height: size, property
24691 height: pos.height property
25442 height: 0, property
26249 setSize: function(width, height){ argument
27097 function escapeQuotes(text){ argument