10,730
edits
No edit summary |
|||
Line 1: | Line 1: | ||
{{UI Components TOC}} | {{UI Components TOC}} | ||
Forms are one of the main components of mobile apps. The main purpose of a form is to display the details of a particular record and allow editing of the record fields. | Forms are one of the main components of mobile apps. The main purpose of a form is to display the details of a particular record and allow editing of the record fields. | ||
A single record can have many fields, and sometimes you want to also displayed additional information. For this reason, you can organize information into multiple blocks that we call '''tabs'''. For example, for a contact, the general tab may contain the name, surname, and primary phone, and a second tab call address shows the postal address. A third tab can show your appointments related to that contact. | |||
Forms are created and managed in [[Woodford]]. They are defined within [[app projects]]. Each [[entity]] has its own forms. | Forms are created and managed in [[Woodford]]. They are defined within [[app projects]]. Each [[entity]] has its own forms. |