Foren

Extending the Liferay formbuilder

thumbnail
Dominique Ebert, geändert vor 8 Jahren.

Extending the Liferay formbuilder

Junior Member Beiträge: 29 Beitrittsdatum: 01.02.13 Neueste Beiträge
Hey Folks,
I'm currently trying to extend the Liferay formbuilder which is used to create e.g. structures for dynamic data lists.



My goal is to extend the available attributes for each field. I want to add a new text-attribute to the already available attributes. But I'm not quite sure where to start with this.

I'd appreciate every hint on how to add a new attribute.

regards
thumbnail
Miroslav Ligas, geändert vor 8 Jahren.

RE: Extending the Liferay formbuilder

Regular Member Beiträge: 152 Beitrittsdatum: 29.07.14 Neueste Beiträge
good place to start is portal-web/docroot/html/portlet/dynamic_data_mapping/custom_fields.jspf:137
thumbnail
Vishal Kumar, geändert vor 8 Jahren.

RE: Extending the Liferay formbuilder

Regular Member Beiträge: 198 Beitrittsdatum: 12.12.12 Neueste Beiträge
Hook?
thumbnail
Miroslav Ligas, geändert vor 8 Jahren.

RE: Extending the Liferay formbuilder

Regular Member Beiträge: 152 Beitrittsdatum: 29.07.14 Neueste Beiträge
Yes, a JSP hook should work.