You are not logged in.
Pages: 1
In S9Y we have two editing area. as shown below
the Entry body has an id and name="serendipity[body]"
the Extended body has an id and name="serendipity[extended]"
Now i want the entry body to be simple toolbar and have simple bold italic stuff and Extended body to have the full fledge one
Offline
Step 5 in the config.
xinha_editors.myTextArea.config.toolbar =
[
["popupeditor"],
["separator","formatblock","fontname","fontsize","bold","italic","underline","strikethrough"],
["separator","forecolor","hilitecolor","textindicator"],
["separator","subscript","superscript"],
["linebreak","separator","justifyleft","justifycenter","justifyright","justifyfull"],
["separator","insertorderedlist","insertunorderedlist","outdent","indent"],
["separator","inserthorizontalrule","createlink","insertimage","inserttable"],
["separator","undo","redo","selectall"], (HTMLArea.is_gecko ? [] : ["cut","copy","paste","overwrite","saveas"]),
["separator","killword","removeformat","toggleborders","lefttoright", "righttoleft","separator","htmlmode","about"]
];
James Sleeman
Offline
Pages: 1