Glossary: Difference between revisions

255 bytes added ,  20 February 2021
m
no edit summary
mNo edit summary
mNo edit summary
Line 12: Line 12:
== C ==
== C ==
; <div id=card></div>Card
; <div id=card></div>Card
: Synonyms: [[#dialog|Dialog]], [[#form|Form]]<br/>A proper subset of a screen that pops up "in front of" a screen to support the collection of information or performance of a task, and upon completion, returns to the "underlying" screen.
: Synonyms: [[#dialog|Dialog]], [[#form|Form]]<br/>In the mobile edition, a proper subset of a screen that pops up modally in front of a screen to support the collection of information or performance of a task, and upon completion, returns to the "underlying" screen. That is, it is ''modal''; when the card pops up, the user is in the card mode; when the card is completed or dismissed, the user is returned to the screen mode.
: Also, in Card View, the Display of an entry in a list in the form of a card, shown 2-up, and showing the same information as is shown in List View &mdash; namely, thumbnail (if any), entry name, entry description, and entry status.
 
;Card view: In the mobile edition, in '''''Card view''''', the Display of entries in a list in the form of cards, shown 2-up on the list screen, and showing the same information as is shown in '''''List view''''' &mdash; namely, thumbnail (if any), entry name, entry description, and entry status.


== D ==
== D ==