Search

You searched for the word(s):
< 1 second(s)
  • Deprecated BLOCKQUOTE for indentation

    HTML 4 specifies that BLOCKQUOTE is deprecated for indentation. My application doesn't support BLOCKQUOTE for indentation. It expects using margin-left style on P element. I cannot figure out how this can be achieved with the avaliable JavaScript API. Can you provide me with an example how to change default behavior? &nbsp; Thank you, Alex
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 13, 2006
  • Replacing TAB character

    When the cursor is inside the editor, and TAB key is pressed, 3 &amp;nbsp; are inserted at cursor position. When TAB key is pressed again 4 &amp;nbsp; are inserted, whether the cursor remains on the same position or not. Is this a bug? My application depends on number of &amp;nbsp; inserted on TAB key. &nbsp; Thank you, Alex &nbsp;
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 13, 2006
  • Re: pasteHTML

    I've been going in circles again because of your developer's guide. For the ''PasteHTML'' you put a sample that calls it with lower case ''p''. Sometimes people spend hours to figure out what's wrong. And this is not the only one. Try to use the spell check button on toolbar. According to developer's guide, you should put &lt;item ...
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 13, 2006
  • Re: Custom CSS

    Fixed. My fault. Sorry. &nbsp; There are two dropdowns: CssStyle and CssClass. I typed CssStyle in the config file for the name of the dropdown. &nbsp; Thank you, Alex
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 13, 2006
  • pasteHTML

    I'm using a trial version of CuteEdit. When I use pasteHTML JavaScript API call, I'm getting an error message ''Object doesn't support this property or method.''. &nbsp; Here is the code: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;script&gt;var editor = document.getElementById(''&lt;%= Editor1.ClientID %&gt;''); ...
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 12, 2006
  • Custom CSS

    I'm using the trial version of CuteEdit. I have the code under ''common'' folder in my web app. Here is the HTML code on my page: &nbsp; &lt;CE:Editor id=''Editor1'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 12, 2006
  • Indentation With P Tag

    The editor handles indentation with &lt;BLOCKQUOTE&gt; tags. But, in HTML 4, this tag is deprecated for indentation. I have to use &lt;P&gt; tag with margin-left style. Can I change this editor behavior?
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 7, 2006
  • Re: Ms Word Bold and Italic Clean-up

    But in my project, I need to clean-up Ms Word and have logical formatting tags (&lt;strong&gt; and &lt;em&gt;) instead of physical ones (&lt;b&gt; and &lt;i&gt;). Can I change the Ms Word clean-up to use logical instead of physical formatting tags?
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 7, 2006
  • Ms Word Bold and Italic Clean-up

    When I paste Ms Word text, the bold text is enclosed in &lt;B&gt; tags instead of &lt;STRONG&gt;, and italic in &lt;I&gt; instead of &lt;EM&gt;. But if I select some text in the same editor, and click on Bold or Italic buttons, &lt;STRONG&gt; and &lt;EM&gt; are used. Can this behaviour be changed, so the Ms Word text clean-up is consistent with ...
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 6, 2006
  • Ordered (Numbered) List Types

    Can I change the type of ordered list, i.e the type attribute of OL element? When I have text like this: &nbsp; test test &nbsp; and I select both lines and click the Numbered List button, it becomes: &nbsp; test test I want it to be like: A. testB. test Thank you,Alex
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 6, 2006