Variable TextBoxEventsConst
TextBoxEvents: { ActionButtonPress: "actionButtonPress"; ClearButtonPress: "clearButtonPress"; EditBegins: "editBegins"; EditEnds: "editEnds"; TextChanged: "textChanged"; LinkClick: "linkClick"; Touch: "touch"; TouchCancelled: "touchCancelled"; TouchEnded: "touchEnded"; TouchMoved: "touchMoved" } = ...
Type declaration
-
ActionButtonPress: "actionButtonPress"
-
ClearButtonPress: "clearButtonPress"
-
EditBegins: "editBegins"
-
EditEnds: "editEnds"
-
TextChanged: "textChanged"
-
LinkClick: "linkClick"
-
Touch: "touch"
-
TouchCancelled: "touchCancelled"
-
TouchEnded: "touchEnded"
-
TouchMoved: "touchMoved"
This event is called when user click link string. onLinkClick just work with attributedText.
Example
Param
onLinkClick
Android
Ios
Since
3.0.0