You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/04 14:43:34 UTC

[Myfaces Wiki] Update of "Popup" by ArashRajaeeyan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by ArashRajaeeyan:
http://wiki.apache.org/myfaces/Popup

New page:
== Description ==
Renders a popup which displays on a mouse event.

== Screen Shot ==


== API ==

e.g.
|| component-family || javax.faces.Panel ||
|| renderer-type || org.apache.myfaces.Popup ||
|| component-class || org.apache.myfaces.custom.popup.HtmlPopup ||
|| renderer-class || org.apache.myfaces.custom.popup.HtmlPopupRenderer ||
|| tag-class || org.apache.myfaces.custom.popup.HtmlPopupTag ||

== Links to javadoc and tlddoc ==
  http://myfaces.apache.org/tomahawk/popup.html


== Usage ==
{{{
<t:popup styleClass="CSSClass"
            closePopupOnExitingElement="{true|false}"
            closePopupOnExitingPopup="{true|false}"
            displayAtDistanceX="int"
            displayAtDistanceY="int">
    <h:outputText value="String"/>
    <f:facet name="popup">
        <h:panelGroup>
            <h:panelGrid columns="int">
                <h:outputText value="String"/>
            </h:panelGrid>
        </h:panelGroup>
    </f:facet>
</t:popup>
}}}

== Syntax ==
{{{
<t:popup
   [tomahawk_popup_attributes]
   [ui_panel_attributes]
   [html_universal_attributes]
   [html_event_handler_attributes]
   [user_role_attributes] >
   ... inner tags ...
</t:popup>

}}}

== Instructions ==
necessary?

== Attributes ==
|| '''name''' || '''required''' || '''description''' ||
|| displayAtDistanceX	|| false	|| Pop the panel up in horizontal distance of x pixels from event. ||
|| displayAtDistanceY	|| false	|| Pop the panel up in vertical distance of y pixels from event. ||
|| closePopupOnExitingElement	|| false	|| Close the popup when the triggering element is left. ||
|| closePopupOnExitingPopup	|| false	|| Close the popup when the popup itself is left. ||


== Configuration ==
Don't need any extra configuration.

== Notes and Known issues ==
Some known issues like incompatibility to other frameworks/component libs

== Examples ==
Link to irian and additional notes.

== FAQ ==
Post your (or potential) questions here.

== Additional Information ==

-- ArashRajaeeyan [[DateTime(2006-11-04T13:43:30Z)]]