Search

You searched for the word(s): scripts
Showing page 5 of 58 (580 total posts) < 1 second(s)
  • Re: cute editor on IIS

    1. Please add the following code to your web.config.     <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' />     ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2009
  • Re: the Editor second time it's didn't work with me

    1. Please add the following code to your web.config.     <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' />     ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 6, 2009
  • Re: Restrict image editing

    Vin,   You have two options.   1. Disable the double click event.   Open CuteEditorSolution\EditorWebsite\CuteSoft_Client\CuteEditor\Scripts\Constant.js and change the following code to true.   //By default, when users double click a control, a tag property dialog will open. Set it to true if you want to disable this ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 15, 2008
  • Re: Mozilla FireFox and Editor/Image upload

    >>However, in Mozilla FireFox (1.0.7) I can not click on the edit window.  Thanks for pointing out this issue. We've fixed it. Please download the control again and updated the file:   CuteSoft_Client\CuteEditor\Scripts\Gecko_Implementation\CuteEditorImplementation.js     >> when the editor starts it ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 8, 2008
  • Re: Popup Window Height

    chillipeppa,   Please open CuteEditor_Files\Scripts\Constant.js and modify the following code:   // Default editorconstant ornaments for the gallery dialog editorconstant._galleryDialogFeature = ''status:0;dialogWidth:564px;dialogHeight:630px; scroll: 0; resizable: yes; help:0''; // Default editorconstant ornaments for the image ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 14, 2007
  • Re: Development Question and Deployment

    caplinktech: From a devleopment and ease of deployment view was their a reason Cute Live Support did not package Client Side scripts as a web resource to make deployment easier and eliminate the need to ensure proper paths exist for the client scripting. I am under the impression that this was compiled against the .net 2.0 framework as that ...
    Posted to Cute Live Support (Forum) by Adam on August 15, 2006
  • Re: Problems with Cute Editor in .NET forms

    rsholtes,   The first issue is a DHTML issue. The javascript in your page has some conflict with CuteEditor client scripts.   For the second issue, can you reproduce the problems in the following example?   http://cutesoft.net/example/general.aspx   Tip:   If you have the following HTML code:   Hello ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2006
  • Re: allowDefinition='MachineToApplication'

    This a common problem and is simply due to the fact the folder in which the application resides is not a IIS web application.  Please follow the steps below: Open the Internet Information Services manager dialog in Windows [normally accessed from the Start button via Start - Programs - Administrative Tools - Internet Services Manager] ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 13, 2006
  • Re: DNN 3.1 Release on 11/07 Features

    jamnaytac,The lastet build  (11/07/2005) contains the following bug fixes.Fixed Bugs:   - Fixed: Manual Flash tags are changed by the browsers.  http://cutesoft.net/forums/12146/ShowPost.aspx - Fixed: ''When applying the css class to the content,  sometimes editor embeds 2, 3 even 4 span tags all nested within ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 14, 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
« First ... < Previous 3 4 5 6 7 Next > ... Last »