This is all very typical XForms.
这都是非常典型的XForms代码。
Handling of the XForms data model.
处理XForms数据模型。
创建新的XForms表单。
什么是XFormsrepeat ?
Let's now add an XForms submission to your form.
现在,让我们向表单中添加X Forms提交。
Now you're ready to test your XForms albums page.
现在,您已准备好测试XForms专辑页面。
Let's take a look at a classic example of XForms.
我们来看一个典型的XForms示例。
Now you will make the XForms page much more dynamic.
现在我们将进一步提高 XForms页面的动态性。
For example, consider this XForms form (see Listing 1).
例如,考虑以下X Forms表单(参见清单1)。
But XForms development tools are not mature enough yet.
X Forms开发工具还不成熟。
XForms also provides a way to work with XML data directly.
X forms同时也提供了直接处理XML数据的方法。
Now let's take a look at how XForms can make this simpler.
现在看看如何用xForms简化上面的代码。
Let's look at that structure, and how it applies to XForms.
下面我们来看看结构,以及它是如何应用到X Forms上的。
This tool is great also for developing XForms applications.
该工具也非常适合开发XForms应用程序。
Saving a form's data for use later is also easy with XForms.
在XForms中保存表单数据供日后使用也很容易。
Calls are then made to refresh and rebuild the XForms model.
然后用一些调用来刷新和重建X Forms模型。
In the body of the form, you have a series of XForms elements.
表单体包含一系列的XForms元素。
More triggers and the copy function appear in this XForms form.
这个Xforms 表单中出现了很多触发和复制功能。
All the Ruby scripts are ready to accept XForms submission data.
接受X Forms提交数据的ruby脚本都已就绪。
My last example for this article is an XForms-based Ajax article.
本文的最后一个例子是基于XForms的Ajax文章。
The primary reasons to adopt XForms: Great application architecture
采用XForms的主要理由:出色的应用程序体系结构
You can also use XForms to create Web forms more quickly and easily.
您还可以使用XForms更快速更方便地创建Web表单。
In fact, that is precisely the way that XForms works in the browser.
实际上,这也恰恰是XForms在浏览器中工作的方式。
Some schemas are written specifically to be embedded, such as XForms.
有些模式是专门用于被嵌入的,如XForms。
That user opens an E-mail message with a link to an XForms application.
用户打开包含X Forms应用程序链接的电子邮件消息。
Most importantly, XForms splits a form's data model, view, and controller.
最重要的是,XForms分隔表单的数据模型、视图和控制器。
You've defined your XForms model, so now you just need to define its view.
现在定义了XForms模型,只需要再定义它的视图就行了。
With XForms, the developer's primary focus is on the data to be collected.
通过使用XForms,开发人员主要关注的是要收集的数据。
On your XForms page, this just becomes the line of code shown in Listing 1.
在XForms页面中就变成了清单1中所示的代码行。
The action you defined has an event attribute set to "xforms-value-changed."
定义的动作有一个event属性设置为“xforms - value - changed”。
应用推荐