Search

You searched for the word(s): Toolbar
Showing page 62 of 142 (1,418 total posts) < 1 second(s)
  • 4.5 NetSpell button's image not appearing

    Upon upgrading to 4.5 the netspell button no longer worked. <item type=''netspell''/> The line above was being used, but the netspell image didn't show up and the button was disabled.  There was only a correctly sized placeholder in its place.  When I viewed source on the editor this was the image tag for ...
    Posted to Cute Editor for .NET (Forum) by Benjamin on August 1, 2005
  • Re: Showing minimal menu items in Web Editor

    Madhanmohan,You can change the layout of the toolbars using the following methods:   1. Load and Edit the configuration file directly 2. Load the different configuration file dynamically for the different roles/users using Editor.AutoConfigure property 3. Set the template or layout to use for the toolbars dynamically using ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 27, 2005
  • Re: Security config change at runtime?

    Thanks Adam.   See for some module types I want users to have the full toolbar while in other module types I want a limited tool bar. Same user, same roles but different modules. On some modules I want the upload directory different than other modules. On some modules I need the AutoResize Image to be a different size than ...
    Posted to Cute Editor for .NET (Forum) by lucast on July 21, 2005
  • Re: How to change or retain mode on page PostBack?

    when i uses the following code in .aspx -- <CE:Editor id=''Editor1'' ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Toolbar.config''           AutoConfigure=''None'' ActiveTab=''Edit'' ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on May 9, 2005
  • Editor suggestion/Enhancement

    I have a suggestion for enhancements - when the toolbars are not present - allow us to add buttons to the bottom bar (see ''pink region'' in the image below.  The reason why?  To allow us to bind a couple buttons for postback - when the tool bar is not present.  For Example: Say we want to use the text box - without toolbar - but ...
    Posted to Cute Editor for .NET (Forum) by LOGIKonline on January 13, 2005
  • RichDropDownList Custom Action Issue

    I'm using the RichDropDownList to perform custom event. One is to replace the entire content with some html. So I use the Editor Client Side API to perform a series of action. Dim oToolsControlImport As CuteEditor.RichDropDownList oToolsControlImport = CType(oContent.ToolControls(''Import'').Control, CuteEditor.RichDropDownList) ...
    Posted to Cute Editor for .NET (Forum) by jcmorin on December 17, 2004
  • postback for dropdown

    I added the following dropdown to the toolbar... <itemtype=''dropdown''name=''MailMergeFields''RenderItemBorder=''true''text=''Mail Merge''postback=''True''command=''InsertMailMerge''/>itemtype=''dropdown''name=''MailMergeFields''RenderItemBorder=''true''text=''Mail Merge''postback=''True''command=''InsertMailMerge''/> ...and ...
    Posted to Cute Editor for .NET (Forum) by lbouter on December 1, 2004
  • Re: HowTo: Get ceToolbar Custom Object Values

    Thanks Terry, Actually being able to insert a 'Holder' as a atributte of CE tag makes things easy. Before that I was doing something like: System.Web.UI.WebControls.TextBox tbxEmail = new System.Web.UI.WebControls.TextBox(); tbxEmail.ID = ''tbxEmail''; tbxEmail.Width = 200; tbxEmail.Style[''position''] = ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 26, 2004
  • Re: integration with Netspell with .dll added to project

    Nick,   Sorry.   In the download package, we have two example files showing you how to add the spell cheked button into the CuteEditor tool bar:   integrate_withnetspell.aspx integrate_withnetspell_vb.aspx     Step 1: Create a spell checked custom button    <script ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • External Image Button

    I am trying to use the external image button, but when specified in the template it does not appear.   It only shows when using an autoconfigure statement.  Even in your customize the appearance example, you have it listed in the code:   <CE:Editor Visible=''False'' id=''Editor1'' ShowBottomBar=''false'' Height=''180'' ...
    Posted to Cute Editor for .NET (Forum) by jtwright on February 9, 2004
« First ... < Previous 60 61 62 63 64 Next > ... Last »