Search

You searched for the word(s):
Showing page 2 of 8 (74 total posts) < 1 second(s)
  • Toolbar icon

    hi, &nbsp; from where i can change the toolbar icon, i want to replace the toolbar icon using my own image (not add new toolbar icon) &nbsp; another problem is &nbsp; i set ''AllowPasteHTML'' = false , ''EditorOnPaste'' = 'disabled', &nbsp; in internet explorer, it did not allow me to paste, but 'paste' in firefox still ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on October 21, 2009
  • how to block from adding layer inside another layer

    &nbsp;&nbsp;&nbsp;hi all &nbsp; &nbsp;&nbsp;&nbsp;is it possible for me to block adding layer inside another layer in cuteeditor ? &nbsp; &nbsp;&nbsp;&nbsp;example : &nbsp; &nbsp;&nbsp;&nbsp;&lt;div styles:''&gt;123&lt;/div&gt;&nbsp;&nbsp;&nbsp;&lt;div styles:''&gt;234&lt;/div&gt;, this is ok for me &nbsp;&nbsp;&nbsp;&lt;div ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on October 15, 2009
  • Re: remove link

    hi kenneth &nbsp; i follow the sample above, but it not allow me to select the layer (it will lost focus once the item is selected - maybe its caused by we call reset the HTML once we carry out any actions in the layer....) &nbsp; thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 29, 2009
  • remove link

    hi &nbsp; how can i remove the link automatically when i input an url/email (remove the link once url/email is input into the cuteeditor panel) &nbsp; here is the function which kenneth provide me : &nbsp; &lt;script&nbsp;type=''text/javascript''&gt;&nbsp;&nbsp;&nbsp; function&nbsp;CuteEditor_FilterHTML(editor,code) &nbsp;&nbsp; { ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 23, 2009
  • Resize Problem

    hi &nbsp; how can i resize the width of the cute editor panel ? &nbsp; i set 'Resize Mode = ResizeCorner' but it only resize the height of the panel ....is it possible for me to resize the width ? &nbsp; and how can i customise to add in '150%' in the zoom function ? &nbsp; thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 23, 2009
  • Re: Remove Link

    hi &nbsp; i try to make some modification to the function &nbsp; function CuteEditor_FilterHTML(editor,code) { var sHTML; sHTML=code.replace(/(&lt;a[^\&gt;]*\&gt;)([\s\S]*)(\&lt;\/a\&gt;)/i, ''$2''); editor.setHTML(sHTML); } function CuteEditor_FilterCode(editor,code) { var ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 16, 2009
  • Re: Remove Link

    hi kenneth &nbsp; Your solution can help me remove the link, but it only remove it when i change the cute editor mode, &nbsp; is it possible for me to remove the link without changing the mode (eg. onkeypress,onkeyup) ? &nbsp; thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 16, 2009
  • Remove Link

    hi all &nbsp; how can i set my cute editor so that do not accept any link, my solution right now is the user need to click on ''Remove Link'' in order to&nbsp;remove the link&nbsp;website url ..... &nbsp; but my problem here is i would like to set 'No link is available for my cute editor panel' which mean my cute editor will treat the url as ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 15, 2009
  • Re: Capture KeyPress Event in CuteEditor

    hi all &nbsp; my question is how can i capture which key is pressed ? &nbsp; my example code is like this &nbsp; function Call_KeyPress() { var editor1 = document.getElementById('&lt;% = ceTemplate.ClientID %&gt;'); //Get the editor content var editdoc=editor1.GetDocument(); &nbsp; // attach ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 10, 2009
  • Capture KeyPress Event in CuteEditor

    hi all &nbsp; May i know how to capture KeyPress in cute editor ? &nbsp; is it possible to do that ? &nbsp; thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 10, 2009