Lines Matching +defs:text +defs:css
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
4117 …h1 = $("<"+"div />", { css : { "position" : "absolute", "top" : "-200px", "left" : (rtl ? "0px" : … property
4122 "css" : { property
6688 search = function (text) { argument