7. UI component tags Flashcards

1
Q

What’s the syntax for creating a select element from a collection of objects?

A

NOTE: the list attribute has the collection of objects, the listKey can be used to tell which property is the ID while listValue is used to determine what’s displayed.

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

What is the label UI component used for? What are the properties?

A

Basically read-only text-field.

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

What is the hidden UI component used for?

A

Embedding hidden request parameters in our forms.

name/value attributes worth remembering.

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

What is the doubleselect UI component used for? What are the important attributes?

A

Just like a select, except the following extra attributes are equivalent to the normal select.

name = doubleName

list = doubleList

listKey = doubleListKey

listValue = doubleListValue

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