resize method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
qlik.resize(id)
Sends a resize event to all Qlik Sense objects.
Version history
Version state | Details |
---|---|
Introduced | 1.0 |
Parameters
id
Type: String
Object id.
Optional: if no ID, a resize event is sent to all objects
Example
//create the tabs and make qlik objects resize when a new tab is selected
$("#tabs").tabs().bind('tabsselect', function(event, ui) {
qlik.resize();
});