You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the data types like Integer are in the normal <ahref="http://www.w3.org/2001/XMLSchema#">XSD</a> namespace.
89
+
the data types, like Integer, which are in the normal <ahref="http://www.w3.org/2001/XMLSchema#">XSD</a> namespace.
90
90
</p>
91
91
<p>
92
-
Here are some properries which you can use with any field (except the documentations fields).
92
+
Here are some properties which you can use with any field (except the documentation fields).
93
93
<tableclass="properties">
94
-
<tr><td>label</td><td>String</td><td>A label for the form field. This is the prompt for the user, Eg "Name", "Exmployers"</td></tr>
95
-
<tr><td>property</td><td>rdf:Property</td><td>When the user enters the data, it is stored in the web as a triple with this property as its predicate..</td></tr>
96
-
<tr><td>default</td><td>[according to field type] Optional</td><td>The input control is by default set to this value.
97
-
It is easiest for the user to enter this value. (This value is <b>not</b> stored by the forms syetm automatically if the udser does not select or enter it in some way.</td></tr>
94
+
<tr><td>label</td><td>String</td><td>A label for the form field. This is the prompt for the user, e.g., "Name", "Employer".</td></tr>
95
+
<tr><td>property</td><td>rdf:Property</td><td>When the user enters the data, it is stored in the web as a triple with this property as its predicate.</td></tr>
96
+
<tr><td>default</td><td>[according to field type] Optional</td><td>The input control is set to this value by default.
97
+
It is easiest for the user to enter this value. (This value is <b>not</b>automatically stored by the form system if the user does not select or enter it in some way.</td></tr>
98
98
</table>
99
-
Other propertiues are given for each field type.
99
+
Other properties are given for each field type.
100
100
</p>
101
101
<h4class="class">Form</h4>
102
102
<p>The form itself has a collection of fields.
@@ -107,8 +107,8 @@ <h4 class="class">Form</h4>
107
107
<tr><td>parts</td><td>rdf:Collection (aka List, Array) of Field</td><td>The parts of the form in the order in which they are </td></tr>
108
108
<tr><td><i>part</i></td><td>Field (Obsolete)</td><td>A field which is a part of the form or group. This property is obsolete. Use parts.</td></tr>
109
109
</table>
110
-
If you use the obsolete "part" methid for listing the parts of a form, then
111
-
each field needs an additional propery:
110
+
If you use the obsolete "part" method for listing the parts of a form, then
111
+
each field needs an additional property:
112
112
113
113
<tableclass="properties">
114
114
<tr><td>sequence</td><td>Integer</td><td>The parts of the form in the order in which they are </td></tr>
@@ -118,7 +118,7 @@ <h4 class="class">Form</h4>
118
118
</p>
119
119
<h4class="class">Group</h4>
120
120
<p>Group is a field which is just a collection of other fields.
0 commit comments