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

Scroll for 3rd party gadget

poonam.menon
Level 1
Level 1

Hi Team,

I want a scroller to the 3rd party gadget developed using javascript apis.

I have fixed the size of the gadget using gadgets.window.adjustHeight(200); .

I am trying to adjust the height using the above comment and give a scroller to this gadget. Is there any way to implement this ?


Regards,

Poonam

1 Accepted Solution

Accepted Solutions

dekwan
Cisco Employee
Cisco Employee

Hi Poonam,

Per OpenSocial gadget spec, you should be able to add scrolling="true" to the ModulePrefs: https://developers.google.com/gadgets/docs/ui#Dyn_Height

Thanx,

Denise

View solution in original post

2 Replies 2

dekwan
Cisco Employee
Cisco Employee

Hi Poonam,

Per OpenSocial gadget spec, you should be able to add scrolling="true" to the ModulePrefs: https://developers.google.com/gadgets/docs/ui#Dyn_Height

Thanx,

Denise

Thank you so much Denise.
It worked.