Description Usage Arguments Value Examples
Get the icon class (or url) by its name
1 | getStockIconByName(icon_name, css = TRUE)
|
icon_name |
icon name to be looked up in stock icons |
css |
logical. If TRUE, return css class name, else url |
Icon css class (or url) or NA if not there
1 2 | getStockIconByName("up") ## "x-gw-icon-up"
getStockIconByName("Not there") ## NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.