FormElement.reveal

Description

Move the control to viewable area.

Syntax

var formElement = Form.findControlById( 'formElement' );
formElement.reveal( /optionalLocalRect, optionalStopAtView/ )

Parameters

Parameter Description Default Value
optionalLocalRect Object with properties { left:, top:, width:, height: } formElement.localFrame()
optionalStopAtView Object instance of FormElement to stop reveal. Form.body

Example

Reveal control test1.

See also

FormElement.frame

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.