pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
53 stars 58 forks source link

Add section and colspan on formulary #345

Open calidadcarm opened 2 years ago

calidadcarm commented 2 years ago

Add section on formulary:

$GO_FIELDS['section']['name'] = __("Example secction"); $GO_FIELDS['section']['field'] = 'sectionRow'; $GO_FIELDS['section']['input_type'] = 'sectionRow'; $GO_FIELDS['section']['colums'] = '4';

Add Colspan on formulary:

$GO_FIELDS['comment']['name'] = __("Comments"); $GO_FIELDS['comment']['field'] = 'comment'; $GO_FIELDS['comment']['input_type'] = 'multitext'; $GO_FIELDS['gestion']['colums'] = '3'; //[CRI] : colums - Add colspan on formulary

calidadcarm commented 2 years ago

I request to contribute with this new functionality, it allows adjusting the fields to the form and creating sections to delimit the fields by theme