Changes between Version 12 and Version 13 of AddDojoEditor
- Timestamp:
- Oct 15, 2006, 7:52:14 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddDojoEditor
v12 v13 22 22 for (var i = 0, ht; ht = helptext[i]; i++) { 23 23 if (ht.firstChild.data == "Rich Text Editing.") { 24 ht.previousSibling.previousSibling.setAttribute("dojoType", "Editor2"); 24 ht.previousSibling.previousSibling.setAttribute("dojoType", "Editor"); 25 // All features are enabled by default. For manual feature selection just uncomment next line. 26 //ht.previousSibling.previousSibling.setAttribute("items", "formatblock;|;insertunorderedlist;insertorderedlist;|;bold;italic;underline;strikethrough;|;createLink;"); 25 27 } 26 28 }