![]() |
![]() |
Copy the CEA widgets into the application you are enhancing.
<style type="text/css"> @import "<contextRoot>/ceadojo/dijit/themes/tundra/tundra.css"; @import "<contextRoot>/ceadojo/cea/widget/ClickToCall/ClickToCall.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>
<script type="text/javascript"> var djConfig = { baseUrl:"<contextRoot>/ceadojo/dojo/" }; </script> <script type="text/javascript" src="<contextRoot>/ceadojo/dojo/dojo.js"></script>gotcha
<div ceadojoType="cea.widget.ClickToCall" widgetNumber="xxx-xxx-xxxx" enableCollaboration="false" canControlCollaboration="false" defaultCollaborationUri="<contextRoot>/cobrowseWelcome.html">
<!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>;Click To Call Widget</title>; <style type="text/css">; @import "<contextRoot>;/ceadojo/dijit/themes/tundra/tundra.css"; @import "<contextRoot>;/ceadojo/cea/widget/ClickToCall/ClickToCall.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.ClickToCall" widgetNumber="sip:CSR@localhost" enableCollaboration="true" canControlCollaboration="true" defaultCollaborationUri="<contextRoot>/cobrowseWelcome.html"> </body> </html>
Embed the mobile widgets in the application you are enhancing.
![]() |
![]() |