You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Renzo Tomaselli <re...@tecnotp.it> on 2008/02/25 15:59:16 UTC

[Trinidad] calendar as a popup instead of a window

Hi, does the calendar appearing along tr:inputDate need to be rendered 
as a real window or is there any way to have it as a popup - much like 
the Tomahawk calendar ?
Thanks,

-- Renzo


Re: [Trinidad] calendar as a popup instead of a window

Posted by Simon Lessard <si...@gmail.com>.
Hello Renzo,

Sure, just enable lightweight dialogs, see

  <context-param>
    <param-name>org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS
</param-name>
    <param-value>true</param-value>
  </context-param>


Regards,

~ Simon

On Mon, Feb 25, 2008 at 9:59 AM, Renzo Tomaselli <re...@tecnotp.it>
wrote:

> Hi, does the calendar appearing along tr:inputDate need to be rendered
> as a real window or is there any way to have it as a popup - much like
> the Tomahawk calendar ?
> Thanks,
>
> -- Renzo
>
>