Popup context
-------------

                 Key: NXP-2259
                 URL: http://jira.nuxeo.org/browse/NXP-2259
             Project: Nuxeo Enterprise Platform 5
          Issue Type: Question
            Reporter: Nicolas Lecart
            Assignee: Thierry Delprat


bonjour,

comment faire pour éviter que lorsque j'affiche une popup, je me retrouve avec 
le bandeau de Nuxeo en haut et l'arbre à gauche.

code utilisé :

<script language="javascript">
    function popupSearch(createFormId, url) {
      popup = window.open(url, '_blank', 'toolbar=0, scrollbars=1, location=0, 
statusbar=0, menubar=0, resizable=1, dependent=1, width=712, height=480');
      if(!popup.opener) {
        popup.opener = window;
      }
      return false;
    }
  </script>
.....

<nxu:methodResult name="url"
            
value="#{restHelper.addCurrentConversationParameters('/nuxeo/create_article_relation_search_document_popup.faces')}">
            <input type="button" value="#{messages['command.search']}"
              class="button"
              onclick="javascript:popupSearch(this.form.id, '#{url}');" />
</nxu:methodResult>

merci



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to