Package | com.adobe.portfolio.components |
Class | public class NavTextInput |
Inheritance | NavTextInput ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Default MXML Propertytext
Method | Defined By | ||
---|---|---|---|
Constructor. | NavTextInput | ||
validationResultHandler(event:ValidationResultEvent):void [override]
Override the super to prevent a system tooltip with an error message from being displayed when user enters invalid input. | NavTextInput |
NavTextInput | () | Constructor |
public function NavTextInput()
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor.
validationResultHandler | () | method |
override public function validationResultHandler(event:ValidationResultEvent):void
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Override the super to prevent a system tooltip with an error message from being displayed when user enters invalid input.
Parameters
event:ValidationResultEvent — The event object for the validation.
|