Search

You searched for the word(s): javascript
Showing page 208 of 408 (4,076 total posts) < 1 second(s)
  • Re: function CuteEditor_OnChange(editor)

    If you put this code and when de ''Cute Editor'' is loaded after that try to write and will see what I say. The equal Time that takes to show that takes to tansfer a variable (appoximately 4 seconds)     <script type=''text/javascript'' >       function CuteEditor_OnChange(editor)   ...
    Posted to Cute Editor for PHP (Forum) by Stevemenjivar on February 13, 2009
  • Re: FileUploaded event is not fired!

    Hi cassini,   You have missed the following script            <script type=''text/javascript''>    function submitbutton_click()  {   var submitbutton=document.getElementById('<%=SubmitButton.ClientID %>');   var ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 8, 2008
  • Re: Some information

    >>In your opinion it's possible to use CuteEditor as HTML/JAVASCRIPT editor?   Yes.   You need to set the following prperty to false:   EnableStripScriptTags Specifies whether to remove inject script before write the string into the db. When this property is set to true (the default) Cute Editor strips all script ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 3, 2008
  • Re: Some information

    Luna,   1. You need to use script tag to let editor know it's a javascript code so that the above code will be protected by editor.   output = '<table border=''1''>''n'; output += '<thead><tr><td>Widget ID</td><td>Views</td></tr></thead>''n'; output += ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 3, 2008
  • Re: [IE6-7] InsertLink command does not work on an empty line

    Here are the steps to reproduce the issue :   Go to : http://cutesoft.net/example/JavaScript-API.aspx with IE6 or IE7   Place the cursor in the editor. Delete the content (Ctrl+A, Del)   Select InsertLink in the DropDown and press ExecCommand   Go to the source to see the inserted link : <p><a ...
    Posted to Cute Editor for .NET (Forum) by lamasse on May 6, 2008
  • Re: Display link after async postback

    I know I can use <a href=BLOCKED SCRIPTOpenLiveSupport(status=1,width=500,height=400,resizable=1);''>Live Support</a> To open the chat window after the async postback (update panel), but is there a way for me (from code behind C#) to check if any operators are online? So I can do something like if (checkIfOnline() > 0) strIsOnline = ...
    Posted to Cute Live Support (Forum) by indiankarma.com on February 20, 2008
  • Re: Not displaying large amounts of content in safari

    gzangirolami:I am having an issue with Safari where the wysiwyg doesn't finishing loading. I am testing on Safari 2.0.4(419.3). This page on  the main site doesn't finish loading either:  http://www.cutesoft.net/asp/EnableAll.asp. If you have large amounts of content to load then it doesn't fully display it. I am not completely sure ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 31, 2007
  • Re: Emulating Bold Button Behaviour for H1

    Richard,   You can create a custom button. When people click it. It calls the following JavaScript function: <script runat=''server''>  void Page_Load(object sender, System.EventArgs e)  {   if(! this.IsPostBack )   {    Editor1.Attributes[''oncommand'']=''return ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 23, 2007
  • Re: SetActiveTab()

    RastaM,   Please use the following function:   function SetActiveTab(tab)    {     // get the cute editor instance     var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2007
  • Re: How Can I get editor text on a timer_tick event

    >>I try to take the text on a timer tick event , but all the time the text property is empty   Please check the following client side API.   Method Description getHTML() ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2007