LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


refresh() Method

Updates layout logic of the widget.

Parameters

This method doesn't have any parameters.

Return Value

This method does not return a value.

Remarks

Updates the layout of the widget including recreation of DOM elements.

Version Information

Supported in: v1.0.

Example

In this example we are showing how to call this method.

var $obj = $('#widget').widget();

$obj.widget("refresh");

See Also