Hi there,
I've been trying to understand the meaning and function of a few field parameters that appear in the MODELS > FORMS > VIEWNAME.XML file. Specifically,
option_on or
option_off.
For example;
<field
name="fieldname"
type="editor"
label="COM_YOURNAME_FORM_LBL_VIEWNAME_FIELDNAME"
description="COM_YOURNAME_FORM_DESC_VIEWNAME_FIELDNAME"
option_on="Yes"
option_off="Yes"
/>
Can anyone confirm if these are particular to Component Creator - and what their purpose is?
Thanks in advance!