You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Ryan Wynn <bi...@gmail.com> on 2005/12/08 17:59:36 UTC

Question about tomahawk calendar javascript

I am using myfaces 1.1.1.

Does the calendar javascript require dom support?  The reason I ask
this is because I am trying to use it in conjunction with ajax.  There
is a flag called
jscalendarDom which among other things determines if document.write is used.
I want to avoid the calls to document.write so that my ajax dom
updates will work.
Can I set jscalendarDom to false and still have a working calendar?