| This Custom Field Type requires CommonSpot #requiredVersion# or above. |
| Datasource: | |
|---|---|
| Table: | |
| Parent Column: |
Select the column used to indicate the parent node.
|
| Value Column: |
Select the column whose value will be stored when the node is selected.
|
| Display Column: |
Select the column to display in the selection tree.
|
| Active Criteria: |
#Server.CommonSpot.udf.tag.input(type="text", id="#prefix#activeValue", name="#prefix#activeValue", value="#currentValues.activeValue#", size="5", class="InputControl", style="text-align: right;")#
Select the column, operator and value that will be used to filter active records.
|
| Sort Column: |
Select the sort column.
|
| Custom Sort Criteria: |
#Server.CommonSpot.udf.tag.input(type="text", id="#prefix#sortCriteriaStr", name="#prefix#sortCriteriaStr", value="#currentValues.sortCriteriaStr#", size="50", class="InputControl", style="")#
IMPORTANT: Be sure to use columns from the selected table and proper syntax (without the "ORDER BY").
|
| Root Node Text: |
#Server.CommonSpot.udf.tag.input(type="text", id="#prefix#rootNodeText", name="#prefix#rootNodeText", value="#currentValues.rootNodeText#", size="40", class="InputControl")#
Enter the text to be displayed as the 'root' node. If blank no 'root' node will be displayed.
|
| Root Value: |
#Server.CommonSpot.udf.tag.input(type="text", id="#prefix#rootValue", name="#prefix#rootValue", value="#currentValues.rootValue#", size="25", class="InputControl")#
The 'parent' value identifying items off the root node (first-level items).
|
| Width: | #Server.CommonSpot.udf.tag.input(type="text", id="#prefix#widthValue", name="#prefix#widthValue", value="#currentValues.widthValue#", size="5", class="InputControl", style="text-align: right;")#px |
| Height: | #Server.CommonSpot.udf.tag.input(type="text", id="#prefix#heightValue", name="#prefix#heightValue", value="#currentValues.heightValue#", size="5", class="InputControl", style="text-align: right;")#px |
| Selection Type: |
#Server.CommonSpot.udf.tag.checkboxRadio(type="radio", name="#prefix#selectionType", value="single", label="Single", checked=(currentValues.selectionType EQ '' OR currentValues.selectionType EQ 'single'), labelClass="cs_dlgLabelSmall")#
#Server.CommonSpot.udf.tag.checkboxRadio(type="radio", name="#prefix#selectionType", value="multiple", label="Multiple", checked=(currentValues.selectionType EQ 'multiple'), labelClass="cs_dlgLabelSmall")# #Server.CommonSpot.udf.tag.checkboxRadio(type="radio", name="#prefix#selectionType", value="multiAutoParents", label="Multiple (auto select parents)", checked=(currentValues.selectionType EQ 'multiAutoParents'), labelClass="cs_dlgLabelSmall")# #Server.CommonSpot.udf.tag.checkboxRadio(type="radio", name="#prefix#selectionType", value="multiAuto", label="Multiple (auto select children)", checked=(currentValues.selectionType EQ 'multiAuto'), labelClass="cs_dlgLabelSmall")# |
| Cookie Field: | #Server.CommonSpot.UDF.tag.input(type="text", name="#prefix#cookieField", value=currentValues.cookieField, size="30", maxlength="255", style="font-family:#Request.CP.Font#;font-size:10")#
Enter the name of the cookie field to use to populate this field. Leave empty to not use a cookie to populate.
|
| Display Selected Values: |
#Server.CommonSpot.udf.tag.checkboxRadio(type="radio", name="#prefix#displaySelectedValues", value="1", label="Yes", checked=(currentValues.displaySelectedValues EQ 1), labelClass="cs_dlgLabelSmall")#
#Server.CommonSpot.udf.tag.checkboxRadio(type="radio", name="#prefix#displaySelectedValues", value="0", label="No", checked=(currentValues.displaySelectedValues EQ 0), labelClass="cs_dlgLabelSmall")#
Renders the checked values. (Primarily used for development.)
|
|
ADF Custom Field v#fieldVersion# |
|