Search

You searched for the word(s): toolbar
Showing page 14 of 184 (1,834 total posts) < 1 second(s)
  • Re: Custom button in new toolbar with style

    Bo,   Please check the source code of vb/customization.aspx.Dim tc as CuteEditor.ToolControl    tc = Editor1.ToolControls(''insertcustombutonhere'')    If Not tc Is Nothing Then    Dim Image1 As New ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 12, 2006
  • spell checker button in custom toolbar

    I created a custom tool bar as a .config file as described in your help files i downloaded.  Everything in it works fine except for the spell checker.  The button image doesn't appear, and the button is not clickable. my.config file look like: <toolbars>     <item type=''g_start'' />     ...
    Posted to Cute Editor for .NET (Forum) by itatawy on December 26, 2005
  • Re: Toolbar and DropDowns aren't aligned in FireFox

    Please use the following code:   <%@ Page Language=''C#'' ContentType=''text/css'' %> <%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %> <script runat=''server''> string editorid; protected override void OnInit(EventArgs e) { //do not call base's OnInit , skip the theme ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2005
  • Re: Cute Editor 5.0 - DNN 3.1.1 - Toolbar Problem

    Adam,   Thank you, it appears that solved the problem. My only other question regarding the upgrade, I assume that retaining my licence file from the previous release is proper, is that correct? Considering that I'm somewhat new to DotNetNuke, is there a way of determining if I am runing a trial licence or my purchased licence? I don't see ...
    Posted to Cute Editor for .NET (Forum) by Ed Word on October 6, 2005
  • Re: How to add a button to the toolbar

    If anybody is interested here's the code that worked for me.  I now have one other problem.  I need to figure out how to make the button not postback the page:   Dim Button2 As New System.Web.UI.WebControls.Button Button2.Text = '':: Get Record from DB ::''Button2.Attributes.Add(''postback'', ...
    Posted to Cute Editor for .NET (Forum) by cmessineo on September 26, 2005
  • Re: Toolbar isnot displayed correctly after upgrading to CE5

    If I include G_start and G_end in my itemlist I get the following error: This collection already have item named : g [Exception: This collection already have item named : g] CuteEditor.ToolControlCollecton.Insert(Int32 index, ToolControl toolctrl) +156 CuteEditor.a.a(ConfigItem A_0, Boolean A_1) +1558 CuteEditor.a.o() ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on September 23, 2005
  • Re: Toolbar still not working in 5.0!

    Try:   <toolbars>   <item type=''g_start''/>   <item type=''dropdown'' name=''FormatBlock'' RenderItemBorder=''true'' text=''[[Paragraph]]'' command=''FormatBlock''/>   <item type=''g_end''/>   <item type=''g_start''/>   <item type=''image'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2005
  • Re: Server Application Unavailable Error when clicking on the netSpell toolbar button

    Here is the error - Your product is so close to being the answer to allot of myn and my clients problems.  I need to get it working trouble free to interest other people and to avoid me having to build a spell checker that has NO client dependencies (like your product seems to have locally).  Looking forward to your ...
    Posted to Cute Editor for ASP (Forum) by mat41 on August 25, 2005
  • Toolbar Flow

    Hello,   I have just downloaded a recent version to get over the editor and window scrolling issues. However in the new version, the way that the toolbars flow as the editor is narrowed has changed and does not work in the way that I had implemented in my application.   In my application I have the editor set to 100% width and ...
    Posted to Cute Editor for .NET (Forum) by web designers leeds on August 13, 2005
  • Click on items from the toolbar changes position of screen

    Hello there, First of all i'd like to thanks Cutesoft for developing such great application as Cute Editor. The source code is really easy to understand and to customize. Thanks a lot. My question is, i want to have only one piece of code that i can use in different pages and keep all the files for Cute Editor in one folder, it works ...
    Posted to Cute Editor for ASP (Forum) by Guster3k on March 31, 2005
« First ... < Previous 12 13 14 15 16 Next > ... Last »