|
Date Chooser Widget
Table of ContentsDate Chooser WidgetDate Chooser is a calendar component for picking a date.
How to useTo use the widget, add this JavaScript to the head section of the page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <style type="text/css" title="currentStyle" media="screen"> @import '<%=dekoh.portal.util.StaticFilesURLGenerator.generateStaticFileURL(request, "theme","app","css.jsp?externalApp=true")%>'; </style> <script type="text/javascript" src="<%=dekoh.portal.util.StaticFilesURLGenerator.generateStaticFileURL(request, "widget","datechooser","datechooser.js")%>"> </script> Next, include this HTML code in the page: <input type="text" class="w8em format-m-d-y highlight-days-67" name="addedFromDate" id="addedFromDate" value="mm/dd/yyyy" size="14"/> AvailabilityDekoh Portal Version 0.4.2 or laterAcknowledgmentsDate Chooser uses DatePicker v2.3 Attachments
|