I want to show the way spacers between the buttons sceditor
2 posters
Page 1 of 1
I want to show the way spacers between the buttons sceditor
hi :
I want to show the way spacers between the buttons sceditor
like that : https://i.imgur.com/JiH8uz0.png
in my form : https://i.imgur.com/tm0gx2V.png
As you can see spacers between the buttons hidden
I want to show them like this: https://i.imgur.com/JiH8uz0.png
Re: I want to show the way spacers between the buttons sceditor
Hi @coolkool,
Add the following CSS to your stylesheet :
That should add the bar you want as well as change the button color.
Add the following CSS to your stylesheet :
- Code:
div.sceditor-group {
background:#FFF !important;
border:1px solid #DDD !important;
padding:0 !important;
overflow:hidden;
}
sceditor-button {
background:#FFF !important;
border-radius:0 !important;
border-right:1px solid #DDD;
}
div.sceditor-group > .sceditor-button:last-child { border:none }
That should add the bar you want as well as change the button color.
Re: I want to show the way spacers between the buttons sceditor
Ange Tuteur wrote:Hi @coolkool,
Add the following CSS to your stylesheet :
- Code:
div.sceditor-group {
background:#FFF !important;
border:1px solid #DDD !important;
padding:0 !important;
overflow:hidden;
}
sceditor-button {
background:#FFF !important;
border-radius:0 !important;
border-right:1px solid #DDD;
}
div.sceditor-group > .sceditor-button:last-child { border:none }
That should add the bar you want as well as change the button color.
Thank you my brother, but there is something which is minus spacers
like that : B | I | U | S
Re: I want to show the way spacers between the buttons sceditor
The buttons being in different groups ? If that's the case I'd recommend creating a script where you redefine the placement of your buttons so that you can place them in separate groups.
See the information on the toolbar here : http://www.sceditor.com/documentation/options/
Then you can use the script below to add / remove the buttons you want :
See the information on the toolbar here : http://www.sceditor.com/documentation/options/
Then you can use the script below to add / remove the buttons you want :
- Code:
$(function() {
if (toolbar) toolbar = "bold,italic,underline,strike|left,center,right,justify|bulletlist,orderedlist,horizontalrule|quote,code,faspoiler,fahide,table|servimg,image,link,youtube,dailymotion,flash|headers,size,color,font,removeformat|more|subscript,superscript|fascroll,faupdown,farand|date,time,pastetext,source"
});
Re: I want to show the way spacers between the buttons sceditor
Thanks but I found the code in the :
Help.ahlamontada.com
Similar topics
» Add and change buttons on sceditor
» Chat Box Buttons don't show
» How to hide buttons from the sceditor (PhpBB3)?
» Always show all the buttons on message menu
» i want buttons to get back and vice in the sceditor
» Chat Box Buttons don't show
» How to hide buttons from the sceditor (PhpBB3)?
» Always show all the buttons on message menu
» i want buttons to get back and vice in the sceditor
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum