theme:listThemes
Purpose
Returns a list of the available Theme definitions.Useful if you want the user to be able to select the current theme, or inspect the loaded themesExample
Change theme: <g:select from="${theme.listThemes().name}"/>
APIs and Tags for Theming and Plugin UI integration
(Quick Reference)
theme:listThemesPurposeReturns a list of the available Theme definitions.Useful if you want the user to be able to select the current theme, or inspect the loaded themesExampleChange theme: <g:select from="${theme.listThemes().name}"/> AttributesNone. |
BeansTheme TagsUi TagsUi Template Tags |