Search

You searched for the word(s):
< 1 second(s)
  • Focus

    Is there a way to disable focus grabbing? We have set the Focus property to False, but it grabs focus anyway. I gusse this is because we host the editor in an IFrame. This is really annoying to our customers as we have multiple editor in IFrames around the page and each tries to grab focus.
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 10, 2005
  • Re: Formatting bullet points

    This works - great! However when I run it through EditorUtility.ConvertToXml I get: &lt;ul&gt; &#160;&#160;&#160; &lt;li&gt;Niels &lt;li&gt;Allan &lt;li&gt;Lars &lt;li&gt;Nikolaj &lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt; &lt;/ul&gt; Is there a way to set DisableAutoFormatting on EditorUtility.ConvertToXml?
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 1, 2005
  • Re: OnClick

    Fantastic - thanks!
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 1, 2005
  • Formatting bullet points

    If I enter the following in HTML view: &lt;ul&gt;&#160;&#160; &lt;li&gt;Niels &lt;/li&gt;&#160;&#160; &lt;li&gt;Allan &lt;/li&gt;&#160;&#160; &lt;li&gt;Lars &lt;/li&gt;&#160;&#160; &lt;li&gt;Nikolaj &lt;/li&gt;&lt;/ul&gt; Switch to Normal view and back to HTML view, I get: &lt;ul&gt; &lt;li&gt;Niels &lt;li&gt;Allan &lt;li&gt;Lars ...
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 1, 2005
  • Manual Flash tag

    If I insert the following code in HTML view: &#160; &lt;object data=&quot;/upload/intro.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;420&quot; height=&quot;330&quot; id=&quot;forside_flash&quot;&gt; &#160; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &#160; &lt;param name=&quot;movie&quot; ...
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 1, 2005
  • OnClick

    Why does CuteEditor remove the onclick event on &lt;a&gt; tags? Example: Editor.Value = &quot;&lt;a onclick=\&quot;BLOCKED SCRIPTalert('123')\&quot;&gt;123&lt;/a&gt;&quot; If I view Editor.Value, it is now: &quot;&lt;a&gt;123&lt;/a&gt;&quot; So the onclick attribute is thrown away.
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 1, 2005
  • Re: Getting the content

    This works!!!&#160;Great - thanks for the help.
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on May 3, 2005
  • Toggling the toolbar

    Is there a way to hide the toolbar while in non-fullscreen mode and show it in fullscreen?
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on March 3, 2005
  • Getting the content

    How do I get the content of the editor?&#160;Numerous other posts indicate that you use the GetDocument() javascript function, but that function seems to have disappeared. &#160;I just need to get the current content of the editor regardless of the editor mode (WYSIWYG or HTML codes).&#160;
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on March 3, 2005
  • Overriding dialogs

    How can I override the standard dialogs with my own dialogs? My dialogs has a very specific design and add some custom attributes to the &lt;a&gt; tag, e.g. &lt;a href=''#'' my_id=''123''&gt;. Can this be done?&#160;Is there a Javascript API that I can use to update tags like &lt;a&gt; and &lt;img&gt;?
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on March 2, 2005