![]() |
![]() |
Copy the CEA widgets into the application you are enhancing.
<script type="text/javascript" src="<contextRoot>/ceadojo/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script>
<script type="text/javascript"> var djConfig = { baseUrl:"<contextRoot>/ceadojo/dojo/" }; </script> <script type="text/javascript" src="<contextRoot>/ceadojo/dojo/dojo.js"></script>
<div ceadojoType="cea.widget.Cobrowse" joinCollaborationUri="<contextRoot>/ceadojo/cea/tests/test_Cobrowse.html" defaultCollaborationUri="<contextRoot>/cobrowseWelcome.html">
Relative URIs can also be used instead of specifying the paths including the context root. The joinCollaborationUri, however, must be specified as an absolute or full URI.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Cobrowse Widget</title> <style type="text/css"> @import "<contextRoot>/ceadojo/dijit/themes/tundra/tundra.css"; @import "<contextRoot>/ceadojo/cea//widget/Cobrowse/Cobrowse.css"; @import "<contextRoot>/ceadojo/cea/widget/CollaborationDialog/CollaborationDialog.css"; </style> <script type="text/javascript" src="<contextRoot>/ceadojo/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script> </head> <body class="tundra"> <div ceadojoType="cea.widget.Cobrowse" joinCollaborationUri="<contextRoot>/ceadojo/cea/tests/test_Cobrowse.html" defaultCollaborationUri="<contextRoot>/cobrowseWelcome.html"> </body> </html>
Embed the mobile widgets in the application you are enhancing.
![]() |
![]() |