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
Copy file name to clipboardExpand all lines: demo/index.html
+41-4Lines changed: 41 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -188,11 +188,42 @@ <h3>Month Format Demonstration</h3>
188
188
<optionvalue="MM 'in the year' yy">With text - MM 'in the year' yy</option>
189
189
</select>
190
190
</p>
191
-
192
-
<h3>Inline Menu Demonstration</h3>
191
+
192
+
<h3>Alternate Field/Format Demonstration</h3>
193
193
<p>
194
-
This demonstrates the Month Picker menu inlined in a div tag.
195
-
<divid='InlineMenu'></div>
194
+
This demonstrates how the <ahref='https://github.com/KidSysco/jquery-ui-month-picker/wiki/AltField-Option' target="_blank">AltField</a> and
195
+
<ahref='https://github.com/KidSysco/jquery-ui-month-picker/wiki/AltFormat-Option' target="_blank">AltFormat</a> options work so that values shown to the user can be different than what is submitted to the server.
0 commit comments