Search

You searched for the word(s): javascript
Showing page 150 of 408 (4,076 total posts) < 1 second(s)
  • How to insert the values from the aspx page on a specific location (cursor position) on the editor.?

      Hi Adam,   to open a page from custom toolbar button is done by using following line of code. System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image(); Image1.ToolTip = ''Insert something''; Image1.ImageUrl = ''CuteSoft_Client/CuteEditor/Images/face2.gif''; Image1.CssClass = ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on December 11, 2008
  • Enable Submittal of Editor Information only when Normal is Selected

    Hello, Is anyone aware of a way to prevent information from the editor from being submitted if either the HTML or Preview panels are selected instead of Normal?   Would like for people to submit the form while in Normal mode only? Are there properties I can access to set this or a Javascript dom object property I can access to ...
    Posted to Cute Editor for .NET (Forum) by whit4576 on December 2, 2008
  • User controls, multiple file uploads, manual start

    Hi   We have a situation where we have multiple (unlimited) number of user controls which are loaded onto a page dynamically based on a script. Each user control could be photo enabled, which at present would mean it has a standard asp.net upload control visible. The user selects a photo, and then carrys on down the script, possibly ...
    Posted to Ajax Uploader (Forum) by warrenvdm on November 18, 2008
  • Issues with table actions

    Hi everyone,   I have noticed 2 issues with tables:   1.  Click the Undo after resizing a table,  it gives the following Javascript error:   Line: 1 Char: 1 Error: Invalid procedure call or argument I am using IE 7 , and the CE .NET 6.2     2. Click the table button, and then table ...
    Posted to Cute Editor for .NET (Forum) by stephenmoxon on November 18, 2008
  • Re: The uploader freezes IE7 when 500 files are selected.

    jl,   When use the javascript to do the customize progress UI,   The developer can calculate the total time remaining.   I will provide a better example next week.   --   There is a POST after each file. That's is not nessasary and can use XMLHttp to do that.   We will improve this later. ...
    Posted to Ajax Uploader (Forum) by cutechat on November 6, 2008
  • Re: Get the number of files selected for upload

    Hi Epok,     Try this example:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     int addedcount = 0;     void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2008
  • Open the Insert Image Dialog with initiating the Editor

    Hi guys,   I'm a newbie to the editor, and I was wondering whether it is possible to open the Insert Image dialog without first initiating the editor?   I would like to open this dialog in a modal window, called from Javascript, and return the selected file back to a text field.   Any tips, or examples how to do ...
    Posted to Cute Editor for .NET (Forum) by stephenmoxon on November 2, 2008
  • Re: Ctrl+B, Ctrl+I, Ctrl+U

    Adam: mattsmac,   You can disable Ctrl+B using javascript.   For example:   function notAllowed (e) {    // Disable Ctrl+B     if ( (66== event.keyCode) && (event.ctrlKey) ) {         alert (''Sorry, not ...
    Posted to Cute Editor for .NET (Forum) by mattsmac on October 29, 2008
  • Unknown Runtime Error

    Hello:     I am getting an ''Unknown Runtime Error'' (Javascript) in the following scenario:   I upload 1 file and it workd fine Each subsequent upload starts with and initial ''Unknown Runtime Error'' immediately after selecting the file to upload. The error then goes away after the file is completed uploading.   I am ...
    Posted to Ajax Uploader (Forum) by dgilgallon on October 24, 2008
  • Re: Ajax Uploader in frame problem!

    Hi,   I have the same problem . I'm using a page contains an Iframe which source  is multiple-file-upload.aspx in demo source :   <html xmlns=''http://www.w3.org/1999/xhtml'' > <head runat=''server''>     <title>Untitled ...
    Posted to Ajax Uploader (Forum) by vinhmt04 on October 22, 2008