Starting with release 8.5.12.0, over 4,000 icons are available for use in apps created with Touch UI. Icons can be applied to a page, view, or action to help the user in navigation and data manipulation.
By default, every application comes integrated with 1,650 icons from the Material icons library, provided for re-use by Google under the Apache License Version 2.0. There are 260 Halfling glyphicons (included with Bootstrap 3.0 under MIT License integrated as well. Additional icon libraries Font Awesome (730) and Ionicons (1,466) can be included using the method described in the last section of this article.
The picture below shows the page “Customers”. The page has been assigned the icon “material-icon-group”, and that icon is displayed as selected in the Quick Launch area of the sidebar. The Customers edit form has been assigned the same icon, displayed in the header of the view. The “New Orders” action has icon “material-icon-add-shopping-cart” applied, and the “New Customers” action has “material-icon-group-add” icon.
Icons can be assigned to views in order to better communicate the purpose of a particular form.
/*Font Awesome icons*/ @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); /*Ionicons*/ @import url('http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');Save the file and close the text editor.
Page | Icon |
Home | glyphicon-globe |
Order Details | fa-barcode |
Categories | ion-filing |
Suppliers | ion-cube |
Shippers | fa-truck |
Employees | fa-users |