Lines Matching +defs:text +defs:height
1514 text : d.text || '', property
1604 text : typeof d === 'string' ? d : '', property
1873 text : false, property
1988 text : d.text || '', property
2087 text : typeof d === 'string' ? d : '', property
3375 this.trigger('set_text',{ "obj" : obj, "text" : val }); property
3396 'text' : obj.text, property
3460 if(!node) { node = { "text" : this.get_string('New node') }; } property
3461 if(typeof node === "string") { node = { "text" : node }; } property
3564 this.trigger('rename_node', { "node" : obj, "text" : val, "old" : old }); property
4127 "height" : (this._data.core.li_height) + "px", property
6688 search = function (text) { argument