I can override the users' theme selection for the text editor by setting the editoroptions like so
<CSControl:Editor Width="100%" Height="150px" EnableHtmlModeEditing="false" runat="Server" id="PostBody"><EditorOptions><CSControl:EditorOption runat="server" Name="theme_advanced_resizing" Value="false" /><CSControl:EditorOption runat="server" Name="plugins" Value="'smilies,safari'" /><CSControl:EditorOption runat="server" Name="theme_advanced_buttons1" Value="'bold,italic,underline,strikethrough,separator,link,unlink,separator,smilies,safari'" /></EditorOptions></CSControl:Editor>
What i'd like to do is just force a theme like so
<CSControl:Editor name="Basic" runat="server" />
where Basic has been defined in communityserver_override.config, is this possible at all?
The UKs best resource for the Golf, Bora, Jetta and Scirocco
Audi Forums, Galleries and Blogs
Thanks a million Dave! What a usefull post for someone trying to understand these controls.
I think you can do this...
<CSControl:Editor name="Enhanced" type="Telligent.TinyMCEWrapper.TinyMCE, Telligent.TinyMCEWrapper" runat="server" />
Haven't tried it though.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com