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

Save / Reset buttons glyphicons #198

Closed adhayward closed 6 years ago

adhayward commented 6 years ago

I've noticed that the default nodeView (views/_form.php) has the Save and Reset buttons hard-coded to use glyphicons regardless of whether the treeView's fontAwesome setting is true or not.

Obviously it's easy enough to swap out the nodeView file for an alternative but the default view should probably respect the fontAwesome setting if possible.

I am wondering wondering if it would be even better to have saveButtonContent and resetButtonContent settings to allow them to be set to anything i.e. ["saveButtonContent " =>"<i class='fa fa-save'></i> Save"] if you want the text as well as the icon.