Hi I am new to cute editor..

Last post 05-30-2006, 12:56 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  05-30-2006, 12:28 PM 19609

    Hi I am new to cute editor..

    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.
  •  05-30-2006, 12:56 PM 19611 in reply to 19609

    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 as RSS news feed in XML