Search

You searched for the word(s): Toolbar
Showing page 13 of 142 (1,418 total posts) < 1 second(s)
  • Re: DNN3.1.0 Trouble with Toolbar and Roles

    Antony,   Yes, If the user belongs to Role A, Role B and Role C, the editor will check the Role A setting first.If the Role A setting is defined in the web.config, the Role A setting will apply to the current user.If not, the editor will check the Role B setting. If the Role B setting is defined in the web.config, the Role B ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2005
  • Re: How to add text near the icon image in toolbar

    Ramu,   Check the source code of the following files:   \Framework 1.x\cs\customization.aspx \Framework 1.x\vb\customization.aspx \Framework 2.0\cs\customization.aspx \Framework 2.0\cs\customization.aspx   You can add any web control into Cute Editor as a custom button.     
    Posted to Cute Editor for .NET (Forum) by Adam on July 7, 2007
  • Re: Toolbar

    I'm getting something similar on my DNN 4 installation in a custom module.  The editor looks and works fine in other modules, but when creating a single settings.aspx page with only the CE on it (following DNN's user control registration and code conventions) I get something that looks like this.       Here is my aspx ...
    Posted to Cute Editor for .NET (Forum) by airstream345 on March 20, 2006
  • Re: Toolbar - DisableItemList

    Duh - thanks - the .config files nicely lay out all the buttons.   I just made a copy of compact.cfg, and then removed all the buttons I didn't want.   Then I added some buttons that weren't in my .cfg.   Very simple once I took the time to dig around.   Thanks again.
    Posted to Cute Editor for .NET (Forum) by wzs5011 on October 23, 2007
  • Re: Toolbar displaying incorrect image for certain buttons

    We did upgrade from version 6 to 6.1, and in doing so transferred all the dll files accross into the bin folder as well as replacing the Cute_Soft_Client folder. I also did this when I reinstalled the control.   I have placed the editor in a blank project and all the buttons are fine in this project. So obviously it is something in our ...
    Posted to Cute Editor for .NET (Forum) by DLRichards on August 15, 2008
  • Inconsistent Behaviour between toolbar and keyboard shortcuts ASP.NET 1.1

    When you type bold text then turn it off using the toolbar rather than CTRL/B, previous text is also reset. This is not happening here but it does happen when I enter text into the ASP.NET 1.1 version of CuteEditor. Is this a known bug? If I use keyboard shortcuts I don't have the problem.
    Posted to Cute Editor for .NET (Forum) by pstanford on April 4, 2011
  • Re: Toolbar Error in Custom Module on DNN4

    Adam, I just sent you an updated PA.  It contains the following:   View.ascx View.ascx.vb Edit.ascx Edit.ascx.vb Settings.acsx Settings.acsx.vb   Each control has the DNN texteditor registration and control as follows: <%@ Register TagPrefix=''dnn'' TagName=''TextEditor'' Src=''~/controls/TextEditor.ascx''%> <%@ ...
    Posted to Cute Editor for .NET (Forum) by airstream345 on March 23, 2006
  • Re: Add dropdown to toolbar?

    asiandreads: I want to add a new dropdown, and I know the toolbar controls index of where I want to put it.   It puts my dropdown there, but pushes all the other dropdowns below it, making it look awkward and messed up.   can u help (if this makes sense) ? thx,   rob   When you add custom dropdown, you'd better add ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 5, 2006
  • Re: insert document icon not showing up on toolbar.

    this did not work.   i am in fact using the simple config.   where as to test it i took out the insert image and it did not show up in the editor.   is there some where else where it could be hidden.   i have also noticed that insert template and help items are also not showing
    Posted to Cute Editor for .NET (Forum) by Benava on February 11, 2009
  • Re: I need to add bold and italic buttons to the HtmlView toolbar

    Still not working.  I modified my Full.config to read as follows :       <codeviewToolbars>         <item type=''g_start'' />         <item type=''image'' name=''Save'' postback=''True'' />         <item ...
    Posted to Cute Editor for .NET (Forum) by afroblanco on December 21, 2007
« First ... < Previous 11 12 13 14 15 Next > ... Last »