I would like user an other display than drop down list in creation of forms. But in the customozing documentation, there is only the drop down explained.
Can you tell me how I can use radio button, checkbox for instance please.
Regards,
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For interested people, you have to edit function "GetDisplayStyle()" in class "attributedef.class.inc.php". change "select" to "radio" or "radio_horizontal" or "radio_veritical". I changed for AttributeString extends AttributeDBField. (Enum)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would like user an other display than drop down list in creation of forms. But in the customozing documentation, there is only the drop down explained.
Can you tell me how I can use radio button, checkbox for instance please.
Regards,
Thomas
For interested people, you have to edit function "GetDisplayStyle()" in class "attributedef.class.inc.php". change "select" to "radio" or "radio_horizontal" or "radio_veritical". I changed for AttributeString extends AttributeDBField. (Enum)