Stephen100 wrote:
Stephen100 wrote:
Stephen100 wrote:
The reason why the control attribute is ignored because it is only used when there is no value found in the editor settings.
Stephen100 wrote:
When opening a form containing the editor, I sometimes I get the following message:You can ether remove the plugin completly or add the button id that saves the content to the setting
AN AUTO SAVED VERSION OF THIS CONTENT [DATE TIME] has been found. Would you like to compare content version and choose which one to load?
Is there anyway to suppress this? I'm saving to the database and don't need this option.
Stephen100 wrote:
When I try to paste into the editor I get the following message:That message is a misleading, because there is now workaround for that, the only way around that is to use the keyboard short cuts as suggested in the message.
"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.
Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK"
Is there anyway to eliminate this? Or, which browser settings do i need to change?
Stephen100 wrote:
I'm unable to set the height, the height attribute has no effect:Well you can set the settings for each editor instance individually even if there are more then one editor on a page.
<dnn:texteditor id="DNNEDITCONTROL" ClientIDMode="Static" runat="server" height="400px" width="100%"></dnn:texteditor>
width works fine. I can however set the height from the form 'CKEditor Provider Settings', but would like to set the height differently for a number of editor instances on a form.
The reason why the control attribute is ignored because it is only used when there is no value found in the editor settings.
Stephen100 wrote:
Is it possible to hide certain buttons from the toolbar? I've looked at the configurations files (CKToolbarSets.xml, CKToolbarButtons.xml, CKEditorSettings.xml) under Portals/0Of course you can ether via the included Toolbar Editor inside the Settings window or you modify the CKToolbarSets.xml directly. A little explanation in to that buttons inside the toolbar are grouped as toolbarsets, the toolbar sets are loaded based on the user role. So if you want to modify the toolbars you can ether modify the existing toolbar sets, or create your own one depending on your needs.
and also at the settings form 'CKEditor Provider Settings' but can't see a way to hide individual buttons.