com.liferay.dynamic.data.mapping.service.dependencies.alloy.textarea.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">
<@liferay_aui["field-wrapper"]
cssClass="form-builder-field"
data=data
>
<@liferay_aui.input
cssClass=cssClass
dir=requestedLanguageDir
helpMessage=escape(fieldStructure.tip)
label=escape(label)
name=namespacedFieldName
required=required
type="textarea"
value=fieldValue
>
<#if required>
<@liferay_aui.validator name="required" />
#if>
@liferay_aui.input>
${fieldStructure.children}
@>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy