please very urgent

Last post 03-02-2007, 2:30 AM by Anonymous. 3 replies.
Sort Posts: Previous Next
  •  03-01-2007, 3:13 PM 27080

    please very urgent

    Hi,
     
     I am using the latest version with asp.net2.0.
     
    I am applying some html tags using Pastehtml in the javascript. Its added fine.
     
    But when i get the editor1.xhtml in the serverside after postback. I couldn't find the tag which i am added. Everything else is there. Is there any properties i need set.
     
    Please reply me asap.
     
    Regards,
    Raja
  •  03-01-2007, 3:16 PM 27081 in reply to 27080

    Re: please very urgent

    Raja,
     
    Please make sure the following property is set 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>)


    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

  •  03-01-2007, 3:26 PM 27083 in reply to 27081

    Its not working

     
     
    Adam,
     
    I set Editor.AllowEditServerSideCode property = true, it is not working. This is my scenario. Please help me out.
     
    I have created one customized button in the editor. When click that button i write javascript code to paste the html. It is pasted that i can feel If i put <a id=id1 name=id1" i can see the flag symbol.
     
    I have one server button call save. When click that, i have to get editor1.xhtml which is some times empty or sometimes without my added tags. As it is urgent, please provide a solution.
     
    Regards,
    Rajaraman
  •  03-02-2007, 2:30 AM 27098 in reply to 27083

    Re: Its not working

    Hi Rajaraman,
     
    name is not a valid attribute in xhtml, maybe that is throwing ot off.
     
    Ady
View as RSS news feed in XML