Hi !
How can I disable the two dropdown menus ?
Thanks!
Forum closed. New forum available at http://community.wymeditor.org/
.wym_area_right { display: none; }
boxHtml: "<div class='wym_box'>"
+ "<div class='wym_area_top'>"
+ WYMeditor.TOOLS
+ "</div>"
+ "<div class='wym_area_left'></div>"
+ "<div class='wym_area_right'>"
// Remove these lines... //
+ WYMeditor.CONTAINERS
+ WYMeditor.CLASSES
// ... but keep the rest //
+ "</div>"
+ "<div class='wym_area_main'>"
+ WYMeditor.HTML
+ WYMeditor.IFRAME
+ WYMeditor.STATUS
+ "</div>"
+ "<div class='wym_area_bottom'>"
+ WYMeditor.LOGO
+ "</div>"
+ "</div>",
<script type="text/javascript">
jQuery(function() {
jQuery('.wymeditor').wymeditor(
{
skin: 'default', //activate silver skin
stylesheet: 'include/styles.css'
}
);
});
</script>
.wym_skin_default .wym_area_right { display: none; }
Users browsing this forum: No registered users and 1 guest