gustafn
committed
on 13 Aug 19
improve spelling
openacs-4/.../www/doc/design.adp (+1 -1)
71 71 users.</li><li>
72 72 <code>dt_widget_month</code> generates an HTML select widget
73 73 for months of the year</li><li>
74 74 <code>dt_widget_numeric_range</code> generates an HTML select
75 75 widget for general numeric ranges</li>
76 76 </ol>
77 77 <h4>Calendar widgets</h4>
78 78 <p>See <a href="examples/calendar-widgets">examples</a>.</p>
79 79 <p>Each of the following allow the programmer to supply calendar
80 80 details in an <code>ns_set</code> keyed on Julian date and returns
81 81 an HTML table.</p>
82 82 <ol>
83 83 <li>
84 84 <code>dt_widget_month</code> generates a basic monthly
85 85 calendar</li><li>
86 86 <code>dt_widget_month_small</code> generates a small monthly
87 87 calendar</li><li>
88 88 <code>dt_widget_centered</code> generates small monthly
89 89 calendars centered in a given month (previous, current, next)</li><li>
90 90 <code>dt_widget_year</code> generates a yearly calendar
91   (composed of small montly calendars) given the starting month as a
  91 (composed of small monthly calendars) given the starting month as a
92 92 date</li><li>
93 93 <code>dt_widget_calendar_year</code> generates a yearly
94 94 calendar based on calendar year (Jan to Dec), given any date within
95 95 that calendar year</li><li>
96 96 <code>dt_widget_calendar_navigation</code> generates a calendar
97 97 navigation widget with viewing options for day, week, month and
98 98 year</li>
99 99 </ol>
100 100 <h3>XII. Future Improvements/Areas of Likely Change</h3>
101 101 <p>Many of the calendar widgets generate extensive HTML from within
102 102 Tcl procedures. This will eventually be converted to a
103 103 template-based system so that the display properties are more
104 104 easily customized.</p>
105 105 <h3>XIII. Authors</h3>
106 106 <p>Implemented by Ron Henderson (<a href="mailto:ron\@arsdigita.com">ron\@arsdigita.com</a>), based on the
107 107 previous work of <a href="mailto:gregh\@arsdigita.com">gregh\@arsdigita.com</a> and <a href="mailto:smeeks\@arsdigita.com">smeeks\@arsdigita.com</a>.</p>
108 108 <hr>
109 109 <a href="mailto:ron\@arsdigita.com">ron\@arsdigita.com</a>