--- a/web/data/cubicweb.calendar.js Mon Jan 24 09:42:09 2011 +0100
+++ b/web/data/cubicweb.calendar.js Mon Jan 24 11:39:53 2011 +0100
@@ -16,12 +16,14 @@
* .. class:: Calendar
*
* Calendar (graphical) widget
+ *
* public methods are :
+ *
* __init__ :
- * @param containerId: the DOM node's ID where the calendar will be displayed
- * @param inputId: which input needs to be updated when a date is selected
- * @param year, @param month: year and month to be displayed
- * @param cssclass: CSS class of the calendar widget (default is commandCal)
+ * :attr:`containerId`: the DOM node's ID where the calendar will be displayed
+ * :attr:`inputId`: which input needs to be updated when a date is selected
+ * :attr:`year`, :attr:`month`: year and month to be displayed
+ * :attr:`cssclass`: CSS class of the calendar widget (default is 'commandCal')
*
* show() / hide():
* show or hide the calendar widget