Hi,
I am just started using cute editor and i find it the #1 in editors what we have now,The name itself suites the editor.I love it. But I have a set of doubts to be solved.
this is my editor settings
<CE:Editor ID="Editor1" runat="server" EditCompleteDocument="true" Height="275px" Width="787px" RemoveServerNamesFromUrl="false" UseRelativeLinks="false" RemoveTBODYTag=true >
<FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
CssClass="CuteEditorFrame" Height="100%" Width="100%" />
</CE:Editor>
Editor1.Setting("security:ImageGalleryPath") = "~/templates/images"
Editor1.EnableStripScriptTags = False
Editor1.EnableClientScript = True
Editor1.AllowEditServerSideCode = True
I am facing these problems
1.when there is a image swapping in html through javascript the image cannot be selected.
2.I cant save the template using the save button in the editor.Its not saving.
3.How can i edit an aspx page in the editor. Currently i am reading through IO stream and writing it to it. and using a custom button to save it. Is there any othere way to do it.
4.Its attaching the
http://localhost/foldername/ to the href wherever it finds it. If i set the removeservernamefromurl property to false its not showing any images in the editor.is there a way to show the images and not giving the absolute path.
5. Its not showing the images in the javascript code.I am facing problem as it is saved.The original template also dont show any images.
I think my problems will be solved in this forum.