Search

You searched for the word(s):
Showing page 1608 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Context menu missing images...

    Joe,&#160; Right now you are using relative path ../../aspnet_client/. Please use the app-based path&#160;or absolute path: //use the app-based path&#160; &#160;&#160;&#160; Editor.FilesPath = ''~/somefolder''; //use the absolute path&#160; &#160;&#160;&#160; Editor.FilesPath = ''/somefolder'';&#160;Keep me posted.&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Context menu missing images...

    Joe,&#160;The username and password is correct. I am in now.&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Can't disable Right Click

    James,&#160;First this is an example to disable the built-in context menu: http://cutesoft.net/example/EnableContextMenu.aspx I think you need to check the Editor.EditorOnPaste Property (Specifies the manner in which the editor handles pasted text. PasteBehavior Enumeration) and PasteBehavior Enumeration (Enumerates the manners in which the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Can't disable Right Click

    James, There is a bug with &lt;item name=''Editing'' value=''False''/&gt;. Right now you can use the Editor.EnableContextMenu Property to specify whether the context menu is enabled.&#160; For example: &#160;&lt;CE:Editor EnableContextMenu=''false'' id=''Editor1'' runat=''server'' &gt;&lt;/CE:Editor&gt;
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Leveraging "Downloadable File" Dialogs

    We received the same requests from other clients as well.But this feature is not available right now.We have a developer created a page that has only the 'Downloadable Files' button and nothing else.&#160; Most of the time it works OK but&#160;he get the occacional script error. &#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Re: Bug report: wrong windows opens on browse from Image properties

    Zapotec,&#160;Thanks for pointing it out. We will do something to resolve it in the next version.&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • 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