Re: Hi I am new to cute editor..

  •  05-30-2006, 12:56 PM

    Re: Hi I am new to cute editor..

    navin,
     
    Thanks for the nice comments about CuteEditor.
     
    >>1.when there is a image swapping in html through javascript the image cannot be selected.
     
    Can you explain this issue in more details?
     
    >>2.I cant save the template using the save button in the editor.Its not saving.
     
    Did you get any error messages? Maybe it's permission issue.
     
    >>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.
     
    Just make sure you set Editor.AllowEditServerSideCode Property to true.
    Editor.AllowEditServerSideCode Property
     
    By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code. (<%@ Page Language="C#" %> <%=MyString %> <asp:textbox id="textbox1" runat="server"></asp:textbox>)
    To save the file, please use the Editor.SaveFile Method.
     
    Demo:
     
     
    The source code of the above example can be found in the download package.
     
    >>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.
     
    Try
     
    <CE:Editor id="Editor1" RemoveServerNamesFromUrl="true" UseRelativeLinks="true" runat="server"></CE:Editor>
     
    >>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.
     
    Please explain the issue in more details.
     
     
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread