kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

Can you make $_iconPrefix public? #251

Closed gb5256 closed 4 years ago

gb5256 commented 4 years ago

I am using BS3 but as I also use the latest PRO version fontAwesome, the iconPrefix is FAR (or FAL etc) and not FA.

Is there a way for me to influence this? Of can the $_iconPrefix be made public so that I can override it from the widget config in the view?

Or are there other ways of doing this? Thanks for any ideas,

gb5256

kartik-v commented 4 years ago

Will check on this and update.

kartik-v commented 4 years ago

Renamed to iconPrefix and is now a public property in TreeView widget.