Resize Jive Addon Tile Vertically

I am running an angular app inside a Jive tile and I am looking for a way to resize the container of the tile when switching views. Has anyone come across something similar?

The tile is deployed to the Jive Cloud instance via the Jive add-on.

+3


source to share


1 answer


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

gadgets.window.adjustHeight();

      



You will probably need to bind this function to an event or some types.

+3


source







All Articles