Search

You searched for the word(s): "image editor"'A=0
Showing page 13 of 229 (2,285 total posts) < 1 second(s)
  • Re: Replace Image by double click on the image in the editor.

    hi,   Please open file "\CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_image.ascx" and find section below, that is the browse button, the simple way is that hide this button and create your own button there, so you can achieve any function with the new button.   <input type="button" id="btnbrowse" ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 23, 2014
  • Re: button size

    kvenu28,     >>2. how can i increase the size of the images in the toolbar   Please open toolbar configuration files first. The Cute Editor toolbar configuration files, which contain XML, specify the toolbar configuration information of the Cute Editor instance.   To change the size of the built-in ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 14, 2006
  • Re: customised toolbar button

    rcm,   Please create a custom button frist.   Demo:     http://cutesoft.net/example/customization.aspx   Third button shows you how to call a Built-in button.   This example also helps:   http://cutesoft.net/example/JavaScript-API.aspx   >>2. how can i increase the size of the images in ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2006
  • Re: Suggestions for Image Dialog

    David,  >>First off.. I appreciate that you guys are so receptive to suggestions and input...We've been working hard at improving and extending the Cute Editor for ASP.NET based on the requests and bugs reports. Many feature requests from great end users/developers are already part of CE. Thanks you guys; your suggestions are ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 5, 2005
  • Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net

    Hi,   Below is the full example.   The "CuteEditor_OnCommand" API will catch the InsertImage command and execute custom command "ShowMyDialog".   In "ShowMyDialog" function, the code will open your own page as a dialog for editor. "MyGallery.aspx" should change to your ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 10, 2013
  • Re: moving the image in cute Editor for .NET

        I got it. I have put my site online. even  though i work on my personal system, it won't moving. when insert an image in textbox it was moving where ever it want.  Even in ur example/general.aspx it was not moving in editor with mouse dragging. it was paste at one point only.
    Posted to Cute Editor for .NET (Forum) by jilani on April 14, 2006
  • Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net

    Hi narendrababu,   I have show you how to catch the insertimage button click command, you can achieve your own logic there. What problem you got?    ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 11, 2013
  • Insert Image functionality... strange occurences!

    Ok please bear with me as this one is quite strange and at the same time quite convoluted..     Content in the cute editor area is html as this ---------------------------------------- <div class=''HomeColumn1''><img height=''119'' alt='''' src=''http://cutesoft.net/I/Images/Home/MiningAndPower.jpg'' width=''277'' ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on April 9, 2008
  • Re: "Insert image" in Make Template editor assumes Uploads folder

    I have the same issue. I don't understand why it needs an 'uploads' folder anyway? We'd just like the user to browse their machine for images to upload. Also does it insert them inline or just add them as a link?   Surely it should be ImageGalleryPath for the images folder? EDIT getting really annoyed with FF adding ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 7, 2013
  • use <img> to set my background image at editor

     hi all,   i try to set my background image at editor using <img>, then z-index only work when i set ''position:absolute'',   but when i set ''position:absolute'', my background image can be drag to anywhere (what i want is the background image remain at fixed position)   how can i solve this ?   thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on April 9, 2009
« First ... < Previous 11 12 13 14 15 Next > ... Last »