|
Search
You searched for the word(s):
Showing page 341 of 381 (3,805 total posts)
< 1 second(s)
-
Hi Chaplain Doug,
Another way,Use properties TemplateItemList, like below:
<CE:Editor ID=''Editor1'' runat=''server'' TemplateItemList=''[Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,insertcustombutonhere]''>
...
-
Hi Chaplain,
Try properties EditorBodyStyle, like below:
<CE:Editor ID=''Editor1'' runat=''server'' EditorBodyStyle=''background-color:red''>
</CE:Editor>
Regards,
Ken
-
Hi esack,
try this way:
1. Delete this line '<item type=''image'' name=''RapaportImage'' /> ' in you config file
2. Insert your custom button after 'Save' button
protected override void OnLoad(EventArgs e)
...
-
Hi Shadstrains,
Which version of DotNetNuke you use?
Which version of Editor you use?
Can you upgrade to latest version of editor and try again?
Regards,
Ken
-
HI esack ,
Try this way
1. Delete this line '<item type=''image'' name=''RapaportImage'' /> ' in you config file
2. set toolbar use properties TemplateItemList, like below
<CE:Editor ID=''Editor1'' runat=''server'' ...
-
Hi analysis,
Please create a simple page to try, like below
<%@ Page Language=''C#'' Debug=''true'' %>
<%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
-
HI ashi.avinashvyas,
Try this code
<%@ Page Language=''C#'' Debug=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
-
Hi ShadsTrains,
Is your site online? can you send the test url to me? so I can test it.
My Email: Kenneth@CuteSoft.net
Regards,
Ken
-
Hi stevef,
Try
Editor1.EditorBodyStyle = ''background-color:'' & bgcol & '';color:'' & fcol
Regards,
Ken
-
Hi cameron@endev.co.nz,
I can not reproduce this issue follow you steps, see the flash below
can you show me the steps to reproduce this issue?
Regards,
Ken
... 341 ...
|
|
|