简体   繁体   中英

Resize Jive Addon Tile Vertically

I'm running an angular application inside a Jive tile and am looking for a way to resize the tile container when the view switches state. Has anyone run into something like this?

The tile is deployed to a Jive Cloud instance through a Jive add-on.

Jive has a JS function that will do that if you call it from within your tile.

gadgets.window.adjustHeight();

You'll probably need to bind this function to an event or some sorts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM