position - Positioning the OverlayPanel of PrimeFaces -


can give me key/values fix overlaypanel position? want fix in middle, can't figure out. have example:

<p:overlaypanel id="overlaypanelsearch" for="searchbutton" my="top" at="bottom"> 

this how understand it.
"my" overlay panel box.
"at" commandbutton.

<p:commandbutton id="chartbtn" type="button" />   <p:overlaypanel id="chartpanel" for="chartbtn" my="right top" at="right bottom">     ... </p:overlaypanel>   

so above reads: "connect right top of overlay panel right bottom of command button"


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -