Search
DomUtils.setSize Method
See Also
 






Sets the size of the specified element.

Namespace: MindFusion.Controls
File: DomUtils.js

 Syntax

JavaScript  Copy Code

function setSize (element, size)

 Parameters

element

HTMLElement. The element.

size

Size. The new size.

 See Also