Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Display Web Content Grid Thumb Nail View in Liferay 7.1
I have been working to display web content in Asset publisher in grid thumb nail view and my ADT code is. My question is how to display web content
in grid thumbnail view
<#assign liferay_ui = taglibLiferayHash["/META-INF/liferay-ui.tld"] />
<div class="row" style="padding-left:35px;">
<#list entries as entry>
<div class="col-md-4">
<#assign assetRenderer = entry.getAssetRenderer()/>
<@liferay_ui["asset-display"]
assetEntry=entry
assetRenderer=assetRenderer
showExtraInfo=false />
</div>
</#list>
</div>
in grid thumbnail view
<#assign liferay_ui = taglibLiferayHash["/META-INF/liferay-ui.tld"] />
<div class="row" style="padding-left:35px;">
<#list entries as entry>
<div class="col-md-4">
<#assign assetRenderer = entry.getAssetRenderer()/>
<@liferay_ui["asset-display"]
assetEntry=entry
assetRenderer=assetRenderer
showExtraInfo=false />
</div>
</#list>
</div>
Maybe this article helps you:
https://community.liferay.com/blogs/-/blogs/divide-and-conquer-rendering-structured-web-content-with-the-asset-publisher
The tag you use also has a "template" parameter, so you should be able to do the same.
Tipp:
Disable the automatic key generation for templates, then you get nice, readable keys:
https://devcon.dccs.at/disable-automatic-key-generation-details
https://community.liferay.com/blogs/-/blogs/divide-and-conquer-rendering-structured-web-content-with-the-asset-publisher
The tag you use also has a "template" parameter, so you should be able to do the same.
Tipp:
Disable the automatic key generation for templates, then you get nice, readable keys:
https://devcon.dccs.at/disable-automatic-key-generation-details
Hey Chris! .. thanks for sharing that tip (https://devcon.dccs.at/disable-automatic-key-generation-details) -- I never knew you could do that!

Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™