Author Topic: bootstrap glyphicons on toolbar button  (Read 1822 times)

kshipra

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 94
    • View Profile
bootstrap glyphicons on toolbar button
« 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.


Code: [Select]
{
                            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) {

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: bootstrap glyphicons on toolbar button
« Reply #1 on: November 15, 2017, 10:42:56 pm »
toolbar buttons are jQueryUI buttons which support only jQueryUI icons.

Bootstrap glyphicons can't be added in them.