Search

You searched for the word(s): Toolbar
Showing page 22 of 142 (1,418 total posts) < 1 second(s)
  • Re: Toolbar

    Well, not only the samples, see screenshot below, but also when i have it on my website (localhost).The code for teh samples is untouched and was downloaded last Wednesday. The code in my website is just a page that has the CE tag: <CE:Editor id=''Editor1'' runat=''server''></CE:Editor> along with the declaration.
    Posted to Cute Editor for .NET (Forum) by SamiMajed on September 17, 2005
  • Re: Toolbar images aren't aligned correctly

    Brian,Do you have problems with the following link?http://cutesoft.net/example/general.aspx   Which version of CuteEditor are you using?   If you installed the old version of CuteEditor before, please clear your browser cache.   keep me posted    
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2005
  • Re: Wrong images are appearing in my toolbar

    yes, the only updates from the .zip where the .js files   other thoughts 1) I am overriding the CuteEditorDefaultFilesPath in my web.config 2) the editor is behind a secure site, could that cause any issues?     I am sure it is something very simple and silly that is breaking this.   -aaron
    Posted to Cute Editor for .NET (Forum) by aaron sherman on November 27, 2007
  • Re: Toolbar flow direction

    Hi Adam,   If you have a spare minute and wouldn't mind taking a look also, that would be very helpful, as I guess it could be easy for my to miss the cause of the error.   http://www.wallaceit.co.uk/test.aspx   Many thanks for all you help with this.   Kind regards,   Rich
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 9, 2007
  • New Drop Down list box over toolbar?

    Hi,  I want to create my own dropdown text box over the tool bar , previously you given link for tool bar customization,    but all the customization say's only button creation over tool bar,  i want to create my new dropdown list box over toolbar i need some coding help also. regards,Anbaz.
    Posted to Cute Editor for .NET (Forum) by anbaz on September 20, 2005
  • Toolbar Buttons Missing

    Hi,   In our previous version of our application the cute editor toolbar had lot of buttons (e.g. to change background, add hyperlink etc.) but in our current version we have very few toolbar items. It would be helpful if any one can let us know, what could  be cause for this and how to resolve it.   Thanks, Baga.
    Posted to Cute Editor for .NET (Forum) by bagann0210 on November 29, 2010
  • Textbox in toolbar is readonly???

    Hi,   I created a new toolbar and inside that toolbar I have a textbox. The strange thing is I can't type text into it. Page_Load: CuteEditor.ToolControl tct = rtb.ToolControls[''myToolbar'']; TextBox txt = new TextBox() { ID = ''txtName'' }; tct.Control.Controls.Add(txt); I see the textbox, but cant get focus in it or type any ...
    Posted to Cute Editor for .NET (Forum) by Maarten on May 25, 2009
  • Howto: insert a custom image/button in the toolbar and capture the command event in C# codebehind?

    Hi.   Doubt 1: Can´t insert and image/button in the CE toolbar:   System.Web.UI.WebControls.Image myImg = new System.Web.UI.WebControls.Image(); myImg.ImageUrl = ''~/CuteEditor_files/myImg.gif''; myImg.Attributes.Add(''onclick'',''MyMethod()''); ...
    Posted to Cute Editor for .NET (Forum) by KenA on September 2, 2004
  • Re: Missing Images In Toolbar

    Jim, Try set the Editor.UseHttpHandlerCacheImages Property to false.By default Cute Editor will use HttpHandler process the image files on the server side. You can turn this feature off by setting this property to false. If it doesn't help, please send your editor URL to me through the URL.    
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2006
  • Re: How Can I add a custom dropdownbox in the toolbar

    Please check this example:   How to dynamically populate the dropdown menu?( C# | VB ) This example demonstrates how to programmatically populate the Cute Editor dropdown The source ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 18, 2008
« First ... < Previous 20 21 22 23 24 Next > ... Last »