Search

You searched for the word(s): "image editor"'A=0
Showing page 43 of 166 (1,657 total posts) < 1 second(s)
  • Re: issue adding custom button in Firefox.

    Hi gurpreet, you need to defined function insertImageButtonClick in your page. <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 28, 2012
  • Re: Can i use only spell check with no rich text formatting.

    Dear akkineni,   Please refer to the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#''%> <HTML>  <HEAD>   <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as an spell ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 5, 2010
  • Re: Inserting Into the Text Area with Javascript

    johnkeithwood, Here is an example to create a custom botton and paste the html code into the editor: create a custom botton and paste the html code into the editor      //about Italic, see Full.config    //<item type=''image'' name=''Italic'' imagename=''Italic'' /> ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: using a session variable within image path

    sperndogger,   Try this:    Public Sub Page_Load(sender As object, e As System.EventArgs) // dim siteid as string = session(''siteid'')     Editor1.ImageGalleryPath = session(''siteid'') // end sub   <CE:Editor id=''Editor1'' EnableFancyDropDownMenu=''true'' AutoConfigure=''EnableAll'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 16, 2004
  • Re: Link to style sheet?

    Yes.  The following note is copied from CuteEditor for asp forum : http://cutesoft.net/forums/ShowPost.aspx?PostID=110   1 .Create a new css file named as test.css. Copy the following code into test.css.   .ToolbarBg { background-color: #336699; BACKGROUND-IMAGE: url('/images/2x19.gif'); } .ItemBg { background-color: #336699; ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: adding custom toolbar button

     A custom button (Inert the current time) System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image (); Image1.ToolTip = ''Insert the current time''; Image1.ImageUrl = HttpContext.Current.Request.ApplicationPath +''/timer.gif''; Image1.CssClass = ''button''; Image1.Attributes.Add(''onclick'',''var d = new Date(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2003
  • Online Image Editor 5.0 - problems

    if we use the new image editor and if we modify in this editor images then the picture is lost after the first manipulations (only the placeholder is shown). Is this a bug or a configuration problem (path problem?). Do you have any ideas? thanks chris
    Posted to Cute Editor for .NET (Forum) by lue on September 19, 2005
  • Can programmatically/dynamically set a background image for editor?

    We would like to be able to associate (in advance) a separate background image with each specific 'page' of content that we want to display in the editor.   So, when a particular 'page' of content and a path to the background image file is retrieved from our database, that background image can be set for the editor ...
    Posted to Cute Editor for .NET (Forum) by rockford on December 3, 2008
  • Image tag problems when pasting from Image Galery.

    I just download latest Cute Editor today so I have the latest version. File is dated 8/7/2008. I have implemented my own custom image gallery provider that has worked great up until today. Today, when I paste an image from my image galery selector, width and height attributes are added to the img tag. This happens 9 out of 10 times. Width is ...
    Posted to Cute Editor for .NET (Forum) by GoranS on August 13, 2008
  • Re: Select an image outside of Cute Editor?

    No reply from iTim... Can you tell me what js function I need to call in order to invoke the Insert Image window please Adam... I'm trying to do something like the following:  [myButton] --> onclick = ''callImageInsert()''  function callImageInsert(){ var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by optik on May 3, 2005
« First ... < Previous 41 42 43 44 45 Next > ... Last »