XPages开发通常依赖于两个传统设计元素:用于定义数据的表单和用于报告数据的视图。
XPages development generally relies on two legacy design elements: forms to define data and views to report data.
首先从定义所需数据集的模式开始,然后创建一个数据模型来反映这个模式,最后基于该数据模型设计表单。
We start with a schema that defines the required data set, create a data model to reflect that schema, and then design a form that consumes that data model. To do this, we follow these steps.
事实上,对于设计师来说,使用xforms比html表单更方便,因为X Forms没有任何预定义的呈现语义。
In fact, it would be much easier for a designer to do that with XForms than with HTML forms because XForms don't have any predefined rendering semantics.
应用推荐