Search Results
-
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Alerts Clay alerts come in two types: embedded and stripe. Both types, along with several examples of each, are shown below. Embedded Alerts Embedded alerts are usually used inside forms. The...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Badges Badges help highlight important information such as notifications or new and unread messages. Badges have circular borders and are only used to specify a number. This covers the...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Icons The Liferay Clay taglibs provide several icons that you can use in your apps. Use the clay:icon tag and specify the icon with the symbol attribute: You can include icons in your app...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Labels and Links Liferay Clay taglibs provide tags for creating labels and links in your app. Both of these elements are covered below. Labels The Liferay Clay taglibs provide a few different...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Management Toolbar The Management Toolbar gives administrators control over search container results in their apps. It lets you filter, sort, and choose a view type for search results, so you...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Progress Bars You can add progress bars to your app with the clay:progressbar tag. These indicate the completion percentage of a task and come in three status styles: default (blue), warning...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay Portlet Objects For JSPs You may have noticed the tag in your JSPs. Similar to the theme:defineObjects tag, when you include this tag in your JSP, you gain access to several variables ...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Clay Stickers Whereas badges display numbers and labels display short information, stickers are small visual indicators of the content (usually the content type). They can include a small label or...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay Theme Objects For JSPs When you include the tag in your JSP, you gain access to several Liferay theme objects via variables. These objects are described in the table below: ...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay UI Tag Library The Liferay UI tag library provides tags that implement commonly used UI components. These tags make your markup consistent, responsive, and accessible. You can find a list...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay UI Icon Lists An icon list displays icons in a horizontal list, instead of in a pop-up navigation menu like an icon menu. You can see an example of an icon list menu in a message board...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay UI Icon Menus You can add a pop-up navigation menu to your app with the liferay-ui:icon-menu tag. Icon menus display menu options when needed, storing them away in a collapsed menu when...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay UI Icons The Liferay UI taglibs provide several icons you can include in your apps. To add an icon to your app, use the liferay-ui:icon tag and specify the icon with either the icon,...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay UI Tabs Tabs create dividers that organize content into individual sections. Content can be embedded or included from another JSP. To add tabs to your app, use the tag and specify each...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Using Liferay Util Body Bottom The body bottom tag is not a self-closing tag. It lets you add additional HTML or scripts to the bottom of the body tag. content placed between the opening and...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Using Liferay Util Get URL The get URL tag scrapes the URL provided by the url attribute. If a value is provided for the var attribute, the content from the screen scrape is scoped to that...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Using Liferay Util Include The include tag lets you include other JSP files in your portlet's JSP, theme, or web content. This can increase readability as well as provide separation of concerns for...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Liferay Util Tag Library The Liferay Util taglib is used to pull other resources into a portlet or theme. You can use it to specify which resources to insert at the bottom or top of the page's...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Using Liferay Util Body Top The body top tag is not a self-closing tag. The content placed between the opening and closing of this tag is moved to the top of the body tag. When something is passed...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation -
Webコンテンツ · 投稿者 Liferay DevSecOps 作成・更新日: 2024/05/09 18:53
Using Liferay Util Buffer The buffer tag is not a self-closing tag. The content placed between the opening and closing of this tag is saved to a buffer and its output is assigned to the Java...
Capability: Development and Tooling Deployment Approach: Liferay PaaS Liferay Self-Hosted Feature: Java Development Resource Type: Official Documentation
Capabilities
Product
Education
Contact Us