Hi,
How can we specify Font Name and Font Size for the Editor in the Toolsfile. We are using ASp.NET AJAX Rad Editor Q12008 SP1.
Our file is
How can we specify Font Name and Font Size for the Editor in the Toolsfile. We are using ASp.NET AJAX Rad Editor Q12008 SP1.
Our file is
<?
xml version="1.0" encoding="utf-8" ?>
<
root>
<
tools>
<
tool name="Bold"/>
<
tool name="Italic"/>
<
tool name="Underline"/>
<
tool separator="true"/>
<
tool name="InsertOrderedList"/>
<
tool name="InsertUnorderedList"/>
<
tool name="Outdent"/>
<
tool name="Indent"/>
<
tool name="FormatBlock"/>
<
tool separator="true"/>
<
tool name="FontName"/>
<
tool name="FontSize"/>
<
tool name="ForeColor"/>
<
tool name="BackColor"/>
<
tool separator="true"/>
<
tool name="LinkManager"/>
<
tool name="Unlink"/>
</
tools>
</
root>
regards,
Parimal