|
| Changing the TinyMCE toolbar menu view settings (PlainText/Standard/Enhanced) |
 |
Mon, 4 Dec 2006 16:53:53 +0000 |
If you wish to, say, change the default editor menu view from standard to
enhanced you could do so in the communityserver.config file.
<editors>
<editor name="Plain Text"
skinName="Skin-Editor-PlainText.ascx" />
<editor name="Standard"
skinName="Skin-Editor-Standard.ascx" default="true" />
<editor name="Enhanced"
skinName="Skin-Editor-Enhanced.ascx" />
</editors>
to
<editors>
<editor name="Plain Text"
skinName="Skin-Editor-PlainText.ascx" />
<editor name="Standard"
skinName="Skin-Editor-Standard.ascx" />
<editor name="Enhanced"
skinName="Skin-Editor-Enhanced.ascx" default="true" />
</editors>
Thanks to Tim Laughlin for the source info.
|
| Post Reply
|
| Re: Changing the TinyMCE toolbar menu view settings (PlainText/Standard/Enhanced) |
 |
Mon, 4 Dec 2006 19:25:45 +0000 |
Dave,
Thanks for the recognition I just finished a blog entry about this experience.
Again thanks to you and all the others who chimed in. Was a great
collaboration.
Tim
|
| Post Reply
|
| Re: Changing the TinyMCE toolbar menu view settings (PlainText/Standard/Enhanced) |
 |
Mon, 4 Dec 2006 20:31:41 +0000 |
Tim,
I was mostly a spectator, but yeah, definitely great collaboration, and as you
said on the original thread, on a Sunday!
Thanks for the follow-up post!
-Dave
|
| Post Reply
|
|
|
|
|
|
|
|
|
|