Each component of the Axure RP has its own unique and some common triggering events that trigger different events in different situations.
Here we will take the Chinese text input box as an example
A. The trigger event that the component has used
[1]. When text changes: triggers when the text within a component changes, such as the search box, text input box.
[2] When getting focus: triggers when a component acquires focus by tapping or switching. For example, when the search box is edited, clear the "Please enter keyword" prompt.
[3] When losing focus: triggers when a component loses focus. such as the user name, password authentication.
B. Trigger events not used by the component
[1]. Mouse Click event: trigger when clicking on all other components in the dynamic panel. For example, click the button.
[2]. Mouse Double-click event: all other components in addition to the dynamic panel are triggered when clicked. such as the user input box.
[3]. When the mouse button is pressed: trigger when clicking on all other components in addition to the dynamic panel. For example, click the button.
[4]. When the mouse button is released: all other components in addition to the dynamic panel are triggered when clicked. such as the Submit button.
[5]. When the mouse moves: When the mouse enters a range of components triggered, such as when the mouse moved to a picture when the introduction of the picture is displayed.
[6]. Mouse move in: when the mouse enters a range of components triggered, such as when the mouse moved to a picture when the introduction of the picture is displayed.
[7]. When the mouse moves out: triggers when the mouse leaves a range of components. For example, when the mouse leaves the picture, the picture disappears.
[8]. When the key is pressed: text box line and multi-line editing, the keyboard press one of the keys to release the trigger, does not support other axure components. For example, Statistics text box input word count.
[9]. When the keys bounce: text box line and multi-line editing, the keyboard press one of the keys to release the trigger, does not support other axure components. For example, Statistics text box input word count.
[10]. When moving: triggered when the dynamic panel moves. Refers to the change in the scale of progress when moving through the triggering control panel of other events, such as when the progress bar moves.
[11]. Display: triggered when the component board is displayed. The button text is a closed picture when the slice is displayed.
[12]. Hide: triggered when the component board is hidden. The button text is the open picture when the slice is hidden.
This site article is for baby bus SD. Team Original, reproduced must be clearly noted: (the author's official website: Baby bus )
Reprinted from "Baby bus Superdo Team" original link: http://www.cnblogs.com/superdo/p/4912416.html
[Axure tutorial]0003. Triggering events for components