Hi All,
Congrats on making it out of the incubator...well done.
Does anyone have an example of using onPopupDone in
netui:configurePopup. I can't get the following to refresh the page
when the popup closes:
<netui:imageAnchor border="0" style="float:right"
src="${pageContext.request.contextPath}/${bundle.app.newRequestButton}"
styleClass="imagebutton" action="addNew" popup="true">
<netui:configurePopup width="300" height="300" left="100" top="100"
resizable="false" onPopupDone="window.location.reload( true );"/>
</netui:imageAnchor>${bundle.app.certificateRequestsLabel}
Also...is there any way to center a popup in the middle of the browser?
Cheers
Adam