When the user submits the editable form, the demo_text parameter contains the user's input.
当用户提交这个可编辑表单时,参数demo_text包含了用户的输入。
Another point is that fields on a Domino form need to be editable for sending the information the user entered.
另一个要点是,为了发送用户输入的信息,Domino窗体中的字段必须是可编辑的。
In the editable version of the form, the input element has the checked attribute only if the demo_checkbox parameter is present.
在可编辑的表单中,元素input只有在出现参数demo_checkbox时才会有一个属性checked。
The example application in Figure 1 shows how you display the data in the custom-made form in read and editable mode from XML storage.
图1的示例应用程序演示了如何在定制表单中,用只读和可编写模式显示来自xml存储的数据。
When the form is not editable, the parameter is still present, thanks to the hidden field.
当表单是不可编辑的,由于有一个隐藏域,这个参数仍然会出现。
You'll also learn how to build a form that has two versions, one letting the user enter data in the input fields and the other using hidden fields and presenting the data in a non-editable manner.
您还将了解如何创建两个版本的表单,其中一个提供输入域让用户输入数据,另一个使用隐藏域并以不可编辑形式显示数据。
Similarly, the non-editable version of the form contains the hidden form element only if the submitted form data contains the post parameter named demo_checkbox.
类似地,不可编辑的表单只有在所提交表单数据中包含了名为demo_checkbox的post参数时才会包含这个隐藏表单元素。
The demo_form.tpl template (see Listing 9) contains an HTML form whose fields may be editable or not depending on the value of a variable named edit_mode.
demo_form . tpl模板(见清单9)包含了一个HTML表单,这个表单的域可能是可编辑的,也可能是不可编辑的,这取决于名为edit _ mode的变量值。
Edit If you want to have the displayed value to be passed in the form, but not "visibly editable", you've got to pass it as an hidden field.
编辑如果你想要显示的值被传递的形式,但不明显可编辑的,你必须把它作为一个隐藏字段。
Edit If you want to have the displayed value to be passed in the form, but not "visibly editable", you've got to pass it as an hidden field.
编辑如果你想要显示的值被传递的形式,但不明显可编辑的,你必须把它作为一个隐藏字段。
应用推荐