Hi,
I wanted to decrease the label size. I have UI in XML . Please help me decreasing the label size. I dont find any attribute to define size.
Hi,
I wanted to decrease the label size. I have UI in XML . Please help me decreasing the label size. I dont find any attribute to define size.
Hi
Set in
.dhxlist_obj_dhx_skyblue div.dhxlist_txt_label { width: 250px !important }
Or you can use ‘labelWidth’ attribute in form init:
formData = [
{type: "settings", position: "label-left", labelWidth: 120, inputWidth: 160}
... ]