Search

You searched for the word(s): "image editor"'A=0
Showing page 57 of 229 (2,285 total posts) < 1 second(s)
  • Re: Formatting Tex and images???

    Try the steps below:   1. Type your content 2. Insert your image 3. select the image and click the ''left justify'' button.   Demo:   Cute Editor for ASP.NET is the most powerful WYSIWYG (What You See Is What You Get) browser-based Online HTML Editor for ASP.NET. It enables ASP.NET Web ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 7, 2007
  • 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
  • Re: Is it possible to write custom status text on the Cute Editor Control area

    David,   You can embed a div tag and assign an ID.   When CuteEditor_OnChange event is fired, update the innerHTML of this control like we did in the folllowing example:   http://cutesoft.net/example/JavaScript-API.aspx     >>Could you show me where to include the div ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 31, 2007
« First ... < Previous 55 56 57 58 59 Next > ... Last »