Search

You searched for the word(s):  
Showing page 135 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Does not Insert Div, Can't Align to Center - Using Editor for CMS

    I am unable to reproduce the bug with your editor but my editor uses the code as follows:               $editor=new CuteEditor();               ...
    Posted to Cute Editor for PHP (Forum) by AdamTheMan103 on May 13, 2009
  • Re: No items required

    Hi dbots,   Please try the example below, it will submit the forum whatever the uploader control has items or not. The upload files will be the optional.   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 13, 2012
  • Re: How can I make the choice between XHTML 1.0 or HTML 4.01 output

    Please check the following properties:   Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted.   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 22, 2009
  • Re: Select an image outside of Cute Editor?

    OK, I have solved some of the problems here. In my Javascript, I had not allowed for the fact that Mozilla and Opera open the Insert Image dialog asynchronously, so the code has to loop waiting for the user to select an image. In the sample code that ships with CE 6.0, the setTimeout command is used for this purpose (see below).   However, ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 11, 2007
  • Re: Prevent auto population of title during upload

    Dear VanAwful,   Please follow steps: 1. Open ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js'' 2. Add the following code at the bottom of this file:     GalleryLayout.prototype.CreatePhotoDivNull=function _GalleryLayout_CreateItemDiv(photo) {  var ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on February 6, 2011
  • Re: add new gallery layout "button" to slideshow gallery

    Hi emilyPA,   1. Open file ''\CuteSoft_Client\Gallery\Layout\SlideShow\Template.htm''   2. Find section below          <td style='width: 90px; vertical-align: middle;'>   change to          <td style='width: 120px; vertical-align: ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on May 27, 2010
  • Re: Enable icons for specific role

    jyotsna,   In the Cute Editor for DNN provider, we define the above logic: Only admin can have access to all images. Fot the other roles, they can only access the images belong to their own role.   If you want to change this logic, please open CEHtmlEditorProvider.vb and modify the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 23, 2007
  • Re: Textarea disabled on first load

    Our Solution was to put the following code in Page_Init:         Page.ClientScript.RegisterClientScriptInclude(''CuteEditorConstant'', ''/CuteSoft_Client/CuteEditor/Scripts/Constant.js'')         Dim LoaderName As String         Select ...
    Posted to Cute Editor for .NET (Forum) by OlegS on March 27, 2009
  • Absolute URLs for images

    Hello,   I have the cute editor installed for a Dot Net nuke applacation.  I need to have the src in the <IMG> tags to be absolute. like this <img height=''306'' alt='''' src=''http://localhost/LocalDNN/Portals/6/ufonaut.gif'' width=''254'' border=''0'' />   But what is happening is something like this ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on October 3, 2008
  • Re: Custom button

     Jeff,   I don't think you took the time to read to example I gave you. I am trying to use a custom image on my button. The image is not located in the RTE path. The image in my example was http://mysite.com/image/myimage.jpg   Please note that this was very easily done in CE 6 with C# code similar to this: ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by frJericho on December 10, 2013