Changes between Version 12 and Version 13 of AddDojoEditor


Ignore:
Timestamp:
Oct 15, 2006, 7:52:14 AM (18 years ago)
Author:
michael.samoylov@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddDojoEditor

    v12 v13  
    2222                for (var i = 0, ht; ht = helptext[i]; i++) {
    2323                                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;");
    2527                                }
    2628                }
Back to Top