option theme advanced custom layout





Option: theme_advanced_custom_layout





Option: theme_advanced_custom_layout




This option is used to specify a custom layout manager function. The format of this function is: customLayout(template) where template is the template array within the advanced theme, this function should return a new template array containing the editor HTML in a key called html. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout".

CustomLayout

template




Example of usage of the theme_advanced_custom_layout option:


function myCustomLayout(template) {
// Make custom layout
template['html'] = "make new layout";

return template;
}

tinyMCE.init({
...
theme_advanced_custom_layout : "myCustomLayout"
});





Index
Copyright © 2005 Moxiecode Systems AB







Wyszukiwarka

Podobne podstrony:
option theme?vanced layout manager
option theme?vanced disable
option theme?vanced resizing use cookie
option theme?vanced container align
option theme?vanced containers
option theme?vanced path
option theme?vanced statusbar location
option theme?vanced resize horizontal
option theme?vanced containers?fault class
option theme?vanced fonts
option theme?vanced buttons n
option theme?vanced buttons n?d
option theme?vanced container
option theme?vanced styles
option theme?vanced source?itor height
option theme?vanced containers?fault align
option theme?vanced blockformats
option theme?vanced buttons n?d?fore
option theme?vanced source?itor width

więcej podobnych podstron