I’ve got this extension working just fine on a site, but I can’t get the buttons to display in multiple rows instead of one row. It’s presenting a problem when the user tries to edit with the browser width smaller than the width of the toolbar - they have to scroll.
My settings are:
plugins : 'safari,pagebreak,style,inlinepopups,media,contextmenu,paste,table,'
+ 'fullscreen,nonbreaking,xhtmlxtras',
theme_advanced_buttons1 : 'cut,copy,pastetext,|,formatselect,|,bold,italic,'
+ 'ins,del,nonbreaking,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,'
+ 'indent,|,link,unlink,|,hr,|,tablecontrols,|,visualaid,fullscreen,|,image,|,cleanup,removeformat,code',
theme_advanced_buttons2 : '',
theme_advanced_buttons3 : '',I tried this and the toolbar disappears entirely and goes back to the EE default editor:
plugins : 'safari,pagebreak,style,inlinepopups,media,contextmenu,paste,table,'
+ 'fullscreen,nonbreaking,xhtmlxtras',
theme_advanced_buttons1 : 'cut,copy,pastetext,|,formatselect,|,bold,italic,'
theme_advanced_buttons2 : 'ins,del,nonbreaking,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,'
theme_advanced_buttons3 : 'indent,|,link,unlink,|,hr,|,tablecontrols,|,visualaid,fullscreen,|,image,|,cleanup,removeformat,code',I also tried setting the resize horizontal parameter to “true” and it makes no difference. If someone could tell me what I’m missing here, I’d really appreciate it.
This works for me - nicely formatted on two lines:
theme_advanced_buttons1 : 'fullscreen,|,cut,copy,pastetext,pasteword,|,formatselect,bold,italic,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,undo,redo,removeformat',
theme_advanced_buttons2 : 'link,unlink,|,image,insertimage,insertfile,|,tablecontrols,|,insertlayer,moveforward,movebackward,absolute,styleprops,cleanup,removeformat,code',
theme_advanced_buttons3 : '',Not sure why yours isn’t working right - but it might be an idea to try removing the extra quotatios marks you have on your lines. I just have an opening and closing quotation mark on each line - you seem to have more than that. Just a thought!
Good stuff - glad it worked for you.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.