"visibility, -oxy-collapse-text" doesn't work with oxy_combo
Posted: Mon Jun 23, 2014 5:41 pm
Hi,
When using "visibility, -oxy-collapse-text" with the combobox form control, only the following syntax seems to work:
The following syntax throws an error message: "visibility is not a valid argument for function oxy_combobox".
Frank
When using "visibility, -oxy-collapse-text" with the combobox form control, only the following syntax seems to work:
Code: Select all
oxy_editor(
type, combo,
visibility, -oxy-collapse-text,
...
);
Code: Select all
oxy_combobox(
visibility, -oxy-collapse-text,
...
);