
com.liferay.dynamic.data.mapping.dependencies.alloy.select.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.dynamic.data.mapping.service Show documentation
Show all versions of com.liferay.dynamic.data.mapping.service Show documentation
Liferay Dynamic Data Mapping Service
<#include "../init.ftl">
<#assign multiple = false />
<#if fieldStructure.multiple?? && (fieldStructure.multiple == "true")>
<#assign multiple = true />
#if>
<@liferay_aui["field-wrapper"] cssClass="form-builder-field" data=data>
<@liferay_aui.select cssClass=cssClass helpMessage=escape(fieldStructure.tip) label=escape(label) multiple=multiple name=namespacedFieldName required=required>
${fieldStructure.children}
@liferay_aui.select>
@>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy