ViewHelper Documentation
v:form.select.option
Option ViewHelper to use under vhs:form.select
Arguments
- additionalAttributes
- name
- value
- property
- class
- dir
- id
- lang
- style
- title
- accesskey
- tabindex
- onclick
- selected
additionalAttributes anySimpleType
Additional tag attributes. They will be added directly to the resulting HTML tag.
name string
Name of input tag
value anySimpleType
Value of input tag
property string
Name of Object Property. If used in conjunction with <f:form object="...">, "name" and "value" properties will be ignored.
class string
CSS class(es) for this element
dir string
Text direction for this HTML element. Allowed strings: "ltr" (left to right), "rtl" (right to left)
id string
Unique (in this file) identifier for this HTML element.
lang string
Language for this element. Use short names specified in RFC 1766
style string
Individual CSS styles for this element
title string
Tooltip text of element
accesskey string
Keyboard shortcut to access this element
tabindex integer
Specifies the tab order of this element
onclick string
JavaScript evaluated for the onclick event
selected boolean
Set to "selected" to mark field as selected. If not present, selected status will be determined by select value