Search

You searched for the word(s):
Showing page 1 of 2 (15 total posts) < 1 second(s)
  • Re: webdings, windings and more....

    OK, i have investigated into this problem a bit further: &nbsp; 1st of all, when working on your web site i get it right - the symbols appear just as they should. &nbsp; the difference is the code. when putting&nbsp;windings symbole in your editor the generated code&nbsp;is&nbsp;span tag with correct font attribute while in my ...
    Posted to Cute Editor for .NET (Forum) by ziv on June 24, 2007
  • Re: webdings, windings and more....

    thanks adam for your reply. if i copy-past your characters to my editor i get it allright, but if i insert it through the interface (the special character icon), it get mixed, for example: &nbsp; &nbsp; -&nbsp; =&nbsp; y &nbsp; Q =&nbsp;&nbsp;Q &nbsp; '&nbsp;&nbsp;=&nbsp;&nbsp;'
    Posted to Cute Editor for .NET (Forum) by ziv on June 21, 2007
  • webdings, windings and more....

    Hi, &nbsp; When trying to&nbsp;insert a ''special character'' i do not get it properly in the editor but some different character other than the one i picked.. &nbsp; any idea ? &nbsp; Thanks, &nbsp; Ziv &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by ziv on June 20, 2007
  • command not supported or not implemented

    i'd like to capture the save button on client side with no postBack. with the following configuration file, i get ''command Save is not supported or not implemented'', when pressing save. &nbsp; will be happy for your advise. &nbsp; &nbsp; &lt;toolbars&gt; &lt;item type=''g_start'' /&gt; &lt;item type=''image'' name=''Save'' ...
    Posted to Cute Editor for .NET (Forum) by ziv on April 30, 2007
  • Re: oncommand in version 6.0

    thanks, found it. &nbsp; function CuteEditor_OnCommand(editor,command,ui,value){ alert(command); }
    Posted to Cute Editor for .NET (Forum) by ziv on April 30, 2007
  • oncommand in version 6.0

    in version 5 i've used this code on server side to capture (on client) any click on any toolbar button: Editor1.Attributes[''oncommand''] = ''return HandleEditorCommand(this)''; on client side i used to capture the pressed button with: alert (event.command); &nbsp; &nbsp; now, in version 6 it does not work.. how to accoplish this ...
    Posted to Cute Editor for .NET (Forum) by ziv on April 30, 2007
  • editor onFocus event

    I need to set a client side onFous event in the editor, every time the user is placing the cursor inside the textual editor's area, some function will run in javascript. &nbsp; any idea how can i achieve this ? &nbsp; Thanks, &nbsp; Ziv &nbsp;
    Posted to Cute Editor for .NET (Forum) by ziv on March 21, 2007
  • editor changed flag

    Hi, &nbsp; is there any property that indicates any change&nbsp;in the editor by the client ? this will let me ask the client to save changes&nbsp;if he/she didn't and would like to quite. when the client did save changes - i would like to set this ''editorChanged'' property to false again - to be ready for another chage&nbsp;if ...
    Posted to Cute Editor for .NET (Forum) by ziv on March 18, 2007
  • Re: capturing clicks on client side

    Do not bother, i have found my answeres: &nbsp; server side: &nbsp; Editor1.Attributes[''oncommand''] = ''HandleEditorCommand(this)''; &nbsp; &nbsp; and on client side: &nbsp; function HandleEditorCommand(editor) { alert(event.command.toLowerCase()); } &nbsp; thanks
    Posted to Cute Editor for .NET (Forum) by ziv on March 17, 2007
  • capturing clicks on client side

    is there a way i can capture the ''increase/decrease'' editor size (+/-) on client side ? i'd like to run a javascript function onclick. &nbsp; can u direct me to a code&nbsp;example where i can capture the save button on client side - i see the examples in this site of this feature but not the code itself. &nbsp; is there any way i can ...
    Posted to Cute Editor for .NET (Forum) by ziv on March 17, 2007
1 2 Next >