Search Results

All Results 6960
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
テンプレートを使用したウィジェットの埋め込み
Embedding Widgets Using Templates You can embed a widget in your theme to make it available on all pages using the chosen template file. When you are embedding a widget, you will need to reference...
CSS YAML設定リファレンス
CSS YAML Configuration Reference You can define a CSS client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a CSS client extension definition: ...
フロントエンドデータセットセルレンダラークライアント拡張機能の使用
Using a Frontend Data Set Cell Renderer Client Extension Liferay 7.4+ You can use Frontend Data Set (FDS) cell renderer client extensions to customize the display for your data set. Use this type...
JavaScriptクライアント拡張の使用
Using a JavaScript Client Extension Liferay 7.4+ With a JavaScript (JS) client extension, you can run your own JavaScript on any page in Liferay without worrying about dependencies on Liferay code...
JavaScript YAML設定リファレンス
JavaScript YAML Configuration Reference You can define a JavaScript client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a JavaScript client...
テーマCSSクライアント拡張機能の使用
Using a Theme CSS Client Extension Liferay 7.4+ With a theme CSS client extension, you can override the current theme's CSS files (main.css and clay.css) to change the look and feel of a page....
テーマのCSS YAML設定リファレンス
Theme CSS YAML Configuration Reference You can define a theme CSS client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a theme CSS client...
エディター構成コントリビュータークライアント拡張機能の使用
Using an Editor Config Contributor Client Extension Liferay DXP 2024.Q2+/Portal GA120+ Editor Config Contributor client extensions override existing CKEditor configuration in a...
テーマスプライトマップクライアント拡張機能の使用
Using a Theme Sprite Map Client Extension Liferay DXP 2023.Q4+/Portal GA100+ With a theme sprite map client extension, you can override the default Clay sprite map used for icons on a page. Start...
テーマのお気に入りアイコンクライアント拡張の使用
Using a Theme Favicon Client Extension Liferay 7.4+ With a theme favicon client extension, you can override the theme's favicon on the selected page. Start with the sample workspace to build and...
テーマのお気に入りアイコンYAML設定リファレンス
Theme Favicon YAML Configuration Reference You can define a theme favicon client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a theme favicon...
テーマのスプライトマップYAML設定リファレンス
Theme Sprite Map YAML Configuration Reference You can define a theme sprite map client extension with a client-extension.yaml file. Usage Details This client-extension.yaml defines a theme sprite...
フラグメントへの構成オプションの追加
Adding Configuration Options to Fragments Liferay DXP 7.2 SP1 Configurable options make your fragments flexible, minimizing the maintenance of similar fragments. For example, instead of creating...
ページフラグメントの開発
Developing Page Fragments Page fragments are the building blocks for content pages. They're made from the three components of web pages: CSS, HTML, and JavaScript. To create a page you combine...
フラグメント設定を使用する際のベストプラクティス
Best Practices for Using Fragment Configurations When you are creating page fragments for your site with your own configurations, it's your responsibility to use them in their HTML presentation...
提供されたフラグメントセットの作成
Creating a Contributed Fragment Set Contributed fragment sets are deployable modules containing page fragments. Fragments in a contributed set can be used like regular fragments, but aren't...
フラグメントにデフォルトのリソースを含める
Including Default Resources in Fragments You can include images files (e.g. .gif, .jpg, .jpeg, or .png) direct in your fragment sets. Keeping images with your fragments, rather than in other...
エディター設定貢献者 YAML 設定リファレンス
Editor Config Contributor YAML Configuration Reference Liferay DXP 2024.Q1+/Portal GA112+ This feature is currently behind a release feature flag (LPS-186870). Read Release Feature Flags for more...
フラグメントへのスタイル適用
Applying Styles to Fragments When you add a fragment to a page, you can use the sidebar menu to configure the fragment, including the Styles configuration tab. Use the Styles tab in the sidebar...
フラグメントの自動デプロイ
Auto-Deploying Fragments Liferay Portal 7.3 GA1+ or Liferay DXP 7.3+ If you're developing page fragments with your own tooling, you can deploy them by packaging them in ZIP files for importing via...
フラグメントドロップゾーンの定義
Defining Fragment Drop Zones Drop zones are integral to building your content pages. With them, you can create unique page layouts and dynamic displays by defining areas within fragments where...
ページフラグメントの開発リファレンス
Developing Page Fragments Reference The Developing Fragments Reference provides essential information on key aspects of fragment development in Liferay. It covers command references, configuration...
フラグメント固有のタグと属性のリファレンス
Fragment Specific Tags and Attributes Reference Along with standard HTML, CSS, and JavaScript, you can use Liferay-specific tags and attributes to define editable sections, embed widgets, and more....
フラグメント設定タイプのリファレンス
Fragment Configuration Types Reference Below are the available configuration types for fragments. See Adding Configuration Options to Fragments for more on how to make a fragment configurable. ...
Liferay 7.3以前のバージョンのフラグメント固有のタグと属性のリファレンス
Fragment Specific Tags and Attributes Reference for Liferay 7.3 and Earlier Versions Along with standard HTML, CSS, and JavaScript, you can use Liferay-specific tags and attributes to define...
フラグメントツールキットコマンドリファレンス
Fragments Toolkit Command Reference The Fragments Toolkit is deprecated as of Liferay 2024.Q1+/Portal GA112+. See Alternatives for the Fragments Toolkit for more information. The Fragments...
ページ フラグメントエディタのインターフェースリファレンス
Page Fragment Editor Interface Reference The page fragment editor's interface is organized into two tabs: Code Editor Configuration The sections below cover how to use these portions of the...
フラグメント内の要素の順序を設定する
Setting the Order of Elements in a Fragment Liferay 7.4+ The Slider or Tab fragments are typically used to show different areas of information. Sliders present this information in a carousel of...
ページ フラグメントでのカスタムフィールドの使用
Using Custom Fields in Page Fragments If you've added custom fields to Liferay's users or pages, you can access them in fragments. To get the value of a page custom field, use ...
フラグメントエディターの使用
Using the Fragments Editor Liferay DXP includes a built-in editor for developing content page fragments. To access the editor, open the Site Menu ( Site Menu ) and navigate to Design → Fragments....
フラグメントツールキットの使用
Using the Fragments Toolkit The Fragments Toolkit is deprecated as of Liferay 2024.Q1+/Portal GA112+. See Alternatives for the Fragments Toolkit for more information. The Fragments Toolkit helps...
フラグメント構成の検証
Validating Fragment Configurations When defining fragment configuration options, you can add validation properties to text type fields that determine rules for valid entries. Determine what type of...
データのインポート/エクスポート
Importing/Exporting Data Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 If you want to import or export data from Liferay, you use batch client extensions. Use and reuse your data...
バッチ YAML 構成リファレンス
Batch YAML Configuration Reference Use a client-extension.yaml file to define a batch client extension. Usage Details This client-extension.yaml file defines a client extension of type batch: ...
サイト初期化子
Site Initializers Liferay DXP 2023.Q4+/Portal GA100+ Site Initializers package pages, content, and configurations to help you jump-start a new site with much of the site already built. You can...
商品構成リファレンス
Product Configuration Reference Using a product's configuration page, you can add additional metadata, media, attachments, create product relations, and more. Product Details Configure the...
商品画像
Product Images Product images help to ensure that customers know what they are buying and increase the likelihood of a sale. If you have a product with different SKUs you can upload images for each...
仕様
Specifications A specification stores a single piece of product information. This can be the product's dimensions, color, weight, capacity, or any other attribute. These details help customers when...
製品設定
Product Configurations Liferay DXP 2025.Q1+/Portal GA132+ Product Configurations are templates for managing product configuration and ability in one place. They help you make bulk changes to...
Commerce 2.1 以前のバージョンの製品添付ファイル
Product Attachments for Commerce 2.1 and Earlier Versions Catalog managers can upload a downloadable document for a product which often provides additional information that is not already in the...
商品レベルの情報を上書きする
Overriding Product Level Information Product SKUs in a catalog typically inherit the specifications and configurations from the parent product. You can override certain product configurations or...
Commerce 2.1 以前のバージョンの製品レベル情報の上書き
Overriding Product Level Information for Commerce 2.1 and Earlier Versions Product SKUs in a catalog typically inherit the specifications and configurations from the parent product. You can...
Commerce 2.1 以前のバージョンでの製品カテゴリによるカタログの整理
Organizing Your Catalog with Product Categories for Commerce 2.1 and Earlier Versions Products can be organized into Categories. These groupings allow multiple products to be grouped and handled...
Commerce 2.1 以前のバージョンの製品画像
Product Images for Commerce 2.1 and Earlier Versions Product images help to ensure that customers know what they are buying and increase the likelihood of a sale. If you have a product with...
商品オプションの使用
Using Product Options Product options provide a convenient and flexible way to customize products. Using options, you can add selectable or editable fields to products sold in your site. Your...
ピックリストでの仕様の使用
Using Specifications with Picklists Liferay DXP 2024.Q3+/Portal GA125+ You can now use picklists to define specification values and link them to a specification template to use with products....
製品の添付ファイル
Product Attachments Catalog managers can upload a downloadable document for a product which often provides additional information that is not already in the product's description or specifications....
関連商品、アップセル、クロスセル
Related Products, Up-Sells, and Cross-Sells You can use product relations to create links between products. After doing so, one product displays other linked products. To add a product relation,...
Commerce 2.1 以前のバージョンの関連製品、アップセル、クロスセル
Related Products, Up-Sells, and Cross-Sells for Commerce 2.1 and Earlier Versions You can use product relations to create links between products. After doing so, one product displays other linked...
Commerce 2.1 以前のバージョンでの製品オプションの使用
Using Product Options for Commerce 2.1 and Earlier Versions Creating an Option Template Navigate to Control Panel → Commerce → Products. Go to the Options tab. This displays a list of existing...
測定単位 (UOM)
Units of Measure (UOM) Liferay DXP 2023.Q4+/Portal GA98+ Businesses can have different ways of maintaining and selling their stock. This is commonly known as Units of Measure (UOM). Some of the...
ストアサイトを作成する
Starting a Store You can use this road map as a starting point to build a storefront using Liferay Commerce. Road Map Store Setup Creating the Storefront Managing Customer Accounts Managing...
アクセラレータ
Accelerators Accelerators make building stores and exploring Liferay fast and easy. To build your store from scratch, see Creating Store Content. Stores in Liferay are comprised of an interrelated...
管理者アカウントの概要
Introduction to the Admin Account The Admin user is created by default in any new installation of Liferay Commerce and has full permissions to modify every facet of a Liferay Commerce instance. The...
Commerce Classic サイト初期化ツールの使用
Using the Commerce Classic Site Initializer Liferay DXP 2024.Q4+/Portal GA129+ [Beta...
Minium Acceleratorを使用してB2Bストアをすぐに開始する
Using the Minium Accelerator to Jump-Start Your B2B Store Minium is a Liferay Accelerator that quickly sets up a business-to-business (B2B) store designed to meet the needs of a manufacturer. It...
Liferay Commerceの概要
Introduction to Liferay Commerce Welcome to Liferay Commerce! Liferay Commerce is a digital commerce platform built from the ground up to meet the challenging and complex needs of any B2B...
ストア設定の概要
Store Setup Overview Initial store setup uses the admin account. Read the Liferay Commerce Configuration Overview to familiarize yourself with the Liferay Commerce configuration layout and...
店舗管理
Store Management Learn how to create and manage channels, configure countries and regions, add shipping and payment methods to your store, and more.
サイトとサイトのタイプ
Sites and Site Types Liferay Commerce deployments consist of a hierarchy of sites, pages, widgets, and accounts. Creating and configuring a site in Liferay Commerce is one of the first steps to...

該当件数: 8,720 件中 61 - 120