Search Results

All Results 6998
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Webコンテンツストラクチャー
Webコンテンツストラクチャー Webコンテンツストラクチャーを理解する ストラクチャーの作成 ストラクチャー項目の設定 ストラクチャーの管理 ストラクチャーとテンプレートへの権限の割り当て Liferay 7.4におけるWebコンテンツストラクチャーの新機能
ストラクチャーの作成
ストラクチャーの作成 以下の手順でストラクチャーを作成する: サイトメニュー( Site Menu ) を開き、 コンテンツ & データ → ウェブコンテンツ に移動する。 [ストラクチャー] タブを選択します。 Add( Add icon ) をクリックして、新しい構造を作成する。 新しい構造のタイトルを入力します。 利用可能なフィールド...
Mapping Repeatable Fields to Fragments
Mapping Repeatable Fields to Fragments Liferay DXP 2024.Q3+/Portal GA125+ When creating fields on web content structures, you can make them repeatable. You can then map these fields to fragments...
Webコンテンツストラクチャーとテンプレートへのアクセス許可の割り当て
Webコンテンツストラクチャーとテンプレートへのアクセス許可の割り当て Webコンテンツ構造とテンプレートは、LiferayのAPIへの直接アクセスを提供します。 Liferay DXP機能への不正アクセスや意図しないアクセスを避けるために、Webコンテンツ構造とテンプレートに対するアクセス許可を設定する必要があります。 ...
ストラクチャー項目の設定
ストラクチャー項目の設定 構造フィールドとそのプロパティを編集できる: サイトメニュー ( Site Menu ) を開き、 コンテンツ & データ → ウェブコンテンツ . ストラクチャー タブを選択します。 修正したい構造の名前をクリックする。 また、構造体の横にある アクション メニュー ( Actions icon ) を開き、 編集 を選択することもできます。 ...
ストラクチャーの管理
ストラクチャーの管理 構造体の管理は構造体のページから行うことができる: サイトメニュー( Site Menu ) を開き、 コンテンツ & データ → ウェブコンテンツ . [ストラクチャー] タブを選択します。 構造体の アクションメニュー( Actions Menu ) を開き、 利用可能なアクション のいずれかを選択します。 [保存] をクリックして変更を適用します。 ...
Liferay 7.4におけるWebコンテンツストラクチャーの新機能
Liferay 7.4におけるWebコンテンツストラクチャーの新機能 Liferay 7.4では、フォームを構築するためのバックエンドフレームワークとして、Dynamic Data Mapping (DDM)からData Engine (DE)に移行しました。 ウェブコンテンツの構造は、データエンジン・フレームワークに支えられたフォームビルダーを使って構築される。 ...
Webコンテンツテンプレート
Webコンテンツテンプレート Webコンテンツテンプレートの作成 テンプレートへのウィジェットの埋め込み テンプレートでのTaglibの使用 Webコンテンツテンプレートのフラグメントへのマッピング
テンプレートへのウィジェットの埋め込み
テンプレートへのウィジェットの埋め込み ウィジェットはWebコンテンツテンプレートに埋め込むことができます。コアアプリ、カスタムアプリ、インスタンス化可能、インスタンス化不可能であるかどうかは関係ありません。 以下は、FreeMarkerにWebコンテンツウィジェットを埋め込む例です。 ...
Building Applications
Building Applications For maximum compatibility with all of Liferay's deployment options, you can combine Liferay's Objects, Client Extensions, and other features and tools to build real-world...
テンプレートでのTaglibの使用
テンプレートでのTaglibの使用 FreeMarkerでテンプレートを開発するときに、Liferayのtaglibにアクセスできます。 FreeMarkerテンプレート内でこれらのtaglibをインスタンス化する必要はありません。それらはすでに自動的に提供されています。 タグライブラリ記述子(TLD)のファイル名をアンダースコアで示すことで、これらのタグライブラリにアクセスできる。 ...
Webコンテンツテンプレートの作成
Webコンテンツテンプレートの作成 Webコンテンツテンプレートは、FreeMarkerテンプレート言語(FTL)を使用して、コンテンツフィールドがページにどのようにレンダリングされるかを決定します。 各テンプレートは、Webコンテンツストラクチャーに関連付けることも、 他のテンプレートに埋め込む こともできます。 ...
Development
Development Liferay's development platform makes developers faster and more efficient by providing a baseline set of features to build upon. Rather than start from scratch, you can start instead...
Webコンテンツテンプレートのフラグメントへのマッピング
Webコンテンツテンプレートのフラグメントへのマッピング デフォルトでは、 Web コンテンツ構造 フィールドの単一値(日付、数値、画像、数値、テキストなど)をフラグメントにマッピングできます。 多値フィールド(リストからの選択、ラジオボタン、HTMLなど)の場合、最初に Webコンテンツテンプレートを使ってフィールドをレンダリングする必要があります。 例えば、この画像の Web...
Building a Custom Ticketing System
Building a Custom Ticketing System Liferay makes it easy for you to build digital solutions. For example, you can create a custom ticketing application with the styling and features needed for your...
Applying a Custom Theme
Applying a Custom Theme You can use different front-end client extensions to customize the look and feel of your site. Specifically, theme CSS type client extension can be used as an alternative to...
Defining a Custom Data Schema
Defining a Custom Data Schema The ticketing application requires custom data fields and selections. You use Liferay objects and picklists to define a custom data schema. Creating Custom Picklists...
Building a Time Off Requester
Building a Time Off Requester Liferay 7.4+ With Liferay Objects, you can build entire applications without writing code or deploying modules. Here, create a Time Off Request application using...
Client Extensions
Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 When you want to extend Liferay, either by modifying its look and feel or by calling functions outside of Liferay, you...
Deploying a Custom Application
Deploying a Custom Application You can use a custom element client extension to render a JavaScript application as a widget on a Liferay site page. The application is served by Liferay and...