Releases: doyle-johnpaul/ROToolbox
RO Toolbox - CheckboxGroup
The CheckboxGroup tag will convert a simple list prompt into a set of checkboxes allowing the end user to make multiple selections from the list. The output is a string with the selected values separated by semi-colons.
Usage:
Add a display only text prompt called @CheckboxGroup before a Simple List prompt in a request offering.
RO Toolbox with DateString tag
Sometimes you want a user to provide a date, but you don't want to specify the time. SCSM will always store dates with the time in UTC, but if you need a date of birth for instance, the time zone information is irrelevant.
The @DateString tag placed before a text field in a request offering will create a date picker on the form, but store the data as a string in the user input.
It takes one optional parameter, format.
Examples:
@DateString {"format": "D"}
@DateString {"format": "yyyy-MM-dd"}
This will format the date in the display and in the output using the formatting rule specified. See this page for the options available.
ROToolbox for SMP 9.4.1 and above
Merge pull request #8 from doyle-johnpaul/SMP941_Compatibility_Release Returned properties changed
ROToolbox for SMP up to v9.4
This release of the ROToolbox is compatible with the Cireson Portal up to release 9.4.0.