All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.dynamic.data.mapping.service.dependencies.readonly.ddm-link-to-page.ftl Maven / Gradle / Ivy

The newest version!
<#include "../init.ftl">

<#if hasFieldValue || showEmptyFieldLabel> <#if hasFieldValue> <#if !disabled> <@liferay_aui.input name=namespacedFieldName type="hidden" value=fieldValue /> <#assign fieldLayoutJSONObject = jsonFactoryUtil.createJSONObject(fieldRawValue) layoutLocalService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService") /> <#if fieldLayoutJSONObject.getLong("groupId") gt 0> <#assign fieldLayoutGroupId = fieldLayoutJSONObject.getLong("groupId") /> <#else> <#assign fieldLayoutGroupId = scopeGroupId /> <#assign fieldLayout = layoutLocalService.fetchLayout(fieldLayoutGroupId, fieldLayoutJSONObject.getBoolean("privateLayout"), fieldLayoutJSONObject.getLong("layoutId"))!"" /> <#if validator.isNotNull(fieldLayout)> ${escape(fieldLayout.getName(requestedLocale))} ${fieldStructure.children}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy