Search

You searched for the word(s): Toolbar
Showing page 20 of 142 (1,418 total posts) < 1 second(s)
  • Re: Firefox, some toolbar buttons occasionally set to CuteEditorButtonOver on load

    Sorry, I have changed the way I handle the way I wait for the editor to Initialize. I was using setTimeout because I did not know about AddInitializeScriptCode.   Some weird timing issue that stopped occurring when I changed to the correct method.   This post can be deleted / archived.
    Posted to Cute Editor for .NET (Forum) by Flintstone on February 1, 2008
  • Align 1 toolbar button to the right?

     I want to have my normal toolbar left aligned like normal however I want to segragate one button and move it off to the right corner. I have the editor in an iFrame so it's limited in how big it can get so I am inserting a button to pop the editor out into another window that can be full screened. I think it makes sense to move this ...
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 25, 2013
  • Re: dropdownlist in Cute Editor toolbar populated from a database *Very Urgent*

    For the server side controls, please check the following article:   How to create a custom button (Server Control) and register it with the editor toolbar template?   http://cutesoft.net/example/howto/RegisterServerControl/vb/RegisterServerControl.aspx    Example code:          ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 26, 2006
  • Move existing buttons into a toolbar?

    I have a requirement to move all of the form controls from the toolbar to a dropdown.  For example I need a dropdown that will list 'Insert Form', 'Insert Text Area' etc.  Is it possible for me to hook the existing button controls for this so I could use the images and associated commands?  I would still like it to open the ...
    Posted to Cute Editor for .NET (Forum) by rokinroj on March 6, 2006
  • Custom button in new toolbar with style

    How can i create a custom button in a new toolbar and still have the mouse over select event. ?   This i my .config file :... <toolbars>  <item type=''g_start'' />  <item type=''holder'' name=''insertcustombutonhere'' />  <item type=''g_end'' /> </toolbars>...I use the ...
    Posted to Cute Editor for .NET (Forum) by hoirup on January 12, 2006
  • Localization of the text for the tooltip of icons in the toolbar

    Hi Adam          When I use CuteEditor in our application and I try to set different cultures for my application .The text in the tooltip for the icons in the toolbar are not localized for the specific cultures.I see only text in English.I have the external XML files for different cultures.What path must ...
    Posted to Cute Editor for .NET (Forum) by Bomin1 on January 4, 2006
  • Urgent!.. toolbar dont refresh, plz help

    I using CuteEditor v5 with C#.I have different configuration files foreach department, and when I change my department with a dropdown list the config file change, but not my toolbar icons.   Im using prerender to change my config file:    private void Editor2_PreRender(object sender, EventArgs ...
    Posted to Cute Editor for .NET (Forum) by Ronnie82 on November 10, 2005
  • Postback on any button in the toolbar

    If I press the button ''insert Image'' or ''Insert anything'' in the toolbar I want to create a folder on my server.   But on those buttons is no postback, so I cannot do like I do with the ''Save''-Button:   Private Sub Editor2_PostBackCommand(ByVal Sender As Object, ByVal e As System.Web.UI.WebControls.CommandEventArgs) ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 17, 2005
  • Toolbar icons are not rendered :(

    Hi AdamWe are using CuteEditor.Net v4.0.0.3. It is working fine on my PC locally as well as on our corporate intranet perfectly. But unfortunately it is not working on our production server remotely. Given below is the directory structure/ (root directory) /myworkingdir/ /myworkingdir/Admin /CuteSoft_Client/CuteEditor/ /bin /web.configCute-editor ...
    Posted to Cute Editor for .NET (Forum) by plexuspk on June 7, 2005
  • Re: ce editor toolbar not showing all tools in default mode

    Janesen,   Did you use the following property and disable some buttons?   Editor.DisableItemList Property The toolbar items needed to be disabled going to this string. Example DisableItemList=''Bold, New, Delete''   Which version of Cute Editor are you using?  
    Posted to Cute Editor for .NET (Forum) by Adam on May 26, 2008
« First ... < Previous 18 19 20 21 22 Next > ... Last »