Skip to content

Commit 1d5f987

Browse files
bcameron1231VesaJuvonen
authored andcommitted
Updating readability of tables (SharePoint#4903)
Addresses SharePoint#4899 Documentation used GitHub asterisk annotation for bold. However, this doesn't work in HTML tables.
1 parent f734509 commit 1d5f987

File tree

1 file changed

+37
-22
lines changed

1 file changed

+37
-22
lines changed

docs/schema/fieldbind-element-workflowinfo.md

Lines changed: 37 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -48,38 +48,54 @@ The following sections describe attributes, child elements, and parent elements.
4848
</thead>
4949
<tbody>
5050
<tr class="odd">
51-
<td align="left"><p>**DesignerType**</p></td>
52-
<td align="left"><p>Optional **text**. Specifies the type of control or user input that is presented to the workflow creator when building sentences in the workflow editor.</p>
53-
<p>**Note**: If you do not specify a **DesignerType**, the default **DesignerType** attribute is used. The default **DesignerType** is a text box followed by an ellipsis button (...) and a lookup button.</p>
54-
<p>**Note**: A code-free workflow editor should treat the values returned to it from the server as case-insensitive.</p></td>
51+
<td>
52+
<strong>DesignerType</strong>
53+
</td>
54+
<td align="left"><p>Optional <strong>text</strong>. Specifies the type of control or user input that is presented to the workflow creator when building sentences in the workflow editor.</p>
55+
<strong>Note:</strong> If you do not specify a <strong>DesignerType</strong>, the default <strong>DesignerType</strong> attribute is used. The default <strong>DesignerType</strong> is a text box followed by an ellipsis button (...) and a lookup button.</p>
56+
<strong>Note:</strong> A code-free workflow editor should treat the values returned to it from the server as case-insensitive.</p></td>
5557
</tr>
5658
<tr class="even">
57-
<td align="left"><p>**Field**</p></td>
58-
<td align="left"><p>Required **text**. Represents a **Parameter** element used to build workflows. The **Field** attribute maps directly to one or more **Parameter** elements when a parameter type and direction are defined.</p>
59-
<p>**Note**: If you use more than one parameter for a **Field** attribute, the parameter names should be separated by commas (for example, **Field**="**Variable**,**ValueType**").</p></td>
59+
<td>
60+
<strong>Field</strong>
61+
</td>
62+
<td align="left"><p>Required <strong>text</strong>. Represents a <strong>Parameter</strong> element used to build workflows. The <strong>Field</strong> attribute maps directly to one or more <strong>Parameter</strong> elements when a parameter type and direction are defined.</p>
63+
<strong>Note:</strong> If you use more than one parameter for a <strong>Field</strong> attribute, the parameter names should be separated by commas (for example, <strong>Field</strong>="<strong>Variable</strong>,<strong>ValueType</strong>").</p></td>
6064
</tr>
6165
<tr class="odd">
62-
<td align="left"><p>**Function**</p></td>
63-
<td align="left"><p>Optional **Boolean**. When set to **true**, this attribute inserts the name of the **Action** method into the sentence.</p></td>
66+
<td>
67+
<strong>Function</strong>
68+
</td>
69+
<td align="left"><p>Optional <strong>Boolean</strong>. When set to <strong>true</strong>, this attribute inserts the name of the <strong>Action</strong> method into the sentence.</p></td>
6470
</tr>
6571
<tr class="even">
66-
<td align="left"><p>**Id**</p></td>
67-
<td align="left"><p>Required **Integer** (non-negative). **Id** is used as the relational key between a **FieldBind** element and the **Sentence** property of the parent **RuleDesigner** element, much like a primary key is used in a database.</p></td>
72+
<td>
73+
<strong>Id</strong>
74+
</td>
75+
<td align="left"><p>Required <strong>Integer</strong> (non-negative). <strong>Id</strong> is used as the relational key between a <strong>FieldBind</strong> element and the <strong>Sentence</strong> property of the parent <strong>RuleDesigner</strong> element, much like a primary key is used in a database.</p></td>
6876
</tr>
6977
<tr class="odd">
70-
<td align="left"><p>**OperatorTypeFrom**</p></td>
71-
<td align="left"><p>Required **text**. Used only when **DesignerType** attribute is set to **Operator**. This attribute determines the types of operators that are available to the user, based on the Microsoft .NET data type that is listed in the corresponding **Parameter** element. The parameter that is specified for the **OperatorTypeFrom** attribute can be different from the parameter that is listed in the **Field** attribute.</p></td>
78+
<td>
79+
<strong>OperatorTypeFrom</strong>
80+
</td>
81+
<td align="left"><p>Required <strong>text</strong>. Used only when <strong>DesignerType</strong> attribute is set to <strong>Operator</strong>. This attribute determines the types of operators that are available to the user, based on the Microsoft .NET data type that is listed in the corresponding <strong>Parameter</strong> element. The parameter that is specified for the <strong>OperatorTypeFrom</strong> attribute can be different from the parameter that is listed in the <strong>Field</strong> attribute.</p></td>
7282
</tr>
7383
<tr class="even">
74-
<td align="left"><p>**Text**</p></td>
75-
<td align="left"><p>Required **text**. Text displayed to the user as a hyperlink in the condition sentence.</p></td>
84+
<td>
85+
<strong>Text</strong>
86+
</td>
87+
<td align="left"><p>Required <strong>text</strong>. Text displayed to the user as a hyperlink in the condition sentence.</p></td>
7688
</tr>
7789
<tr class="odd">
78-
<td align="left"><p>**TypeFrom**</p></td>
79-
<td align="left"><p>Optional **text**. Specifies the .NET data types that are valid for use with an instance of the **FieldBind** element. The **TypeFrom** attribute is associated with a **Parameter** element that contains the type definition.</p></td>
90+
<td>
91+
<strong>TypeFrom</strong>
92+
</td>
93+
<td align="left"><p>Optional <strong>text</strong>. Specifies the .NET data types that are valid for use with an instance of the <strong>FieldBind</strong> element. The <strong>TypeFrom</strong> attribute is associated with a <strong>Parameter</strong> element that contains the type definition.</p></td>
8094
</tr>
8195
<tr class="even">
82-
<td align="left"><p>**Value**</p></td>
96+
<td>
97+
<strong>Value</strong>
98+
</td>
8399
<td align="left"><p>Reserved for future use.</p></td>
84100
</tr>
85101
</tbody>
@@ -159,18 +175,17 @@ The following sections describe attributes, child elements, and parent elements.
159175
<tr class="even">
160176
<td align="left"><p>Dependent</p></td>
161177
<td align="left"><p>Single parameter</p></td>
162-
<td align="left"><p>The user interface element shown depends on values of the **TypeFrom** and **OperatorTypeFrom** attributes.</p></td>
178+
<td align="left"><p>The user interface element shown depends on values of the <strong>TypeFrom</strong>and <strong>OperatorTypeFrom</strong> attributes.</p></td>
163179
</tr>
164180
<tr class="odd">
165181
<td align="left"><p>Dropdown</p></td>
166182
<td align="left"><p>Single parameter</p></td>
167-
<td align="left"><p>List that contains options specified as <a href="option-element-workflowinfo.md">Option</a> elements of the **FieldBind** element.</p></td>
183+
<td align="left"><p>List that contains options specified as <a href="option-element-workflowinfo.md">Option</a> elements of the <strong>FieldBind</strong> element.</p></td>
168184
</tr>
169185
<tr class="even">
170186
<td align="left"><p>Email</p></td>
171187
<td align="left"><p>To CC Subject Body</p></td>
172188
<td align="left"><p>Dialog box for composing an email message.</p></td>
173-
</tr>
174189
<tr class="odd">
175190
<td align="left"><p>FieldNames</p></td>
176191
<td align="left"><p>Field</p></td>
@@ -199,7 +214,7 @@ The following sections describe attributes, child elements, and parent elements.
199214
<tr class="even">
200215
<td align="left"><p>Operator</p></td>
201216
<td align="left"><p>Value</p></td>
202-
<td align="left"><p>List that contains operator options specified as <a href="option-element-workflowinfo.md">Option</a> elements of the **FieldBind** element. The list of operators is filtered based on the type of the operand.</p></td>
217+
<td align="left"><p>List that contains operator options specified as <a href="option-element-workflowinfo.md">Option</a> elements of the <strong>FieldBind</strong>element. The list of operators is filtered based on the type of the operand.</p></td>
203218
</tr>
204219
<tr class="odd">
205220
<td align="left"><p>ParameterNames</p></td>

0 commit comments

Comments
 (0)