Hi,
I am using Version 7.0.0.0 of RadEditor, Version 3.0.0.0 of the
RadSpell. and .Net framework 1.1
I set the value in RadControls\Editor\Config.xml to be false for
AllowAddCustom but it doesn't work.
<property
name="AllowAddCustom">false</property>
In the config file, there are some “property element valid attributes” given but there is no
property called “AllowAddCustom”.
I added “AllowAddCustom” to this section but still it
did not work.
On page
load, I cannot code these properties to change or set any
values because the spell checker is used in several places and making
the changes in the page load in every page will involve lot of coding
effort.
How do I resolve this problem?
Note:
When I make changes to the RadControls\Editor\toolsFile.xml (such as
disable the copy button) the changes are reflected in the UI.