02-29-2016 09:03 AM - edited 03-14-2019 03:49 PM
Hello,
I installed and configured the EmbeddedWebAppSampleGadget - 10.5.1 in my lab and everything works fine. except for height of the Window . I tried to edit the config file in Finesse to add ?gadgetHeight=500 and it does not work. Does anyone know how to do that ?
<gadget>/3rdpartygadget/files/EmbeddedWebApp/Bell.xml?gadgetHeight=500</gadget>
03-01-2016 03:57 AM
check the file : finesse-10.5.1.js
Search for height, you will find all the source for the height and other stuff in it.
Amer
03-01-2016 09:48 AM
Hello,
Thank you for your answer. Finally the solution for the 3rdPartyEmbeddedWebApps was not in the js file. It was in the EmbeddedWebApp.css file. I just have to add the px beside de 650 and restart Cisco Tomcat.
/**
* Default attributes for gadget body.
*/
body {
background: none transparent;
padding: 0px;
}
#displayFrame {
width:100%;
height:650px;
border: 1px solid;
}
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide