Reply to thread

Also to add, you can add HTML to property descriptions that use the color_picker_macros template.

[CODE=html]        <xf:formrow rowtype="{$rowtype}"

            rowclass="formRow--input {$rowClass}"

            label="{$label}"

            hint="{$hint}"

            explain="{$explain}"

            html="{$html}">


            {$picker|raw}

        </xf:formrow>[/CODE]


Back
Top Bottom