Hi,
I want to align all of the the toolbars on the editor towards the center. How can I do that?
I have a call out for the background color change here:
Or do I make the change in the toolsfile.xml?
Thanks, Cam
I want to align all of the the toolbars on the editor towards the center. How can I do that?
I have a call out for the background color change here:
<script type="text/javascript"> |
function OnClientLoad(editor, args) |
{ |
var style = editor.get_contentArea().style; |
style.backgroundImage = "none"; |
style.backgroundColor = "white"; |
} |
</script> |
Or do I make the change in the toolsfile.xml?
Thanks, Cam