User Tools

Site Tools


integration-api:example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
integration-api:example [2018/08/21 15:08]
tjotov
integration-api:example [2018/08/21 15:11]
tjotov
Line 1: Line 1:
 ====== Web Integration API - Example ====== ====== Web Integration API - Example ======
  
- <script type="text/javascript">+<code html> 
 +       <script type="text/javascript">
      var aducid = new ADUCID();      var aducid = new ADUCID();
      $(document).ready(function() {      $(document).ready(function() {
Line 59: Line 60:
  </body>  </body>
  </html>  </html>
 +
 +</code>