只需右键点击地图,选择“添加图钉”,填写图钉的属性表单(图e),然后点击保存。
Just right-click on the map, select Add a Pushpin, fill in the Pushpin Properties form (Figure e), and click Save.
即使属性表单类不是从对话框类继承。但操作一个属性表单类对象类似与操作一个对话框对象。
Even though CPropertySheet is not derived from CDialog, managing a CPropertySheet object is similar to managing a CDialog object.
右键单击虚线区域,然后单击“表单属性”。
Right click in the dashed area, then click on Form Properties.
您现在可以在字段配置表单上指定对字段属性使用哪些词汇表术语。
You can now specify which vocabulary terms to use for the field's properties on the field configuration form.
此属性可确保在其所在的表单中名称的唯一性。
The attribute ensures that the name is unique in the enclosing form.
流程的属性现在还包括将某个表单与该流程相关联的能力。
The attributes for a process also now include the ability to associate a form with the process.
在需要其他数据类型的情况中,请指定数据类型属性来匹配表单模式中的字段。
In cases where another data type is required, specify the data type attribute to match that of the field in the form? S schema.
为了降低表单的复杂性,没有显示这些表单部件的所有可能属性。
To minimize form complexity, not all of the possible attributes for these form components are surfaced.
这个cd表单的域被绑定到cd属性的属性中。
The fields of the CD form are bound to the CD property's properties.
该属性已被添加到表单的XFDL标记中,表示表单是为哪种语言环境设计的。
This attribute is added to the XFDL tag in the form and identifies which locale the form was designed for.
标签放到表单后,右键单击并改变相关属性。
Once the label is placed on the form, right-click on it and change its relevant properties.
前面的部分简要介绍了访问sdo的属性(参见步骤4“填写编辑表单”中的代码)。
The previous section briefly touched on accessing the properties of an SDO (see the code in Step 4, "Populate the edit form").
因为不指定action属性,这个表单会提交给自己。
Because no action attribute is specified, the form submits to itself.
只有一个表单属性可以影响应用程序的性能:Automaticallyrefreshfields。
There is really only one form property that affects application performance: Automatically refresh fields.
对于每个表单属性来说,它都生成“property”和“value”属性。
For each form property, it generates "property" and "value" attributes.
execute()方法遍历验证器列表,调用每个验证器的 execute() 方法,这些验证器的属性与给定表单的名称和可选元素的名称相匹配。
The execute() method iterates over the list of validators, invoking the execute() method of each validator whose properties match the given form name and the optional element name.
然后编写validate方法的代码,对用户输入的表单属性进行验证。
Then code the validate method to verify user inputs for the form properties.
可以使用ActionErrors类的add(Stringproperty,ActionErrorerror) 方法为一个表单属性关联一些错误。
You can use add(String property, ActionError error) of the ActionErrors class to associate a form property with error(s).
注意,清单10还为元素添加了一个enctype属性以支持多方表单提交。
Notice that Listing 10 also adds an enctype attribute to the element to support multi-part form submission.
最后,我们可以使用类似XPath的支持(作为属性名称的最简单的表单)来访问这些属性。
Finally, we can access the properties using XPath-like support, the simplest form being the property name.
知道Web表单输入和域模型属性之间的联系。
Know the link between a web form input and a domain model property.
预算Xforms表单展示了 “readonly”属性是可配置的。
The budgeting XForms form demonstrates the "readonly" property as a configurable property.
sucessView属性代表表单数据提交而且 doSubmitAction()方法中的逻辑成功执行之后显示的页面。
The sucessView property represents the page which displays after form data is posted and logic is successfully executed in the doSubmitAction() method.
检查表单属性名称和类型是否与ActionForm名称和软件包匹配。
Check that your form attributes name and type match with the ActionForm name and package.
inputmode属性允许对存放文本的表单元素提示适当的语言输入模式。
An inputmode attribute that allows the hinting of appropriate language input modes for text-holding form elements.
将它们与表单bean中的属性名称进行匹配。
这里,这个URL是从请求解析而来,然后保存到表单的action属性中。
Here, that URL is parsed off the request and placed into the form's action attribute.
通过右键单击表单属性进行编辑,在弹出菜单中选择properties。
Edit the form properties by right clicking on it and selecting properties in the pop-up menu.
此方法还清除了每个EditableValueHolder组件的submittedValue属性以便表单数据能恢复成地图数据,同时忽略所有的提交数据。
This method also clears the submittedValue property of each EditableValueHolder component so the form's data can be restored to the data from the map, ignoring any submitted data.
Struts系统会在Formbean类中为每个表单属性生成一对getter方法和setter方法。
The Struts system will generate a pair of getter and setter methods for each form property in the form bean class.
应用推荐