Package com.webfirmframework.wffweb.tag.html.html5.attribute
package com.webfirmframework.wffweb.tag.html.html5.attribute
-
ClassesClassDescription
autocomplete
attribute for the element.autofocus
attribute for the element.<element autoplay>
A Boolean attribute; if specified (even if the value is "false"!), the audio will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading.content
attribute for the element.
The content of the meta information.<element controls>
If this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback.datetime
attribute for time tag.
The content of the meta information.<element default>
default
is a boolean attribute which can be used intrack
tag to show the details to the user.This attribute, if present, indicates that the author intends the hyperlink to be used for downloading a resource so that when the user clicks on the link they will be prompted to save it as a local file.formaction
attribute for the element.form
attribute for the element.formenctype
attribute for the element.formmethod
attribute for the element.formnovalidate
attribute for the element.formtarget
attribute for the element.high
attribute formeter
tag.list
attribute for the element.
list for input :-
Identifies a list of pre-defined options to suggest to the user.<element loop>
A Boolean attribute; if specified, will automatically seek back to the start upon reaching the end of the audio.low
attribute formeter
tag.max
attribute for the element.
max attribute for input element :-
The maximum (numeric or date-time) value for this item, which must not be less than its minimum (min attribute) value.
This attribute specifies the media which the linked resource applies to.min
attribute for the element.
min attribute for input element :-
The minimum (numeric or date-time) value for this item, which must not be greater than its maximum (max attribute) value.
multiple
attribute for the element.
multiple attribute for input element :-
This Boolean attribute indicates whether the user can enter more than one value.<element muted>
A Boolean attribute which indicates whether the audio will be initially silenced.<element open>
open
is a boolean attribute which can be used indetails
tag to show the details to the user.Optimum
is used to specify the optimal numeric value forMeter
tag.pattern
attribute for the element.
pattern attribute for input element :-
A regular expression that the control's value is checked against.placeholder
attribute for the element.
placeholder attribute for input element :-
A hint to the user of what can be entered in the control .Poster
is used inVideo
tag to specify the image to be shown while the video is loading.preload
attribute for the element.required
attribute for the element.
required attribute for input element :-
This attribute specifies that the user must fill in a value before submitting a form.<element open>
Reversed
is a boolean attribute which can be used inOl
tag.sandbox attribute for iframestep
attribute for the element.
step attribute for input element :-
Works with the min and max attributes to limit the increments at which a numeric or date-time value can be set.wrap attribute for textarea