I have some questions, Please help me, Thanks!

Last post 09-04-2005, 11:31 PM by snow. 2 replies.
Sort Posts: Previous Next
  •  09-02-2005, 4:57 AM 10095

    I have some questions, Please help me, Thanks!

    1. When i input text "www.microsoft.com" on normal module, the cuteEditor will automatically change to "<a href="http://www.microsoft.com/">www.microsoft.com</a>", how can i prohibit to add the <a href="http://www.microsoft.com/"> and </a>, and only show the pure text?
     
    2. How can i do not add the <div> and </div> at each line. Instead, just add <br> when i press "Enter" for line break?
     
    3. How can i prohibit the cuteEditor automatically add height="30" and width="28" when i phase the html code "<img src="******">"
     
     
    Thanks very much!
  •  09-02-2005, 2:03 PM 10108 in reply to 10095

    Re: I have some questions, Please help me, Thanks!

    >>When i input text "www.microsoft.com" on normal module, the cuteEditor will automatically change to "<a href="http://www.microsoft.com/">www.microsoft.com</a>", how can i prohibit to add the <a href="http://www.microsoft.com/"> and </a>, and only show the pure text?
     
    Please check the following article:
     
    http://cutesoft.net/developer+guide/Working-with-Links.htm

    >>2. How can i do not add the <div> and </div> at each line. Instead, just add <br> when i press "Enter" for line break?

    Editor.BreakElement Property
    Specify the behavior when the "enter" key is pressed in the editor The default is BreakElement.Div.

    >>3. How can i prohibit the cuteEditor automatically add height="30" and width="28" when i phase the html code "<img src="******">"

    Please set Editor.DisableAutoFormatting Property to true.

    Editor.DisableAutoFormatting Property
    By default Cute Editor will carefully analyze all of your HTML code and begin correcting all errors automatically. What you get is professionally presented code, properly reformatted and ready for use. If you want to preserve the formatting of existing HTML, you can turn this feature off by setting Editor.DisableAutoFormatting property to "true".

     
     
     

    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

  •  09-04-2005, 11:31 PM 10138 in reply to 10108

    Re: I have some questions, Please help me, Thanks!

    Thanks Adam,
    the 2 and 3 problems have been solved, but the first problem haven't.
     
    i only want to input the pure text "www.microsoft.com" without the hyperlink.
    can you help me how can i do? Thanks very much!
View as RSS news feed in XML