PropertyEventMethodIndex
WebSquare.uiplugin.audio - 5.0_2.3827B.20191007.165352

Enables the use of the audio data.

Type

uiplugin

Property Summary

autoplay
Automatically plays the audio data.
class
Same as the class property in HTML. The class defined in the CSS file or style block can be applied. Multiple classes can be defined with being divided by blank space.
controls
Displays the replaying tool provided by the browser.
id
Component ID
loop
Repeats playing of the audio data.
muted
Mutes audio sound.
preload
Sets buffering of the audio data.

Event Summary

Method Summary

Property Detail

autoplay
Automatically plays the audio data.
class
Same as the class property in HTML. The class defined in the CSS file or style block can be applied. Multiple classes can be defined with being divided by blank space.
WebSquare5 Engine applies different classes to different components. By defining a common class, the common class can be applied to multiple components.
controls
Displays the replaying tool provided by the browser.
id
Component ID
The component ID is allocated as a global object. The script can access each object through the component ID.
loop
Repeats playing of the audio data.
muted
Mutes audio sound.
preload
Sets buffering of the audio data.

Event Detail

Method Detail