|
Search
You searched for the word(s): Toolbar
Showing page 27 of 142 (1,418 total posts)
< 1 second(s)
-
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
-
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 ...
-
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 ...
-
>>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 ...
-
>>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 ...
-
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 ...
-
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 />
<!-- ...
-
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 ...
-
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 ...
-
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 ...
... 27 ...
|
|
|