summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html
index 34a2b71..9490dd0 100644
--- a/index.html
+++ b/index.html
@@ -644,16 +644,15 @@ $('#alt_example_3').datetimepicker({
<!-- ============= example -->
<div class="example-container">
- <p>With inline mode:</p>
+ <p>With inline mode using altField:</p>
<div>
<input type="text" name="alt_example_4_alt" id="alt_example_4_alt" value="" />
<span id="alt_example_4" ></span>
</div>
<pre>
-$('#alt_example_4').datepicker({
+$('#alt_example_4').datetimepicker({
altField: "#alt_example_4_alt",
- altFieldTimeOnly: false,
- inline: true
+ altFieldTimeOnly: false
});
</pre>
</div>