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

com.liferay.portlet.dynamicdatamapping.dependencies.readonly.ddm-link-to-page.ftl Maven / Gradle / Ivy

There is a newer version: 7.0.0-nightly
Show newest version
<#include "../init.ftl">

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy