<style type="text/css" media="all"> @import url(!%PUBURL%/TWiki/JSCalendarContrib/calendar-green.css); </style> <!-- import the calendar script --> <script type="text/javascript" src="%PUBURL%/TWiki/JSCalendarContrib/calendar.js"></script> <!-- import the language module --> <script type="text/javascript" src="%PUBURL%/TWiki/JSCalendarContrib/lang/calendar-en.js"></script> <!-- helper setup functions --> <script type="text/javascript" src="%PUBURL%/TWiki/JSCalendarContrib/calendar-setup.js"></script> <div style='float: right;'> <form> <input type="hidden" id="date" name="date" /> <button id="trigger" style='color: green; border: 1px solid green; background: #dfd'>Exibir calendário</button> </form> </div> <script type="text/javascript"> Calendar.setup( { inputField : "date", // ID of the input field ifFormat : "%d/%m/%Y", // the date format button : "trigger" // ID of the button } ); </script>
This topic: PROGESP
>
Agenda
>
CalendarioProgesp
Topic revision: r2 - 21 Jun 2007 - 14:04:55 -
AntonioTerceiro
?
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback