Calling Terminology Browser from other Apps

Aus Termserver-CTS2
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Window (ZUL))
(Code (java))
Zeile 17: Zeile 17:
  
 
==Code (java)==
 
==Code (java)==
 +
Insert this code into your java file to receive the answer message and to call the Browser in a modal window.
 +
<source lang="java">
 +
 +
</source>

Version vom 18. Dezember 2014, 10:59 Uhr

This site shows you how to call the Terminology Browser from another ZK application. It is possible to call it from any javascript app, therefore you have to change the code.

Call Terminology Browser from a ZK app

This example requires a zul file and java file behind.

Window (ZUL)

Insert the following code into your zul file inside the window tag.

<script type="text/javascript">
  function receiveMessage(event)
  {               
    var widgetMainWindow = zk.Widget.$('$mainWindow');
    var e = new zk.Event(widgetMainWindow, "onSendBack", event.data);                                
    zAu.send(e);                          
  }      
  window.addEventListener("message", receiveMessage, false);
</script>

Code (java)

Insert this code into your java file to receive the answer message and to call the Browser in a modal window.

 
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Werkzeuge