Search

You searched for the word(s): toolbar
Showing page 79 of 184 (1,834 total posts) < 1 second(s)
  • 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: Anyone seen this one - drop down lists take up whole screen!

    digitalshan,   You can use the Toolbar item ''break'' to put the other dropdowns in the next row:   editor.Template = ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 10, 2004
  • Wierd width problem with dropdowns

    Hi,   On an almost empty page, generating the editor customized is no problem. Now I'm putting it into a large page with lots of code, and suddenly all dropdowns in the editor are 100% - in spite that i specificly set widths to 100 pix:   Dim editorSet editor = New CuteEditor'Set toolbar level from template: default, enableall, ...
    Posted to Cute Editor for ASP (Forum) by jela on October 17, 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
  • Re: is there some opposite of 'DisableItemList'

    ''The <p> insert on enter is common to all html wysiwyg editors'' i am aware of that, but this WYSIWYG editor box that i am typing this very second to make this reply in doesn't insert a <p></p> tags, its doing a break tag, i can tell because its doing the same thing as hitting Control-Enter..... editors such as ...
    Posted to Cute Editor for .NET (Forum) by sgilboy on February 6, 2004
  • Re: Some questions

    1. With which method do I get and set the HTML in the editor?   Editor.Text Property 2. Is it possible to not only add, but also delete / hide buttons from the toolbar?  Yes, you can use Editor.DisableItemList Property the hide buttons from the toolbar. The toolbar items needed to be disabled going to this ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 28, 2003
  • Re: How to add a button to the toolbar

    There are two examples showing you how to add the custom buttons to the toolbar in the version 4.5.  You can find the them in the download package./cs/customization.aspx /vb/customization.aspx
    Posted to Cute Editor for .NET (Forum) by Adam on September 26, 2005
  • Re: Toolbar icons distorted in Firefox 22

    Hi gll1559,   Please send it to Kenneth@CuteSoft.net, I will check it and get back to you as soon as possible.   Regards,   Ken 
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on July 19, 2013
« First ... < Previous 77 78 79 80 81 Next > ... Last »