XF 2.3 prefixinputrow

Itworx4me

Well-known member
When using the prefixinputrow:
Code:
<xf:prefixinputrow
    label=""
    prefixes="{}"
    type=""
    prefix-value=""
    textbox-value=""
    placeholder=""
    autofocus="autofocus"
    help-href="{{ link() }}" />

It has some values to be implemented. I can understand what some of them do but I don't under stand what values these need:
Code:
prefixes="{}"
type=""
prefix-value=""
help-href="{{ link() }}"

Thanks,
Itworx4me
 
Last edited:
Back
Top Bottom