Hi:<br>
<br>
I was trying to figure out a way to add the insert/edit link buttons to
the FCK Editor toolbar when it appears as a HTML Widget within XML
Content.<br>
(It appears by default when creating a normal page).<br>
<br>
I found that by adding a line to the file: <br>
<br>
/system/workplace/editors/fckeditor/configwidget.js<br clear="all"><br>
the toolbar buttons appear within the XML Content widget, and it seems to work fine...<br>
<br>
the line I added is marked below:<br>
<br>
<code><br>
toolbar.append(",'-','Outdent','Indent'");<br>
<br>
//this is the line i added....<br>
toolbar.append(",'-','oc-link','Link', 'Anchor','Unlink'");<br>
<br>
toolbar.append("]");<br>
</code><br>
<br>
<br>
Is this the right way to enable these buttons, or am I missing something?<br>
<br>
thanks<br>
<br>
Ashok<br>
<br>-- <br>++++ Ashok Hariharan ++++