So, I have added the ability to hide/show columns.  Here's the pop-up
(in a column header) which allows the user to select the columns to
re-display:

                <f:facet name="header">
                        <t:popup
style="background-color:yellow;padding:1em;"
closePopupOnExitingElement="false" closePopupOnExitingPopup="true">
                                <h:outputText value="Show hidden
columns" />
                                <f:facet name="popup">
                                        <t:dataList var="hiddenColumn"
value="#{CensusFormBean.omittedColumns}" >
                                                <h:commandLink
action="#{CensusFormBean.addColumn}">
                                                        <h:outputText
value="#{hiddenColumn}"></h:outputText>
                                                </h:commandLink>
                                        </t:dataList>
                                </f:facet>
                        </t:popup>
                </f:facet>


This works fine in IE, and with MyFaces 1.1.4.

Thanks!
Coop

-----Original Message-----
From: AMIR-TAHMASSEB Marc
[mailto:[EMAIL PROTECTED] 
Sent: Friday, February 09, 2007 7:28 AM
To: MyFaces Discussion
Subject: Re: does anyone have sample code for a tooltip-like display?

Hi,
 
I have also the same white empty box in IE  ! 
I just put a word without any
whitespace in my popup... 
 
It works fine under Firefox.
 
Do you have any answer or solution ?
 
thanks,
 
Marc

ayan <amonpara <at> intralinks.com> writes:
 
> 
> Hi,
>       Im also facing same prob with <t:popup>, When I put the mouse
over a
> column that has a popup tag, a small empty component appears next to
the mouse, 
> and the text associated with the popup appears separately to the right
of the 
> mouse, overlaying the text in another column.
> 
>  Im curius to know which whitespaces you substitutedwith & where I ve
to 
> set escape="false"?
> 
> Appriciate your response....
> thanks
> ayan
 

Reply via email to