Search

You searched for the word(s): Toolbar
Showing page 27 of 142 (1,418 total posts) < 1 second(s)
  • Re: Add dropdown to toolbar?

    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
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 4, 2006
  • Re: AutoConfigure - codeviewToolbars

    David,   When you click the html button in the bottom bar, you will go to the code view.   If code view,  you can find the top toolbar which contains a few handy toolbuttons. We call it codeviewToolbar.   You can use the following property to configure it/   Editor.CodeViewTemplateItemList Property The toolbar ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 6, 2008
  • Re: Disabling Galleries

    Colin,   You can put the toolbar items needed to be disabled into this Editor.DisableItemList string.    For example:   <CE:Editor id=''Editor1'' DisableItemList=''save, help, CssStyle'' runat=''server''></CE:Editor>   For more details, please check the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 14, 2007
  • Re: Button Handling

    >>I don't want to create a custom button. I want to change the properties of toolbars item ''ToFullPage'' and ''FromFullPage''. Why do you want to do that? It doesn't make sense to me. The button will do post back, however the clietn function will be ignored.   Anyways, here are the solutions:   1. Open the toolbar ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 24, 2006
  • Re: custom button

    >>When I insert a custom button, how do I get the path to the current image files of the current toolbar - i.e. for my custom button I want to use the same image path as the toolbar is using - where can I get a reference to that?     ~/CuteSoft_Client/CuteEditor/Themes/Custom/Images   >>Secondly - where can I change ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Re: Add dropdown to toolbar?

    You can rename the ''code snippets'' to something more meaningful to your app. Step 1: Open the CuteSoft_Client/CuteEditor/Languages/_default.xml or other lanauage file Step 2: Find the following code: <resource name=''Codes''>Code Snippet</resource> Step 3: Rename the ''code snippets'' to something more meaningful to your ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: DNN Provider 4.0 - Customize Toolbar by Role?

    Cetalfio,For DNN3, please use your own web.config file. Just replace the htmlEditor section in your web.config using the following code: <htmlEditor defaultProvider=''CEHtmlEditorProvider''>    <providers>     <clear />     <!-- ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2005
  • Change Toolbar's configuration in runtime.

    Hi, I'd like to change the configuration of the toolbar, when the user click a button in the toolbar. Exactly when the user click the button for resizing the control to full screen. For example I'd like to use, a Simple Comfiguration when the control is in normal size and a Full Configuration when it'll be in full screen.   Is ...
    Posted to Cute Editor for .NET (Forum) by oaicstef on March 18, 2009
  • Re: DNN Provider 4.0 - Customize Toolbar by Role?

    Jerry,   >>but is there a way to without adjusting the web.config for every role to enable roles to only see/upload to a specific folder?   For your situation, you need to modify the web.config file and add the custom security setting for your custom role. Another solution is modifying the provider project and recompile ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2006
  • Re: DNN3.1.0 Trouble with Toolbar and Roles

    Hi, I am having pretty much the exact same issue, but was unable to resolve the issue with the suggestions provided here.  Note the following wrinkle:  this problem only occurs on one of the child portals in my installation.  The other portals all work fine.  This child portal does have several users/roles that do not ...
    Posted to Cute Editor for .NET (Forum) by jlichon on October 12, 2005
« First ... < Previous 25 26 27 28 29 Next > ... Last »