UI Basics Flashcards

1
Q

How can I reload a page when scrolled to the end?

A

On scroll End eventhandler as part of the list widget

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can I add swipe left/swipe right actions to a list item?

A

put the content inluding actions to apppear in the corresponding placeholders of the listitem webblock.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can I allow a action to be called on Swipe Left/swipe right actions on Listitem without extra click?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Where can the widgets be found?

A

In the Toolbox on the left side of the Interface Tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a widget?

A

A simpole built pattern that represents a screen component.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can I add custom HTML code to a screen?

A

Use the HTML widget and write HTM code into it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly