ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: kshipra on November 15, 2017, 01:18:10 am
-
Hi I would like to add boostrap glyphicons and bootstrap colored buttons instead of toolbar buttons. Been struggling for while. Need help.
{
type: 'button',
icon: 'ui-icon-plus',
/*ui-button: 'btn btn-default',
ui-button-icon: 'glyphicon',*/
attr: 'title="New"',
label: 'New',
listeners: [
{
"click": function (evt, ui) {
-
toolbar buttons are jQueryUI buttons which support only jQueryUI icons.
Bootstrap glyphicons can't be added in them.