B b4auser1 Well-Known Member Licensed User Longtime User Aug 14, 2017 #1 1) Where to find the list of icon names + icon pictures, that can be used with Sub like AddSideBarItem ? I mean "di-action-dashboard" and etc. 2) Is it possible to use picture files ? If yes, how ?
1) Where to find the list of icon names + icon pictures, that can be used with Sub like AddSideBarItem ? I mean "di-action-dashboard" and etc. 2) Is it possible to use picture files ? If yes, how ?
M mindful Active Member Licensed User Aug 14, 2017 #2 you can use: 1. http://prd.one-two.com:51042/demo/IconsPage/abmaterial-material-icons.html 2. https://material.io/icons/ 3. http://fontawesome.io/icons/ Check the Demo app that comes with the library for code examples. It is not possible to use pictures with AddSideBarItem. Upvote 0
you can use: 1. http://prd.one-two.com:51042/demo/IconsPage/abmaterial-material-icons.html 2. https://material.io/icons/ 3. http://fontawesome.io/icons/ Check the Demo app that comes with the library for code examples. It is not possible to use pictures with AddSideBarItem.