Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <h:form id="main">
  2. <p:commandButton value="Basic" id="createDialog" action="#{testView.action}" update=":window:panel" oncomplete="PF('dlg1').show();"/>
  3. </h:form>
  4.  
  5. <h:form id="window">
  6. <p:dialog modal="true" header="Basic Dialog" widgetVar="dlg1" >
  7. <p:panel id="panel">
  8. <p:editor id="editor" widgetVar="editorWidget" value="#{testView.input}" />
  9. </p:panel>
  10. </p:dialog>
  11. </h:form>
  12.  
  13. .ui-overlay-visible .ui-editor iframe {
  14. display: inline !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement