Search

You searched for the word(s):
Showing page 1659 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: CuteEditor modifies pasted html code ?!

    S&#233;bastien,&#160;Please open your Original.txt file.&#160;In the bottom of you file, you can find the following code:&#160;&#160;&lt;/table&gt; &#160;&#160;&#160;&#160;&lt;/td&gt; &#160;&#160;&#160;&lt;/tr&gt; &#160;&#160;&#160;&lt;/TD&gt;&lt;/TR&gt; &#160;&#160;&lt;/table&gt;&#160;Can you fix that before input the editor? Because this error, ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 14, 2005
  • Re: TemplateStyleSheet v4.0.0.3

    Kohsel,&#160;Yes, you can use an URL: EditorWysiwygModeCss=''http://abc.com/abc.css'' But you need to turn off the auto parse class function: AutoParseClasses=''false'' Otherwise you will get an error. &#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on January 14, 2005
  • Re: cutechat integration horror

    janus, Did you miss the following step? Create a class which implements the IUserIdentityAdapter interface and name it SqlServerUserIdentityAdapter. public class SqlServerUserIdentityAdapter : IUserIdentityAdapter { } To provide a complete implementation, we will need to provide overrides for&#160;the two methos of the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 14, 2005
  • Re: ampersand

    ''&amp;'' is a special character.&#160;Cute Editor automatically convert it to html entity. somepage.aspx?param1=3&amp;param2=50 will ends up in html as somepage.aspx?param1=3&amp;amp;param2=50 &#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2005
  • Re: cutechat integration horror

    janus,&#160;We are working on the version 2.0. We will have bettter document in this new version.&#160; We respect your work and its a fact that cutechat is the best chatsoftware for us &gt;&gt; thanks for the nice comments. &gt;&gt;we have hard problems to bypass the login Please check this thread: How can I hook CuteChat with my existing ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 13, 2005
  • Re: CuteEditor modifies pasted html code ?!

    S&#233;bastien, After you submit the forum, we add an extra line to separate the code: &#160;The HTML you typed is... &lt;table cellspacing=''4'' cellpadding=''4'' bgcolor=''#ffffff'' border=''0''&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt; &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;/td&gt; &lt;td&gt; &lt;p&gt;When your algorithmic and programming skills ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2005
  • Re: Paragraph Styles

    I see the problem.&#160;Please open the template.aspx file. You can find the file from CuteSoft_clients/cuteeditor.&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2005
  • Re: Paragraph Styles

    rwtl,&#160;I think we've already resolved the problem.&#160;Are you talking about the paragraph dropdown?
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2005
  • Re: Paragraph Styles

    change: &lt;b style='font-size:24pt'&gt;[[Heading 1]]&lt;/b&gt; to &lt;h1&gt;[[Heading 1]]&lt;/h1&gt; Now the editor will use your stlyesheet properties.
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2005
  • Re: Paragraph Styles

    rwtl,&#160;It maks good sense.&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2005