DatePicker usando Prototype e Scriptaculous
Posted on 25. Sep, 2007 by Administrator in javascript, script ajax, tutorials
<script type="text/javascript" src="/prototype.js"></script>
<script type="text/javascript" src="/scriptaculous.js"></script>
<script type="text/javascript" src="/datepicker.js"></script>
<style type="text/css">
@import("/css/datepicker.css");
</style>
<form>
<input type="text" id="date-from" name="date-from" />
</form>
<script type="text/javascript">
/*<[CDATA[*/
var dpck = new DatePicker({
relative : 'date-from',
language : 'en'
});
/*]]>*/
</script>
Script, configurazione e demo su: http://www.eulerian.com...icker-prototype-scriptaculous










Leave a reply