see here:
setStringProperty(component, "monthYearRowClass", _monthYearRowClass);
setStringProperty(component, "weekRowClass", _weekRowClass);
setStringProperty(component, "dayCellClass", _dayCellClass);
setStringProperty(component, "currentDayCellClass", _currentDayCellClass);
setBooleanProperty(component,"renderAsPopup",_renderAsPopup);
setBooleanProperty(component,"addResources",(_addResources==null?Boolean.TRUE.toString():_addResources));
setStringProperty(component,"popupDateFormat",_popupDateFormat);
setStringProperty(component,"popupButtonString",_popupButtonString);
regards,
Martin
On 8/5/05, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
Bruno Aranda wrote:
>Well, I think that it already includes everything without using
>addResources=true... at least, for the current SVN...
>
I updated to the current svn NOW.
For what I can see in the source its still the same, but I havent
checked it in live system now.
At least there is no logic to include the js stuff only once (handle
multiple inputCalendar on one page)
---
Mario

