
META-INF.resources.form.soy.js 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.form.renderer Show documentation
Show all versions of com.liferay.dynamic.data.mapping.form.renderer Show documentation
Liferay Dynamic Data Mapping Form Renderer
// This file was automatically generated from form.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace ddm.
* @public
*/
if (typeof ddm == 'undefined') { var ddm = {}; }
ddm.field = function(opt_data, opt_ignored) {
return '' + ((opt_data.field != null) ? soy.$$filterNoAutoescape(opt_data.field) : '');
};
if (goog.DEBUG) {
ddm.field.soyTemplateName = 'ddm.field';
}
ddm.fields = function(opt_data, opt_ignored) {
var output = '';
var fieldList10 = opt_data.fields;
var fieldListLen10 = fieldList10.length;
for (var fieldIndex10 = 0; fieldIndex10 < fieldListLen10; fieldIndex10++) {
var fieldData10 = fieldList10[fieldIndex10];
output += ddm.field(soy.$$augmentMap(opt_data, {field: fieldData10}));
}
return output;
};
if (goog.DEBUG) {
ddm.fields.soyTemplateName = 'ddm.fields';
}
ddm.form_renderer_js = function(opt_data, opt_ignored) {
return '