A great deal of the DXF controls are able to use at least one validation. This section will explain how to use every validation available and in which controls they can be applied.
You can specify the allowed protocols in a url or a list of urls using the protocols attribute.
To use this validation, you must have the validation url or the listurls / listurl and add the attribute protocols with the list of the protocols separated by a comma ( , )
If a settings variable is used for the protocol, the validation is ignored.
<dxf:template version="1.0" xmlns:dxf="http://www.searchtechnologies.com/DXF/2011"> <example> <example1 type="string" display="Example" validations="url" protocols="https"/> <example2 type="textarea" display="Example" validations="listurls" protocols="https"/> </example> </dxf:template>