[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
simpeg
/
zapatec
/
zptime
/
zptime
/
demo
/
[
Home
]
File: limit.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <meta name="description" content=" timeStatus - allows you to control the selection of time. "> <meta name="keywords" content="dhtml tools,javascript,DHTML Tools,Javascript,ajax,AJAX,Ajax,ajax tools,AJAX Tools,tools controls,simple javascript tools"> <title>Zapatec DHTML Time Widget - Limit Time Selection</title> <!-- Common JS files --> <script type='text/javascript' src='../../utils/zapatec.js'></script> <!-- Custom includes --> <script type="text/javascript" src="../src/zptime.js"></script> <!-- ALL demos need these css --> <link href="../../website/css/zpcal.css" rel="stylesheet" type="text/css"> <link href="../../website/css/template.css" rel="stylesheet" type="text/css"> <style type="text/css"> body { width: 778px; } </style> <link rel="SHORTCUT ICON" href="http://www.zapatec.com/website/main/favicon.ico"> <script> var time = new Zapatec.TimeSelect.setup({ parent : "55", inputField : "sell", inputFormat : "%H : %M", timeStatus : function (date, h, m, s) { if (h < 9 || (h == 9 && m === 0) || h >17) return "disabled"; } }); </script> <style type=text/css> .theDescription { border:1px solid black; padding:3px; background:#FAEBD7; } .theInput { width:60px; } .theDemo { border:3px solid black; margin-bottom:15px; padding:3px; background:#CCFFFF; } .theTime{ padding-bottom:3px; } </style> </head> <body> <div class='zpCalSubHeader' style='text-align:center;'>Limit Time Selection</div> <div class='zpCalDemoText'> <ul> <li><b>timeStatus</b> - allows you to control the selection of time.</li> </ul> </div> <div align="center" class="theDemo"> <div class="theTime" id="55"></div> <div class="theDescription"> Input for Time: <input class="theInput" type="text" name="date1" id="sell" size="30" value=""> <br/> <b>Time Features: inputFormat = "%H : %M", timeStatus = Only allow hours between 9 AM and 6PM(excluding boundaries)</b> </div> </div> <noscript> <br/> This page uses an <a href='http://www.zapatec.com/website/main/products/suite/'> AJAX Component</a> - Zapatec DHTML Time Widget, but your browser does not support Javascript. <br/> <br/> </noscript> <br/><br/><br/> <div class="footer" style='width: 778px; text-align:center; margin-top:2em'> © 2004-2007 <strong> <a href='http://www.zapatec.com/'>Zapatec, Inc.</a> </strong> </div> </body> </html>