You can use an "addResources" parameter and set it to false if you
want to use your own CSS. However, in my experience, customizing the
entire CSS is kinda messy because there's so many files involved.

<t:inputCalendar monthYearRowClass="yearMonthHeader"
weekRowClass="weekHeader" id="birthday"
           currentDayCellClass="currentDayCell"
value="#{userForm.user.birthday}"
           renderAsPopup="true" addResources="true"/>

I think it's better to override the things you want to in your own
stylesheet. For example, here's something from AppFuse Light that
re-positions the calendar properly when XHTML is on:

   <style type="text/css">
       .jscalendar-DB-div-style {
           position: absolute;
           margin-top: -69px;
           margin-left: -408px;
       }
   </style>

Matt

On 5/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I read some other postings about this issue but no answer yet.
How can we force <t:inputCalendar> in popup (js) mode to use a specified
styleLocation="pathToCss/mystyle.css" ??
It seems to ignore that statement receiving its style information from
somewhere ??

Since there is not much documentation about using tomahawks'
styleLocation="..." property helpful hints would be very much appreciated.
We are using tomahawk 1.5.5 and facelets 1.1.11.

Regards
Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to