Inffuse.project.updateHeight
Request the widget height to be updated
Syntax
Inffuse.project.updateHeight(height)
Parameters
Name | Type | Description |
---|---|---|
height |
integer | The new height. If nothing is passed - the widget height will be updated to the body height. |
Example
var height = $('#content') + 20;
Inffuse.project.updateHeight(height)