You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p>
<dd><em>Default: "Timezone", A Localization Setting</em> - Label used to identify the timezone slider.</dd>
187
+
188
+
<dt>isRTL</dt>
189
+
<dd><em>Default: false, A Localization Setting</em> - Right to Left support.</dd>
181
190
</dl>
182
191
183
192
<h3>Alt Field Options</h3>
@@ -212,9 +221,12 @@ <h3>Timezone Options</h3>
212
221
<dd><em>Default: [generated timezones]</em> - An array of timezones used to populate the timezone select. Can be an array of values or an array of objects: { label: "EST", value: "+0400" }</dd>
213
222
</dl>
214
223
215
-
<h3>Time Field Settings</h3>
224
+
<h3>Time Field Options</h3>
216
225
<dlclass="defs">
217
226
227
+
<dt>controlType</dt>
228
+
<dd><em>Default: 'slider'</em> - Whether to use 'slider' or 'select'. If 'slider' is unavailable through jQueryUI, 'select' will be used. For advanced usage you may pass an object which implements "create", "options", "value" methods to use controls other than sliders or selects. See the _controls property in the source code for more details.</dd>
229
+
218
230
<dt>showHour</dt>
219
231
<dd><em>Default: true</em> - Whether to show the hour slider.</dd>
220
232
@@ -358,6 +370,7 @@ <h2>Formatting Your Time</h2>
358
370
<dt>tt</dt><dd>am or pm for AM/PM</dd>
359
371
<dt>TT</dt><dd>AM or PM for AM/PM</dd>
360
372
<dt>z</dt><dd>Timezone as defined by timezoneList</dd>
373
+
<dt>'...'</dt><dd>Literal text (Uses single quotes)</dd>
<p>For help with formatting the date portion, visit the datepicker documentation for <ahref="http://docs.jquery.com/UI/Datepicker/formatDate" title="jQuery UI Datepicker Formatting">formatting dates</a>.</p>
0 commit comments