how to stop character converting

Last post 07-06-2009, 2:34 AM by cruhland. 5 replies.
Sort Posts: Previous Next
  •  06-18-2009, 3:39 AM 53244

    how to stop character converting

    Hello,
     
    i need in my project the "|" to define commands.
     
    the editor converts the "|" always to "%7C" and the blanc to "%20"
     
    example: |lewVar Pic|     -->    %7ClewVar%20pic%7C
     
    how can I stop this?
     
     
    best regards
    christian
  •  06-18-2009, 5:44 AM 53249 in reply to 53244

    Re: how to stop character converting

    Hi cruhland,
     
    I can not reproduce this issue, can you reproduce it on domo below?
     
     
    and please show me the steps.
     
    Regards,
     
    Ken
  •  06-22-2009, 6:59 PM 53371 in reply to 53249

    Re: how to stop character converting

    hy ken,
     
    no. your example is working right.
     
    my steps:
     
    i push the button "insert image" and type in the field url  |lewPicVar|
    my system is looking for the command in the two | and in this case it inserts the url of the picture.
     
     
    every time if i am leafing the insert image dialog the html code ist changed.
     
    do i use a wrong parameter?
     
    best regards
     
    christian
  •  06-25-2009, 11:16 AM 53527 in reply to 53371

    Re: how to stop character converting

    Hy ken,
     
    is there a parameter to stop the character changing?
     
    please help!
     
    Best regards
     
    christian
  •  06-25-2009, 12:02 PM 53530 in reply to 53527

    Re: how to stop character converting

    Editor.UseHTMLEntities Property

    By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting this property to "false".


    Please set this property to false then try again.

    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

  •  07-06-2009, 2:34 AM 53744 in reply to 53530

    Re: how to stop character converting

    Hello Adam,
     
    i have checked every setting of my programm.
     
    the editor.usehtmlentities property is false
     
    i switched every setting and found out, if I remove  the
     
     
    Me.Editor1.URLType = CuteEditor.URLType.SiteRelative
     
     
    the character converting is stoped.
     
    if i use the

    Me.Editor1.URLType = CuteEditor.URLType.SiteRelative

    the special characters in my image url are convertet.
     
     
    best regards
     
    christian
     
     
     
     
View as RSS news feed in XML