Search

You searched for the word(s): javascript
Showing page 158 of 408 (4,076 total posts) < 1 second(s)
  • Re: Toolbar not showing

    view source   <!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin --> <input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel=''stylesheet'' ...
    Posted to Cute Editor for .NET (Forum) by SUperDave on May 15, 2006
  • Re: Exec. Command

    I have sent you few emails at [email protected]. Seems like you didn't receive them. Anyway, I wanted to thank you for your help, however, it does not work for me. I have tried that before. Whenever I select a picture, it does auto size to the image bracket that I want on. If you can just provide me how you have done with Javascript API ...
    Posted to Cute Editor for .NET (Forum) by sshrivastav on May 11, 2006
  • Inject Script Filtered What does this mean?

    Hello -   I have a DHTML/Javascript menu (AllWebMenus) that I am using for a content managed website using the Editor for .NET.  It has worked flawlessly for over a year until we just upgraded yesterday to the new version.  Now whenever you open up one of these content managed pages and save it, the area where the code for the ...
    Posted to Cute Editor for .NET (Forum) by sological on May 10, 2006
  • CTRL + Z doesn't work

    Whenever I press CTRL+Z I get a javascript Error ''Object does not support this property or method''.  It then goes on to put a ''z'' in the editor text.  What am I doing wrong here.   Here's my code. Dim editor Set editor = New CuteEditor editor.ID = ''CURRENTSTATUSMEMO'' editor.Text = CURRENTSTATUSMEMO editor.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by dreamersmind on April 19, 2006
  • Floating height of Editor window

    I have a layer in the webpage lets say left 200 top 300. The width and height follows the client window. Now I want to place a Editor inside this, but I want it to resize so it always fills the layer area.   For width this is no problem as I set width of editor = 100%. Is there a way I can do the same for the height? Or alternativly I ...
    Posted to Cute Editor for .NET (Forum) by Wiseman on April 7, 2006
  • Deployment Problem!

    Hi there,   I have just been trying out cute. Really nice piece of softeware.   Ok, Everything is working on my computer. Really nice. But here it comes! I am using asp.net 2.0 on a webhosting place, medium trust ( ofcourse). Deployment type is ofcourse precompilation. Everything here seems  be working. But when I try ...
    Posted to Cute Editor for .NET (Forum) by omom on April 4, 2006
  • Re: Change Background Color of Editor

    I tried it already and no luck...   ASP Error: Object doesn't support this property or method: 'ClientID'. So I changed it to ID and now get the following error: Javascript Error: Object doesn't support this property or methodLine: 936 Below is my code/line #. 933 <script> 934 function changeBG(color) { ...
    Posted to Cute Editor for ASP (Forum) by nismor240sx on April 4, 2006
  • Re: Onkeypress

    Hi Adam,   Yes i have tried that example, if you in that example delete all content, press 'Get html', press 'Attach event', and then e.g. press 'a' in the content window, a javascript alert will popup with <p>&nbsp;</p>, next time you press a key it will popup with <p>a</p>, so it actually shows the text as it ...
    Posted to Cute Editor for .NET (Forum) by MadsL on March 27, 2006
  • Spell Check Button opens 2 windows

    I downloaded the latest CuteEditor for .NET and changed the spellcheck button in the config file to the following:<item type=''image'' name=''netspell'' imagename=''spell''/>However, now when I press the button on the CuteEditor, it opens 2 windows: the normal spellcheck window and a spellcheck.aspx window! How can I prevent this from ...
    Posted to Cute Editor for .NET (Forum) by jasonsirota on March 16, 2006
  • How to disable the code Strip?

    Hello, I am trying to disable the Strip in the HTML code, there is this line from the site:By default Cute Editor automatically strips all script elements and script contents from the html to prevent javaScript injection. You can turn this feature off by setting Editor.EnableStripScriptTags property to false.However, I can't find the spot where ...
    Posted to Cute Editor for .NET (Forum) by cutesoftobserver on March 10, 2006