Opened 13 years ago
Closed 13 years ago
#8752 closed New Feature (invalid)
Richcombo canGroup = false and separators
Reported by: | Coobie | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 3.6.3 |
Keywords: | Cc: |
Description
If I had the toolbar group ["Indent","-","Styles","FontSize","-", "Image"]
And in a skin had the richcombo: {canGroup: false} option on, the output would have a separator as the last and first item of the toolgroup surrounding the rich combo boxes. (See image)
It would be nice to have an option to prevent these separators from ever appearing in the html to allow css styles such as border-radius to be applied to the right side of the last button of a toolgroup.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | ckeditor_cangroup.png added |
---|
comment:1 Changed 13 years ago by
Keywords: | toolbar cangroup separator removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
If you want to avoid separators then use
['Indent','Styles','FontSize','Image']
instead of what you have shown.If you want to add radius than use
.cke_skin_kama .cke_toolgroup
just like in was done for kama skin.