Search

You searched for the word(s): javascript
Showing page 169 of 229 (2,286 total posts) < 1 second(s)
  • Problem with form controls in editor

    In my application, I need to include form controls within CuteEditor. Unfortunately, they don't behave properly. For instance, if a dropdown list in in the editor and it's dropped down, it will immediately close back up. This HTML will reproduce this behavior in any of the demos:   <span ...
    Posted to Cute Editor for .NET (Forum) by solventus on July 31, 2007
  • Adding Applet in Firefox

    Greetings,    I have a need to implement MathML (a standard of XML to display mathematical equations) in the editor. I have found some applets for input and view of the MathML. I've added a custom button which opens a custom dialog in order for the user to input his equation in the Input Applet. When the user hits OK, the ...
    Posted to Cute Editor for .NET (Forum) by ID3TECH on July 6, 2007
  • Sorry more quotes

    Ta very much for the previous fix ref quotes and equals, works great, except.......(sorry)   <script type=''text/javascript''> <!-- function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 26, 2007
  • Form with multiple instances of the image selector

    Can you show me how I would include multiple instances of the image selector in a form here is my attempt in VB.net - I get this to work in IE but not Firefox passing a variable identifying the form elements directly <%@ Page Language=''VB'' Debug=''true'' validaterequest=''false'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by sperndogger on June 26, 2007
  • oncommand in mozilla for older version

    Hi,       I am using Cute Editor version 5. i have a page where i call the client side (javascript) interface, for handling the cute editor commands, using ''oncommand=''HandleEditorCommands(this);''. this works fine in IE. but in mozilla the command is not called. is there any way i can call the client side interface in ...
    Posted to Cute Editor for .NET (Forum) by aparna_gar on May 14, 2007
  • capture the Save button click on client side

    Hello,   How can i get an example of client-side capture of the Save button click - the examples i have found in the website are only show that it is possible but there is no coding.. what property should be change in the CE:editor for disabling the server submit of the Save button and enabling the calling of a javascript function ...
    Posted to Cute Editor for .NET (Forum) by ziv on October 2, 2006
  • Technical Question: Is it possible to run without viewstate?

    Hello,   I'm running a rather complex dynamic portal without static aspx-pages. Nearly everything gets rendered dynamically and on demand. So I'd like to do with your editor control.   I already bought a licence some months ago. After disassembling parts of the .NET-Framework I got it. I had to use a dummy server form (functions ...
    Posted to Cute Editor for .NET (Forum) by trux on July 31, 2006
  • Exec. Command

    We recently bought full source code for Cutesoft. This product is awesome. I am currently stuck in following situation. I noticed that in online demo of Javascript API, you have mentioned about Exec Command. When I select insertimagegallerybybrowsing and hit exec.command button, the window appears. I want the same thing to be able to do when I ...
    Posted to Cute Editor for .NET (Forum) by sshrivastav on May 10, 2006
  • Custom window fails to paste into CE

    I have created a custom button that opens a popup window, but I am having a problem pasting the HTML back to CE.   I am opening the popup with the following   function ShowMyTemplate(button) { var editor=CuteEditor_GetEditor(button); WindowObjectReference = window.open(''Gallery.asp?_rand=''+new ...
    Posted to Cute Editor for .NET (Forum) by jhunt on April 13, 2006
  • Re: custom dialog window strips html code before pasting into editor

    Along the same lines, so worth mentioning, while expirimenting with <script> functionality in the editor, I made a very simple page, as follows:   <input id=Button1 onclick=BLOCKED SCRIPTclickthis() type=button value=Button1 name=Button1> <script language='javascript'>function ...
    Posted to Cute Editor for .NET (Forum) by emg on April 3, 2006