Open main menu

CDOT Wiki β

Changes

User:Cgomes7/Subtitle Documentation

5 bytes added, 17:43, 7 March 2011
Examples
} )
.subtitle({ start: 20, // seconds end: 45, // seconds text: 'this is another subtitle', language: "en", languagesrc: "language", accessibilitysrc: "accessibility" } ) <div>Choose your language
<select id="language">
<option value="zh" selected="selected">Chinese</option>
with help from <a href="http://google.com/translate">Google Translate</a><br />
<input type="checkbox" id="accessibility" checked="checked" />All subtitles (accessibility)
</div> .subtitle({ start: 20, <// seconds end: 45, // seconds text: 'this is another subtitle', language: "en", languagesrc: "language", accessibilitysrc: "accessibility" } )div>
== Syntax ==
1
edit