|
ActionScript Reference Funciton Commponents
FuncitonSimpleConnect.setSize()
FuncitonSimpleConnect.setSize()
Entry Owner: Fernando Flórez, Started: August 28, 2003
This method specifies the width of the text fields inside the component. This overrides the specified width in the Properties Panel.
The scale size of the button wont change at all.
Example 1:
sconnect.setSize(350);
Sets the width of the text fields inside the FuncitonSimpleConnect component ( instance name 'sconnect' ) to 350.
|