(Quick Reference)

currencySelect

目的
Purpose

Generates an HTML select tag with currency symbols (eg. 'EUR', 'USD' etc.).

使用例
Examples

<g:currencySelect name="myCurrency" value="${currency}" />

詳細
Description

属性

Attributes
  • from (optional) - The currency symbols to select from, defaults to the major ones if not specified
  • value (optional) - The currency value as the currency code. Defaults to the currency for the current Locale if not specified

ソース
Source

{source:tag=FormTagLib.currencySelect} {source}