Last updated December 13, 2008 22:53, by Jason Lee
== <sc:dateSelector> - A YUI Calendar Wrapper ==
The dateSelector component is a wrapper for the Yahoo UI (YUI) calendar [http://developer.yahoo.com/yui/calendar/ component]. The DateSelector supports a pop up as well as "flat" modes.
The usage for the component is quite simple:
<textarea name="code" class="xml"><sc:dateSelector value="#{testBean.date}" navigator="true" popup="true"/></textarea>
The component will then be rendered like this:
[[image: dateSelector01.png]]
The dateSelector also supports a "flat" mode:
<textarea name="code" class="xml"><sc:dateSelector value="#{testBean.date2}" navigator="true" popup="false"/></textarea>
[[image: dateSelector02.png]]





