(2 intermediate revisions by one other user not shown)
Line 27:
Line 27:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|NextPage()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData>| Switches to the next page via button.
|NextPage:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Switches to the next page via button.
|PreviousPage()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData>|Switches to the previous page via button.
|PreviousPage:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|Switches to the previous page via button.
|NextPage()|[[Type:Action|Action]]| Switches to the next page.
|NextPage:[[Type:Action|Action]]|[[Type:Action|Action]]|false| Switches to the next page via action.
|PreviousPage()|[[Type:Action|Action]]|Switches to the previous page.
|PreviousPage:[[Type:Action|Action]]|[[Type:Action|Action]]|false|Switches to the previous page via action.
}}
}}
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Great for counting items.
Great for counting items, and for controlling UI that can switch pages.