Author: musachy
Date: Tue Mar 10 19:27:29 2009
New Revision: 752223

URL: http://svn.apache.org/viewvc?rev=752223&view=rev
Log:
more examples

Modified:
    
struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp

Modified: 
struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp?rev=752223&r1=752222&r2=752223&view=diff
==============================================================================
--- 
struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp
 (original)
+++ 
struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp
 Tue Mar 10 19:27:29 2009
@@ -28,6 +28,7 @@
     Unparsable Date: <sjx:datepicker name="date7" displayFormat="mm dd yy" 
theme="jquery-simple" value="%{'Not a Date'}" />
     Options from an inline map:<sjx:datepicker name="date8" 
theme="jquery-simple" options='{"maxDate" : "+1m"}'/>
     Options from an object:<sjx:datepicker name="date9" theme="jquery-simple" 
options="ops"/>
+    No Month or Year dropdown:<sjx:datepicker name="date10" 
theme="jquery-simple" changeMonth="false" changeYear="false"/>
     <s:submit />
 </s:form>
 </body>


Reply via email to