Search

You searched for the word(s):
Showing page 1612 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: LoadHtml

    RodneyLai, First, the link format is not correct. &lt;a href='''&gt;some URL''&gt;this is a test&lt;/a&gt; should be &lt;a href=''some URL''&gt;this is a test&lt;/a&gt; Second,&#160; ''&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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Links Dropdown

    Radostina,&#160;I just tested your code. It works OK for me. I don't think your Spell checker problem has anything related to the link dropdown. &#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Change font in the TextArea

    praveen,&#160;There are two methods to specify&#160;the&#160;formatting used in the editor. In your case, you want the&#160;formatting used in the editor is same as the formatting used in the parent page. 1. Use Editor.EditorWysiwygModeCss Property to specify the location of the style sheet that will be used by the editable area. Multiple Style ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: retain html formatting

    You don't need to turn off it. Cute Editor doesn't change&#160;the code formatting in the mozilla, just show the default formatting. HTML code indentation feature is not available in the mozilla/firefox now.
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: retain html formatting

    &gt;&gt;looks like in IE the cuteeditor reformats the html but its still readable Cute Editor Supports HTML code indentation and Tags appear in lower case. Cute Editor displays nicely indented code in the HTML mode and the generating HTML tags and Attributes are in lower case. This is very convenient and important for the advanced ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Re: Prevent focus on page load

    CuteEdior by default doesn't gain focus. Can you test the following page? http://cutesoft.net/example/general.aspx
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Re: Error Message

    Todd,&#160;I have no clue at all.&#160;Is your site online so you can provide a URL?&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Re: Script with in Editor window

    Stuart,&#160;Here are my suggestions:&#160;When the page loads, we need to populate the editor.&#160;string temp = '''';' temp += ''type here''; temp += ''&lt;div contentEditable=''false'' UNSELECTABLE=''ON''&gt;This Heading is not editable.&lt;/div&gt;''; // You can put the data from&#160;recordset here. temp += ''type here ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Re: Add row or column to a table pasted from word document

    praveen,&#160;No, the new row can't have the same formatting as of word. You have to configure the new row, column manually.&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Re: Table and text width

    praveen, &gt;&gt; the user sets table&#8217;s width property to more than 100%, rendering of the content will not be proper as it exceeds normal page width. &gt;&gt;Is there any way we can restrict the table width to the maximum available page width?&#160; That's possible.&#160; Here are my suggestion: Locate and open ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005