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.