The following guide refers to page tagging used for page parameters, editable regions, MultiEdit, and global list management. We recommend using Ctrl+F to search for specific attributes.
<parameter name="event-datetime" group="Everyone" type="datetime" prompt="Event Start" format="iso" alt="Choose the event start date and time."></parameter>
<parameter> attributes
name (required)
group (required)
type="datetime" (required)
format: defines the format of the date/time data.
prompt (required)
alt
File Chooser
<parameter name="data-source" group="Everyone" type="filechooser" dependency="yes" source="staging" path="/_resources/" lockout="yes" filter="xml" prompt="Data Source" alt="XML file that stores your data."></parameter>
<parameter> attributes
name (required)
group (required)
type="filechooser" (required)
dependency: determines whether a dependency tag is inserted when a file is chosen. Value can be set to "yes," "no," or "s-tag."
source: sets the default server for the file chooser.
path: sets the path to the default folder for the file chooser.
lockout: prevents the user from navigating above the folder set in path.
filter: restricts the user from choosing file types outside of the specified file extension.
type="text" (required): determines how the Multiedit field displays.
maxlength: defines the maximum length of the field on the screen.
prompt (required): text label for the multiedit field.
alt: helper text that appears below the multiedit field.
Text Area
<ouc:div label="office-hours" group="Everyone" button="hide"> <ouc:multiedit type="textarea" rows="4" prompt="Office Hours" alt="List your office hour availability." /> Text Content </ouc:div>
<ouc:div> attributes:
label
group
button
<ouc:multiedit> attributes:
type="textarea" (required): determines how the Multiedit field displays.
rows: defines the height of the text box.
prompt (required): text label for the multiedit field.
alt: helper text that appears below the multiedit field.
Time Picker
<ouc:div label="event-endtime" group="Everyone" button="hide" > <ouc:multiedit type="time" prompt="Event End Time" alt="Choose when the event will end."/></ouc:div>
<ouc:div> attributes:
label
group
button
<ouc:multiedit> attributes:
type="time" (required): determines how the Multiedit field displays.
prompt (required): text label for the multiedit field.
alt: helper text that appears below the multiedit field.
Globally manage lists in MultiEdit and Page Parameters using dynamic checkbox, select, or radio options defined as follows. You can also use our sample JSON file
Parameter
Example Code
Attributes
Parameter Dynamic Checkboxes
<parameter name="example" group="Everyone" type="dynamic-checkbox" option-path="[ABSOULTE URL to file]" prompt="Example" alt="Choose any items that apply."></parameter>
<parameter> attributes:
name (required)
group (required)
type="dynamic-checkbox" (required)
prompt (required)
alt
option-path (required)
Provide the absolute URL to the JSON list file.
Parameter Dynamic Select (dropdown)
<parameter name="example" group="Everyone" type="dynamic-select" option-path="[ABSOULTE URL to file]" prompt="Example" alt="Choose any items that apply."></parameter>
<parameter> attributes:
name (required)
group (required)
type="dynamic-select" (required)
prompt (required)
alt
option-path (required)
Provide the absolute URL to the JSON list file.
Parameter Dynamic Radio
<parameter name="example" group="Everyone" type="dynamic-radio" option-path="[ABSOULTE URL to file]" prompt="Example" alt="Choose any items that apply."></parameter>
<parameter> attributes:
name (required)
group (required)
type="dynamic-radio" (required)
prompt (required)
alt
option-path (required)
Provide the absolute URL to the JSON list file.
MultiEdit Dynamic Checkboxes
<ouc:div label="example" group="Everyone" button="hide">
<ouc:multiedit type="dynamic-checkbox" option-path="[ABSOULTE URL to file]" prompt="Example" alt="Choose any items that apply."/>
</ouc:div>
<ouc:div> attributes:
label
group
button
<ouc:multiedit> attributes:
type="dynamic-checkbox" (required): determines how the Multiedit field displays.
option-path (required)
Provide the absolute URL to the JSON list file.
prompt (required): text label for the multiedit field.
alt: helper text that appears below the multiedit field.
MultiEdit Dynamic Select (dropdown)
<ouc:div label="example" group="Everyone" button="hide">
<ouc:multiedit type="dynamic-select" option-path="[ABSOULTE URL to file]" prompt="Example" alt="Choose any items that apply."/>
</ouc:div>
<ouc:div> attributes:
label
group
button
<ouc:multiedit> attributes:
type="dynamic-select" (required): determines how the Multiedit field displays.
option-path (required)
Provide the absolute URL to the JSON list file.
prompt (required): text label for the multiedit field.
alt: helper text that appears below the multiedit field.
MultiEdit Dynamic Radio
<ouc:div label="example" group="Everyone" button="hide">
<ouc:multiedit type="dynamic-radio" option-path="[ABSOULTE URL to file]" prompt="Example" alt="Choose any items that apply."/>
</ouc:div>
<ouc:div> attributes:
label
group
button
<ouc:multiedit> attributes:
type="dynamic-radio" (required): determines how the Multiedit field displays.
option-path (required)
Provide the absolute URL to the JSON list file.
prompt (required): text label for the multiedit field.
alt: helper text that appears below the multiedit field.
By continuing to use this site, you agree to the storing of first- and third-party
cookies on your device to enhance site navigation; analyze site, product, and service
usage; and assist in our marketing and promotional efforts. Cookie Policy