META-INF.schema.entities.html_input_radio_attributes.ent Maven / Gradle / Ivy
The newest version!
accesskey java.lang.String This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey
alt java.lang.String For user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language of the alternate text is specified by the lang attribute
datafld java.lang.String Retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object
datasrc java.lang.String Retrieves the source of the data for data binding
dataformatas java.lang.String Indicates whether the bound data is plain text or HTML
disabled java.lang.String Disabled state of an element or button
onblur java.lang.String HTML: script expression; an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus
onchange java.lang.String HTML: script expression; element's value is changed
onfocus java.lang.String HTML: script expression; the element got the focus
onselect java.lang.String HTML: script expression; text is selected in an input field
readonly java.lang.String Flag indicating that this component will prohibit
changes by you. The element may receive focus
unless it has also been disabled
tabindex java.lang.String