Search

You searched for the word(s): dialog
Showing page 52 of 256 (2,552 total posts) < 1 second(s)
  • Re: JavaScript API

    vlad-G,   I suggest you create a custom button and using the following function:   function do_insert(){    editor.PasteHTML(''put your link HTML code here'');    top.close();}   Or change the existing link dialog.   >>I let user select the link he needs how can I get what ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 1, 2006
  • Re: What is the importance of SAVE icon in the toolbar??

    ramu,   Which save button are you talking about? If you are talking about the save button in the template dialog, it just save the changes you made to the server.   To understand how the save button works, please check the following example:   How to capture the SAVE ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 22, 2006
  • Re: Feature Request: Custimize Hyperlink

    >>Create a custom title.  Our client wants it to say ''Insert File'' instead of ''Downloadable File.''   You can achieve it by modifying the language files.   >>When the popup appears, can you set the default to ''http://'' instead of ''Other''   In the Downloadable File dialog,  the default URL can't be ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 12, 2006
  • Re: Uploading Excel files

    http://cutesoft.net/developer+guide/Restricting-Document-Files-by-Extensions-and-Types.htmRestricting Document Files by Extensions and Types One of the Cute Editor new and innovative capabilities is Restricting uploading document Files by Extensions and Types. You can filter the type of document files so only specified file types are allowed ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 15, 2006
  • Re: Creating tables on a MAC using Firefox

    Todd, Mac/Firefox:When the user click the ''insert table'' button, CuteEditor will invert a 2 row / 2 colomn table into the editor. And also a dialog will be opened which allows the user configure the table properties.If the user want to add rows/colomns to the existing table, they can use the ''Insert Row Above'', ''Insert Row Below'', ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 13, 2005
  • How to create Virtual Directories in IIS?

    mekalaasri, How to create Virtual Directories in IIS? 1. Click Start, point to Programs, click to select Administrative Tools, and then click Internet Services Manager. 2. Expand the server name. 3. In the left pane, right-click Default Web Site, point to New, and then click Virtual Directory. 4. In the first screen of the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 29, 2005
  • Re: Accessing a modal dialogue without displaying the editor itself

    Hi Fermin,   I think the answer to your question is to use the following code in your BLOCKED SCRIPT    var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px'');   You can ...
    Posted to Cute Editor for .NET (Forum) by dotcom on August 22, 2005
  • Re: permissions/security

    >>should the iusr<machinename> have write access to the upload directory? Yes.>>or is it possible to let cute editor to log in as a user when uploading files?Yes. Please follow the steps below:1. Right click on the upload folder, select properties, then choose the security tab.2. Add the specific users to the list of ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 13, 2005
  • Re: Popup blocked javascript error

    Any thoughts on this issue?  The demo editor will generate an error as well. Here's some details:Use a recent version of IE (mine is 6.0.2900.2180) the Popup Blocker enabledDraw a 2x2 table on the editor pageSelect the table and bring up the Table Properties windowClick the Cell Properties button The demo editor will generate an ...
    Posted to Cute Editor for .NET (Forum) by skipl on May 24, 2005
  • Re: Question about Add customer button?

    alemke,   Cute Editor for ASP allows you add your custom button like the followings:   editor.CustomAddons = ''<span title=''''Custom Addons'''' class=''''button'''' onclick=''''alert('This is a custom function');'''' type=''''btn'''' border=''''0''''> Custom button ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 15, 2004
« First ... < Previous 50 51 52 53 54 Next > ... Last »