UI Basics Flashcards
How can I reload a page when scrolled to the end?
On scroll End eventhandler as part of the list widget
How can I add swipe left/swipe right actions to a list item?
put the content inluding actions to apppear in the corresponding placeholders of the listitem webblock.
How can I allow a action to be called on Swipe Left/swipe right actions on Listitem without extra click?
Set Full Swipe Left/Right in ListiitemWebblock to true and put the buttons/links with actions into the corresponding webblocks. On Swipe left the most right action in the SwipeLeft webblock will be executed.
Where can the widgets be found?
In the Toolbox on the left side of the Interface Tab
What is a widget?
A simpole built pattern that represents a screen component.
How can I add custom HTML code to a screen?
Use the HTML widget and write HTM code into it.