cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
674
Views
15
Helpful
2
Replies

Finesse gadget scrolling

JacobMunson
Level 1
Level 1

I am trying to figure out how to get a gadget to provide a vertical scroll bar when the browser windows is resized causing things to move around. I have found this information stating there is an XML feature to enable it however there is no information on how to implement it. Any information would be a great help. 

 

Gadget Specification XML Features - Finesse - Document - Cisco DevNet

2 Replies 2

Is it the gadgets.window.adjustHeight?

You may find this post of interest as well if so. https://community.cisco.com/t5/contact-center/gadgets-window-adjustheight-is-not-working-on-internet-explorer/td-p/3497419

dekwan
Cisco Employee
Cisco Employee

Hi,

 

Per your link, to enable scrolling, you are supposed to add scrolling with a value of auto to the module prefs in the XML:

<ModulePrefs title="Sample Gadget"
        description="Sample Gadget"
        scrolling="auto"
        thumbnail="http://localhost:8082/" >

 

I tried this out really quick and it didn't seem to work, but I didn't do any debugging to see why. Give it a shot and let me know if it works for you.

 

Also, like Bill brought up, it is best to use gadgets.window.adjustHeight() instead and have the container auto adjust the height.

 

Thanx,

Denise