Search

You searched for the word(s): toolbar
Showing page 33 of 184 (1,834 total posts) < 1 second(s)
  • 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
  • Re: Urgent!.. toolbar dont refresh, plz help

    Ronnie82,   The Security Policy File only contains a pre-defined set of permissions by group or individual.   If you want to choose the toolbar icons, please check the following article:   http://cutesoft.net/developer+guide/Howto_Change_layout_of_the_toolbars.htm    
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2005
  • Re: CuteEditor to RichTextEditor: How do I define a Snippet dropdownlist in the Control

    OK, the code snippets route is not going to cut it according to our design team since we want to replicate the exact layout of the cute editor we have before using the drop down list box to populate the variables. I got it working pretty much with at the asp.net dropdownlist server control. However, the variable does not insert when it is placed ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by HuaShyr on November 6, 2012
« First ... < Previous 31 32 33 34 35 Next > ... Last »