Page 3 of 3

Re: Multi-line text fields?

PostPosted: Wed Dec 16, 2020 6:24 am
by DaveL17
[For the future]

Turns out there's a somewhat cleaner way to accomplish this hack by encoding the carriage return in XML.

Code: Select all
            <Field id="curlArray" type="textfield" tooltip="Please enter your curl commands, which will be appended to the url above." visibleBindingId="useDigest" visibleBindingValue="Raw">
                <Label>Curl Commands:&#13;&#13;&#13;&#13;&#13;&#13;&#13;&#13;</Label>
            </Field>
Still "unsanctioned". Still works. :D