Title: Databox validator Post by: bakkers on October 08, 2015, 06:08:36 AM Hello
I use Databox to allow users to select a date, however i want to restrict the date range. I found this example http://www.jeasyui.com/demo/main/index.php?plugin=DateBox& and Restrict Date. But i can't get it to work. This is how my code looks now Code: <input class="easyui-datebox" id="returDatoArbejdstid" data-options="formatter:myformatter,parser:myparser" value="18-09-2015"></input> And i would like to be able to add validator to the data-options instead of using the method shown in the Restrict Date on the site. Is this posible? Best Regards Thomas Title: Re: Databox validator Post by: stworthy on October 08, 2015, 06:24:11 PM Please try this:
Code: <input class="easyui-datebox" data-options=" Title: Re: Databox validator Post by: bakkers on October 08, 2015, 11:15:33 PM Yes that worked perfectly.
Thank you very much :) |