Form views
在表单视图中,字段配置一致遵守相同的准则。显示的字段遵守以下的准则:
默认情况下,每个字段由label开始,以字段名称代表该字段。
字段在屏幕上按照从左到右,从上到下的顺序显示,是依照他们在视图中的显示顺序。
Every screen is divided into 4 columns, each column being able to contain either a label, or an “edition” field. As every edition field is preceded (by default) by a label with its name, there will be two fields (and their respective labels) on each line of the screen. The green and red zones on the screen-shot below, illustrate those 4 columns. They designate respectively the labels and their corresponding fields.
视图支持更多的高级选项:
下面截图中蓝色的区域,是将对象的字段分成不同的标签。