Sounds great, looking forward to having the functionality.

One more suggestion: support a closeTrigger facet that replaces both
the icon and the X if present, and have the ability to have that
rendered even when the popup is not modal (renderCloseTrigger
attribute or something). Even if it is modal, it may be nice to have
the X not rendered (for example, I could simply put a close link at
the bottom of the popup with a JS call to close the popup instead).

Perhaps renderCloseTrigger would be defaulted to true if the dialog is
modal and defaulted to false if it is not modal to preserve backward
compatibility.

Thanks
-Andrew

On 8/9/07, Danny Robinson <[EMAIL PROTECTED]> wrote:
> I've already implemented the hover functionality, but I'm waiting on 1.0.2
> release before committing it into 1.0.3.  I hadn't thought of your second
> point, but that would be really great feature.  I'll give this some thought
> and see what we can come up with.
>
> On the skinning front for the 'X', you need to use :
>
> af|panelPopup::close-icon {
>     content: url(/images/close.gif);
>     text-align: right;
> }
>
> I'll get the skinning guide updated along with the other enhancements.
>
> Danny
>
> ps - It's possible the component name will change to just 'popup' in 1.0.3,
> along with extra attributes to support the things you've asked for.
>
>
> On 8/9/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> > I am wondering if there is an easy way, or if it is planned to have
> > popupPanel open and hide by different methods.
> >
> > Additional method 1:
> > onmouseover of the trigger opens the popup
> > onmouseout of the trigger and the popup closes the popup
> >
> > This would be like the tomahawk popup functionality, but have Trinidad
> > funcitonality
> >
> > Additional method 2:
> > Show the popup on a partial rendering and have it close after x
> milliseconds.
> >
> > This would make the functionality similar to a message bubble shown
> > from the tray in windows to alert the user of a message.
> >
> > Also, I didn't see in the documentation when using the modal setting,
> > how the developer can customize the X link to use an image instead or
> > style the X link.
> >
> > Thanks,
> > Andrew
> >
>
>
>
> --
> Chordiant Software Inc.
> www.chordiant.com

Reply via email to