If adding a tinyMCEWebcontrol to a custom usercontrol in codebehind, the standard layout of the editor will have all buttons enabled and the button panel will be placed in the lower part of you editor. Is there a good approach on how to do the following 3 things
Get the buttonpanel into the top of the editor rather than in the button
It seems atleast to hold all the info I will have need of, and by using there script it seems the button panel goes up in the top so point 1 also seems solved:)
custom tinyMCEWebcontrol
Grettings
If adding a tinyMCEWebcontrol to a custom usercontrol in codebehind, the standard layout of the editor will have all buttons enabled and the button panel will be placed in the lower part of you editor. Is there a good approach on how to do the following 3 things
With kind regards
Christoffer Andersen
Acheiving point 1 may be tricky, but the rest should be standard TinyMCE config.
Have a look at the examples on the TinyMCE site for customisation options. http://tinymce.moxiecode.com/examples/full.php
Cheers,
Chris
Thx Chris
It seems atleast to hold all the info I will have need of, and by using there script it seems the button panel goes up in the top so point 1 also seems solved:)
is working on a reply...