RasterControl.setSize( width, height )

Set the control's Width and Height.

Parameters

Name Type   Description
width value A number in pixels, a string having a percent value, or null to clear this value and use the browser's default.
height value A number in pixels, a string having a percent value, or null to clear this value and use the browser's default.

Returns

Type Description
object The control object. This allow for chaining multiple setter methods in one single statement.
Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López