-
Notifications
You must be signed in to change notification settings - Fork 0
How it works
Kwon sunguk edited this page Dec 22, 2018
·
6 revisions
(1) Trigger
- Trigger("trigger_name", "target_sources", "trigger_type")
- It has 3 arguments, which will be cooperated with Action method. The trigger_name is an unique therefore not be allowed to be duplicated. After the name is set, a checking method of states of target_sources starts by trigger_type
(1.1) trigger_type
-
{ Except, Empty_text, All_check, Scroll_bottom, Scroll_up}
-
Except : when some buttons or screens are touched except of the target_sources,
-
Empty_Text : when target_sources are empty,
-
All_Check : when the target_sources are not checked all,
-
Scroll_Bottom : when current scrollview is on bottom,
-
Scroll_Top : when current scrollview is on top,
(2) Action
- Action("target_destinations", "action_type")
- Actions are operated by states of sources. Especially, The higher destination, the faster it runs. (2.1) action_type
- {HIGHLIGHT, FOCUS, POINTER}
(3) Commit
