Skip to content

'Toggle' functionality on toolbar buttons #1

@Yahav

Description

@Yahav

I'm trying to setup table alignment functionality with this plugin, however, it seem like multiple button can be selected simultaneously, is there any way to set a togglable functionality on the buttons?

my code:

table: {
		tableToolbar: [
			'tableclass-right',
			'tableclass-center',
			'tableclass-left',
		],
		contentToolbar: [
			'tableColumn',
			'tableRow',
			'mergeTableCells'
		]
	},

	TableClasses:{
		items:[
			{id:"right",   classes:'table-right', icon:TableAlignRight},
			{id:"center",   classes:'table-center', icon:TableAlignCenter},
			{id:"left",   classes:'table-left', icon:TableAlignLeft}
		]
	},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions