alloy

Tag audio

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.audio.Audio
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.audio.AudioRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoplayfalsejavax.el.ValueExpression
(must evaluate to boolean)
HTML5 passthrough attribute specifying whether the media will begin playing automatically. The default value is false.
contentTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The content type of the media. This attribute is required when the value attribute is used to specify the media URL. Otherwise, the contentType defaults to to the content type determined by the JSF runtime for the resource.
controlsfalsejavax.el.ValueExpression
(must evaluate to boolean)
HTML5 passthrough attribute specifying whether controls should be rendered for the media. The default value is false.
degradefalsejavax.el.ValueExpression
(must evaluate to boolean)
When true the component will gracefully degrade to the Adobe® Flash® player for older browsers. The default value is true.
flashPlayerfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A context-relative path, resource URL, or FacesResource that can be used to retrieve the Adobe® Flash® player. The default flash player is the flash player bundled with AlloyUI. Note: The AlloyUI player does not support .ogv or .webm formats.
flashPlayerVersionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The version of Adobe® Flash® required to play this media. The default value is "9,0,0,0".
libraryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the library which contains the resource.
loopfalsejavax.el.ValueExpression
(must evaluate to boolean)
HTML5 passthrough attribute specifying whether the media will restart after it has completed playing. The default value is false.
mutedfalsejavax.el.ValueExpression
(must evaluate to boolean)
HTML5 passthrough attribute specifying whether the media will be muted initially. The default value is false.
namefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the resource file to be included on the page.
onabortfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a abort event occurs.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute after this component loses focus.
oncanplayfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a canplay event occurs.
oncanplaythroughfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a canplaythrough event occurs.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a double click event occurs.
ondurationchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a durationchange event occurs.
onemptiedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a emptied event occurs.
onendedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a ended event occurs.
onerrorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a error event occurs.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component gets focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keydown event occurs.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keypress event occurs.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keyup event occurs.
onloadeddatafalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a loadeddata event occurs.
onloadedmetadatafalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a loadedmetadata event occurs.
onloadstartfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a loadstart event occurs.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousedown event occurs.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousemove event occurs.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseout event occurs.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseover event occurs.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseup event occurs.
onpausefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a pause event occurs.
onplayfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a play event occurs.
onplayingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a playing event occurs.
onprogressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a progress event occurs.
onratechangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a ratechange event occurs.
onseekedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a seeked event occurs.
onseekingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a seeking event occurs.
onstalledfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a stalled event occurs.
onsuspendfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a suspend event occurs.
ontimeupdatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a timeupdate event occurs.
onvolumechangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a volumechange event occurs.
onwaitingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a waiting event occurs.
preloadfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML5 passthrough attribute specifying how the media should be loaded in the page.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A context-relative path, resource URL, FacesResource, or List<FacesResouce> that can be used to retrieve the media(s).
volumefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML5 passthrough attribute specifying the initial volume of the player.

Output generated by Vdldoc View Declaration Language Documentation Generator.