Skip to content

Commit 86cc3a9

Browse files
committed
new documentation
1 parent 7ed7bc1 commit 86cc3a9

File tree

2 files changed

+27
-17
lines changed

2 files changed

+27
-17
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,22 @@ Use
3131
Options
3232
-------
3333

34-
- dias
34+
- dias (array)
3535
- default: ["l", "m", "x", "j", "v", "s", "d"]
3636

37-
- nombresMes
37+
- nombresMes (array)
3838
- default: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"]
3939

40-
- show_days
40+
- show_days (boolean)
4141
- default: true
4242

43-
- pop_orientation
44-
- default: 'right'
43+
- popover_options (`popover Twitter Bootstrap<http://twitter.github.com/bootstrap/javascript.html#popovers>`_ object)
4544

46-
- tip_orientation
47-
- default: 'top'
45+
- tooltip_options (`tooltip Twitter Bootstrap<http://twitter.github.com/bootstrap/javascript.html#tooltips>`_ object)
46+
47+
- req_ajax (object)
48+
- req_ajax.type (string) {'get', 'post'}
49+
- req_ajax.url (string)
4850

4951

5052
Example

bic_calendar/example/index.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,28 @@ <h3>Use</h3>
9090

9191
<h3>Options<h3>
9292

93-
<h5>dias</h5>
94-
<i>default</i>: ["l", "m", "x", "j", "v", "s", "d"]
93+
<h5></h5>
9594

96-
<h5>nombresMes</h5>
97-
<i>default</i>: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"]
95+
<dl>
96+
<dt>dias (array)</dt>
97+
<dd>default: default: ["l", "m", "x", "j", "v", "s", "d"]</dd>
9898

99-
<h5>show_days</h5>
100-
<i>default</i>: true
99+
<dt>nombresMes (array)</dt>
100+
<dd>default: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"]</dd>
101101

102-
<h5>pop_orientation</h5>
103-
<i>default</i>: 'right'
102+
<dt>show_days (boolean)</dt>
103+
<dd>default: true</dd>
104104

105-
<h5>tip_orientation</h5>
106-
<i>default</i>: 'top'
105+
<dt>popover_options (<a href="http://twitter.github.com/bootstrap/javascript.html#popovers" target="_blank" >popover Twitter Bootstrap</a> object)</dt>
106+
107+
<dt>tooltip_options (<a href="http://twitter.github.com/bootstrap/javascript.html#tooltips" target="_blank" >tooltip Twitter Bootstrap</a> object)</dt>
108+
109+
<dt>req_ajax (object)</dt>
110+
<dd>
111+
- req_ajax.type (string) {'get', 'post'}<br>
112+
- req_ajax.url (string)
113+
</dd>
114+
</dl>
107115

108116

109117
<hr>

0 commit comments

Comments
 (0)