Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ギャラリーのレイアウトを変更するために、ImageGallery Liferay ポートレットをフックしました。
結果に満足しているので、コントロール パネルにいくつかの新しい画像を追加したかったのですが、ショックでした! フロントエンドと同じビュー。
したがって<c:if test="">、ポートレットが現在フロントエンドでレンダリングされているかバックエンドでレンダリングされているかを判断する式が必要です。
<c:if test="">
<liferay-theme:defineObjects />JSP ページで (そうしないと、オブジェクトがありません) layout、次の条件を使用できます。
<liferay-theme:defineObjects />
layout
layout.isTypeControlPanel()