Lines Matching +defs:text +defs:align
6405 gantt.message({type: "error", text: message, expire: -1}); property
6504 { name: "start_date", align: "center", resize: true }, property
6505 { name: "duration", align: "center" }, 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}; property
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
27097 function escapeQuotes(text){ argument