Troubleshooting Unified Contact Center Express
From DocWiki
(Difference between revisions)
m |
m |
||
| Line 12: | Line 12: | ||
'''Custom Search:''' | '''Custom Search:''' | ||
<html> | <html> | ||
| - | <div id="cse" style="width: | + | <div id="cse" style="width: 100%;">Loading</div> |
<script src="http://www.google.com/jsapi" type="text/javascript"></script> | <script src="http://www.google.com/jsapi" type="text/javascript"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
| - | + | google.load('search', '1', {language : 'en'}); | |
| - | + | google.setOnLoadCallback(function() { | |
| - | + | var customSearchControl = new google.search.CustomSearchControl('000420533768327936155:z349vbagmdk'); | |
| - | + | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); | |
| + | customSearchControl.draw('cse'); | ||
| + | }, true); | ||
</script> | </script> | ||
</html> | </html> | ||
| + | |||
| + | |||
---- | ---- | ||
[[Category:Unified Contact Center Express]] | [[Category:Unified Contact Center Express]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] | ||
Revision as of 15:14, 13 May 2010
Select the required Cisco Unified Contact Center Express (Unified CCX) information:
| Note: | For all other documents, go to Cisco Unified Contact Center Express at Cisco.com |
- View/Add tips for Unified CCX:
Custom Search:
Loading