When you create a boolean custom field of type true/false it is displayed as a drop-down box with true and false as values. When I go and edit the field and don't see an option that allows to change the display type. I would like to have this field rendered as a checkbox. Any suggestions are really appreciated.
|
feedback
|
|
Unfortunately I couldn't fidn any configuration option for this type of field as it is with some others. The way that I found to render the true/false as a checkbox is to override the jsp from the taglib that renders custom attributes. Here I have described what is needed to be done. http://liferay.bdedov.eu/2012/02/render-truefalse-custom-field-type-as.html Cheers!!! | |||
|
feedback
|
|
One way can be to create a jsp hook for page.jsp at html\taglib\ui\custom_attribute\ and replace the select with a checkbox.
| |||
|
feedback
|