01-17-2018 10:04 AM
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
Solved! Go to Solution.
01-17-2018 02:32 PM
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
01-17-2018 02:32 PM
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
01-18-2018 08:41 AM
Thank you so much Denise.
It worked.
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