Hi Team,
I am using rad editor. i added the custom drop down using Tools.xml file and like to set the image instead of text as heading of drop down.
and add the back ground image using css
using
I am using rad editor. i added the custom drop down using Tools.xml file and like to set the image instead of text as heading of drop down.
<
tool
name
=
"InsertElement"
type
=
"dropdown"
showicon
=
"true"
showtext
=
"false"
>
<
item
name
=
"xref"
Value
=
"xref"
/>
<
item
name
=
"p"
Value
=
"p"
/>
</
tool
>
span.InsertElement
{
background-image: url(../Images/icoElemCut.png);
background-repeat :no-repeat;
}
using
.rade_toolbar
.InsertElement
also.
But i didnt get the image only. I got the drop down with image. I hace attached the image.
2. I need to assign the actual content to editor after editing some text in editor.
first time, i bind the actual text to editor. It will display correct.
then, i can edit some text and with out saving to data base, press the Reload button.
While reloading, i will assign the actual content from data base to editor.
It is assigned correctly in code behind. but editor shows with edited content.
How to refresh/update the editor while reassigning the content.
It is urgent project. Please help me.
Thanks in advance.
Uma