Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets web extension by the specific index.
|
Method Summary | ||
---|---|---|
function | add() | |
Adds a web extension.
|
||
function | add(value) | |
Reserved for internal use. |
||
function | addWebVideoPlayer(url, autoPlay, startTime, endTime) | |
Add a web video player into exel.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
Remove web extension by the index.
|
function getCount()
function get(index)
index
- The index.function add()
function addWebVideoPlayer(url, autoPlay, startTime, endTime)
url: String
- autoPlay: boolean
- Indicates whether auto playing the video.startTime: Number
- The start time in unit of seconds.endTime: Number
- The end time in unit of seconds.function removeAt(index)
index: Number
- The index.function clear()
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)