other icon classes support

Issue #48 wontfix
Илья Муравьёв created an issue

hi, currently i've troble with use icons from font awesome in components

Example

$this->widget('bootstrap.widgets.BsNav', [
            'type' => 'navbar',
            'activateParents' => true,
            'items' => [
                [
                    'label' => 'Help',
                    'url' => ['#'],
'icon' => 'fa fa-question'
                ]
          ]
]);

i get

<a tabindex="-1" href="/backend/default/#"><span class="glyphicon glyphicon-fa glyphicon-fa-question"></span> Help</a>

it's error

Comments (5)

  1. Илья Муравьёв reporter

    plz example, i'll installed last version, but nothing changed ,

    how can i setup custom icon class ? for e.g. from font awesome ?

  2. Илья Муравьёв reporter

    oh, stop it, this is very bad advice, this is need fix and not use this way

  3. Log in to comment