Skip to content

Commit

Permalink
calendar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
format1981 committed Mar 9, 2013
1 parent 61331aa commit 05bf36d
Show file tree
Hide file tree
Showing 4 changed files with 2,998 additions and 15 deletions.
8 changes: 2 additions & 6 deletions public/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,18 @@
<div class="page-region-content">
<h2>Calendar</h2>
<p>This component in progress...</p>

<div class="calendar span4" data-role="calendar" data-param-lang="ru"></div>

<div class="calendar span4" data-role="calendar" data-param-lang="ru" data-param-init-date="1968-12-31"></div>
<pre class="prettyprint linenums">
&lt;div class="<b>calnedar</b>" data-role="<b>calendar</b>"&gt;&lt;/div&gt;
</pre>


<h2>Date Picker</h2>
<p>This component in progress...</p>

<div class="input-control text datepicker span4">
<div class="input-control text datepicker span4" data-param-lang="ru">
<input type="text" />
<button class="btn-date"></button>
</div>

<pre class="prettyprint linenums">
&lt;div class="input-control text <b>datepicker</b>" data-role="<b>datepicker</b>"&gt;
&lt;input type="text" /&gt;
Expand Down
1 change: 1 addition & 0 deletions public/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<script type="text/javascript" src="js/assets/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="js/assets/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="js/assets/moment.js"></script>
<script type="text/javascript" src="js/assets/moment_langs.js"></script>

<script type="text/javascript" src="js/modern/dropdown.js"></script>
<script type="text/javascript" src="js/modern/accordion.js"></script>
Expand Down
Loading

0 comments on commit 05bf36d

Please sign in to comment.