Search Results

Capability
Feature
Deployment Approach
ロケーションの検索フィールドを使う
ロケーションの検索フィールドを使う [場所の検索]フィールドを使用して、ユーザーがGoogleのMaps JavaScriptAPIとGooglePlaces APIを操作し、場所を選択して、これらのフィールドをフォームに自動入力できるようにします。 住所(例:1400 Montefino Ave.) 市(例:Diamond Bar) 州(例:カリフォルニア州) ...
公開日: 2024/04/26 20:58
フォーム要素のセットを再利用する
フォーム要素のセットを再利用する 多くの場合、フォームは名前、誕生日、住所などの同じ情報セットを要求します。 これらのフィールドを新しいフォームごとに追加するのではなく、要素をグループ化してセットとして再利用することができます。 要素セットには、フィールドのレイアウトと構成が含まれます。 - 要素セットを使用して作成されたフォームは、後から要素セットに対して行われた変更を継承しない*。 -...
公開日: 2024/04/26 20:58
ヘルプテキストと定義済みの値の提供
ヘルプテキストと定義済みの値の提供 フォームフィールドは、ユーザーがフォームを理解して入力するのに役立つヘルプテキスト、プレースホルダーテキスト、および事前定義された値を持つように構成できます。 ヘルプテキスト: フィールドラベルの小見出しとして表示されるが、フィールド入力領域には表示されないテキスト。 フィールドのサイドバーメニューの[基本]タブにヘルプテキストを入力します。 ...
公開日: 2024/04/26 20:58
フォーム権限リファレンス
フォーム権限リファレンス この記事は、フォームアプリケーションに関連するすべての権限のガイドとして機能します。 フォームウィジェットの権限 フォーム ウィジェットがデプロイされているサイトページに移動します。 ウィジェット名の横にあるオプションアイコン(Options)をクリックし、 [Permissions] をクリックします。 [フォーム]ウィジェットの権限を表示する ...
公開日: 2024/04/26 20:58
データプロバイダーの概要
データプロバイダーの概要 データプロバイダーは、Formsアプリケーションで使用できるデータを提供します。 RESTデータプロバイダーはFormsアプリケーションに含まれています。 これにより、 RESTウェブサービス からデータを使用し、フォームフィールドを自動入力することができます。 RESTデータプロバイダーを使用して、フォームのオプションを入力します。 ...
公開日: 2024/04/26 20:58
検証条件リファレンス
検証条件リファレンス フォーム応答が送信される前に検証するために使用できる、すぐに使用できる検証条件がいくつかあります。 テキストフィールドの検証条件 これは[含む]の反対です。エントリに値が ない _が含まれる場合、検証は失敗します。 数値フィールド検証条件 条件説明 以上もしくは等しいこの条件は、値が指定された値以上かどうかを確認します。...
公開日: 2024/04/26 20:58
Validation and Masking
Validation and Masking Certain Forms fields can be validated (Text, Date, and Numeric fields) and masked (Numeric fields) to ensure User input is valid. Date Fields can be validated beginning in...
公開日: 2024/04/26 20:58
データプロバイダー
データプロバイダー データプロバイダーの概要 RESTデータプロバイダーを使用してフォームオプションを入力する
公開日: 2024/04/26 20:58
RESTデータプロバイダーを使用してフォームオプションを入力する
RESTデータプロバイダーを使用してフォームオプションを入力する [リストから選択] フィールドには、多くのオプションを含めることができます。 これらのオプションは、Liferay DXPに登録されているJSON Web サービスや、その他のサードパーティーのREST Webサービスを使用して、自動的に提供することができます。...
公開日: 2024/04/26 20:58
データ定義の作成
データ定義の作成 データ定義を作成するには: [コンテンツとデータ] → [動的データリスト] へ行きます。 右上のオプションアイコン(Options)をクリックし、 [データ定義の管理] をクリックします。 既存のデータ定義のリストが表示されます。 [データ定義]画面が表示されます。 表には、既存のデータ定義が一覧表示されます。...
公開日: 2024/04/26 20:58
フォームストレージアダプターについて
フォームストレージアダプターについて 利用可能: LPS-97208 の修正(Liferay DXP 7.2 SP3で計画)を含むLiferay DXP 7.3およびLiferay DXP 7.2バージョン。 ユーザーがフォームレコードを追加すると、フォームAPIはストレージアダプタAPIを経由してリクエストの処理をルーティングします。 これは、フォームエントリーに対して行われる他の...
公開日: 2024/04/26 20:58
開発者ガイド
開発者ガイド フォーム カスタムフォームフィールドタイプの書き方 フォームストレージアダプターについて カスタムデータプロバイダーの作成 フォームストレージアダプターの書き込み Liferay 7.2のカスタムフォーム項目の開発
公開日: 2024/04/26 20:58
---
APIs Coming soon!
公開日: 2024/04/26 20:58
カスタムフォーム項目タイプの書き込み
カスタムフォーム項目タイプの書き込み フォームアプリケーションには、高度に設定可能な フィールドタイプが標準で多く含まれています。 既存のフィールドタイプのいずれかを使えば、ほとんどのユースケースに対応できます。 デフォルトのフィールドタイプでユースケースに対応できない場合、独自のフィールドタイプを作成することができます。 多くの便利なフォーム要素があります。 ...
公開日: 2024/04/26 20:58
カスタムデータプロバイダーの作成
カスタムデータプロバイダーの作成 Liferay Formsのフィールドは、 データプロバイダーを使用して入力することができます。 初期設定のRESTデータプロバイダーは、ほとんどのRESTエンドポイントからデータを消費するための柔軟な方法を提供します。 詳しくは、 RESTデータプロバイダーを使用してフォームオプションを入力する をご覧ください。 ...
公開日: 2024/04/26 20:58
Liferay 7.2のカスタムフォーム項目の開発
Liferay 7.2のカスタムフォーム項目の開発 Reactベースのカスタムフォーム項目は、Liferay 7.3およびLiferay 7.4用に開発できます。 方法については、カスタムフォーム項目タイプの書き込みを参照してください。 Liferay 7.2では、MetalJSとSoyクロージャテンプレートをベースにした、異なるフロントエンド技術を採用しました。...
公開日: 2024/04/26 20:58
開発者ガイド
開発者ガイド 近日公開!
公開日: 2024/04/26 20:58
フォームストレージアダプターの書き込み
フォームストレージアダプターの書き込み 利用可能: LPS-97208 の修正(Liferay DXP 7.2 SP3で計画)を含むLiferay DXP 7.3およびLiferay DXP 7.2バージョン。 デフォルトでは、フォームはLiferay DXPのデータベースにJSONとして保存されます。...
公開日: 2024/04/26 20:58
表示テンプレートの作成
表示テンプレートの作成 データ定義ごとに、必要な数のディスプレイを作成することができます。 データリストのフォームビューに特定のデータ定義のすべてのフィールドを表示しないフォームテンプレートを作成した場合は、それらのフィールドをリストビューにも表示したくない場合があります。 表示テンプレートを使用してリストビューを変更します。 注:...
公開日: 2024/04/26 20:58
テンプレートを使用してフォームとリストを表示する
テンプレートを使用してフォームとリストを表示する データ定義とリストを作成した後は、ユーザーへのフォームの表示方法や、結果として得られるレコードのリストの表示方法をコントロールすることができます。 これは、各ビューのテンプレート(フォームを表示するための[フォームテンプレート]、レコード一覧を表示するための[ディスプレイテンプレート])を作成することで実現しています。...
公開日: 2024/04/26 20:58
フォームテンプレートの作成
フォームテンプレートの作成 フォームテンプレートは、データ定義のデータ入力フォームの表示方法を制御します。 新しいフォームテンプレートを作成するには、 [コンテンツとデータ] → [動的データリスト] へ行きます。 右上のオプションアイコン(Options)をクリックし、 [データ定義の管理] をクリックします。 ...
公開日: 2024/04/26 20:58
動的データリスト(DDL)
動的データリスト(DDL) :::: 2 :gutter: 3 3 3 3 ::: Liferayオブジェクトへの移行 :link: ./dynamic-data-lists/migrating-to-liferay-objects.md ::: ::: 動的データリストの概要 :link:...
公開日: 2024/04/26 20:58
Liferayオブジェクトへの移行
Liferayオブジェクトへの移行 ダイナミック・データ・リストは非推奨であり、2024年末までに削除される予定である。 データの損失を防ぎ、同じ機能を実現するために、構造やデータをLiferay Objectsに移行してください。 オブジェクト は、コードを書いたりモジュールをデプロイすることなく、Liferay UIでアプリケーションを構築するためのローコード機能を提供します。...
公開日: 2024/04/26 20:58
動的データリストの概要
動的データリストの概要 動的データリストは、Liferay DXP7.3で非推奨になりました。 [オブジェクト](../../../building-applications/objects.md) に置き換わっています。 動的データリストには、データ定義と呼ばれるフィールドセットから作成されたフォームが表示されます。...
公開日: 2024/04/26 20:58
データリストの作成
データリストの作成 データリストを作成するには以下の手順に従います: [コンテンツとデータ] → [動的データリスト] へ行きます。 新しいリストを作成するには、[追加]アイコンをクリックします(Add)。 動的データリストを追加するには、サイト管理で動的データリストアプリにアクセスするためのアクセス許可が必要です。 リストには名前と説明をつけます。 ...
公開日: 2024/04/26 20:58
データ定義の管理
データ定義の管理 データ定義の管理には、編集、テンプレートの管理、権限の設定、コピー、削除などの方法があります。 データ定義の管理を始めるには [コンテンツとデータ] → [動的データリスト] へ行きます。 右上のオプションアイコン(Options)をクリックし、 [データ定義の管理] をクリックします。 ...
公開日: 2024/04/26 20:58
Using a Theme Sprite Map Client Extension
Using a Theme Sprite Map Client Extension Liferay 7.4+ With a theme sprite map client extension, you can override the default Clay sprite map used for icons on a page. Start with the sample...
公開日: 2024/04/26 20:56
Bundling and Copying Files from an Existing Theme
Bundling and Copying Files from an Existing Theme By using gulp's kickstart task, you can copy the files from a previously created theme into any theme you choose. This functionality is useful in...
公開日: 2024/04/26 20:56
Working with Templates
Working with Templates :::: 2 :gutter: 3 3 3 3 ::: Embedding Widgets via Templates :link: ./working-with-templates/embedding-widgets-via-templates.md ::: ::::
公開日: 2024/04/26 20:56
Using an Editor Config Contributor Client Extension
Using an Editor Config Contributor Client Extension Liferay DXP 2024.Q1+/Portal 7.4 GA112+ The translation status feature is currently behind a release feature flag (LPS-186870). Read Release...
公開日: 2024/04/26 20:56
Using a Theme CSS Client Extension
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....
公開日: 2024/04/26 20:56
Using a Theme Favicon Client Extension
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...
公開日: 2024/04/26 20:56
Theme Favicon YAML Configuration Reference
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...
公開日: 2024/04/26 20:56
Creating a Basic Custom Element
Creating a Basic Custom Element Liferay 7.4+ Custom element client extensions use Liferay's frontend infrastructure to register external, remote applications with the Liferay platform and render...
公開日: 2024/04/26 20:56
Using Routes with Custom Elements
Using Routes with Custom Elements Liferay 7.4+ Custom element client extensions use Liferay's frontend infrastructure to register external applications with the Liferay platform and render them as...
公開日: 2024/04/26 20:56
Custom Element YAML Configuration Reference
Custom Element YAML Configuration Reference You can define a custom element client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a custom...
公開日: 2024/04/26 20:56
Integrating External Applications
Integrating External Applications Custom Element and IFrame client extensions register applications with Liferay and render them as widgets on site pages. When you create one of these frontend...
公開日: 2024/04/26 20:56
Importing/Exporting Data
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. They work with Liferay's...
公開日: 2024/04/26 20:56
Using Manual Actions
Using Manual Actions Liferay 7.4 U60+/GA60+ When you use the standalone trigger for object actions, the actions become manual instead of automatic. Trigger these actions using these methods: ...
公開日: 2024/04/26 20:56
Extending System Objects
Extending System Objects Liferay 7.4 U86+/GA86+ With Liferay Objects, you can extend supported system services. Currently, only these services are integrated with the Objects framework: Account...
公開日: 2024/04/26 20:56
Fields
Fields Liferay 7.4 2023.Q4+/GA102+ Object fields are data definitions that represent database columns and store different types of values. All objects include default system fields, but you can...
公開日: 2024/04/26 20:56
Auditing Object Events
Auditing Object Events Liferay 7.4 U72+/GA72+ You can use Liferay's audit framework to track events for custom object definitions and their entries. To track entry events, you must enable entry...
公開日: 2024/04/26 20:56
Aggregation Fields
Aggregation Fields Liferay 7.4 U47+/GA47+ Aggregation fields perform basic calculations on the entries from a relationship table and display the resulting values. Available aggregation functions...
公開日: 2024/04/26 20:56
Auto-Increment Fields
Auto-Increment Fields DXP 2024.Q1+/Portal 7.4 GA112+ Auto-Increment fields are configurable read-only fields for uniquely identifying object entries in a human-readable format. For example, an IT...
公開日: 2024/04/26 20:56
Designing Object Layouts
Designing Object Layouts Liferay 7.4 U31+/GA31+ Layouts define how fields and relationships appear when creating and editing object entries. Each layout can include multiple tabs containing...
公開日: 2024/04/26 20:56
Adding Categorization to Fields Tabs
Adding Categorization to Fields Tabs Liferay 7.4 U31+/GA31+ You can add categorization blocks to fields tabs so end users can apply tags and categories to object entries. Follow these steps: ...
公開日: 2024/04/26 20:56
Using Read-Only Fields
Using Read-Only Fields Some use cases may require data fields to be read-only. For example, data integrity may require some field values to remain immutable, or you may need to prevent unauthorized...
公開日: 2024/04/26 20:56
Adding Filters to Views
Adding Filters to Views Liferay 7.4 U49+/GA49+ When designing a custom view, you can determine which fields appear as filter facets. Also, you can set default filters that apply automatically to...
公開日: 2024/04/26 20:56
Using System Objects with Custom Objects
Using System Objects with Custom Objects :::: 2 :gutter: 3 3 3 3 ::: Accessing Accounts Data from Custom Objects :link:...
公開日: 2024/04/26 20:56
Relationship Types Reference
Relationship Types Reference Coming Soon!
公開日: 2024/04/26 20:56
Validations
Validations Liferay 7.4+ Object validations set rules for determining valid field inputs. You can define validations with Groovy scripts, Liferay expressions, or a specified Composite Key...
公開日: 2024/04/26 20:56
Expression Builder Validations Reference
Expression Builder Validations Reference Liferay 7.4 U67+/GA67+ With custom Objects, you can create field validations using Liferay's Expression Builder. This tool provides an integrated editor...
公開日: 2024/04/26 20:56
Adding Field Validations
Adding Field Validations Liferay 7.4 2023.Q3+/GA92+ Validations set rules for determining valid field entries. Each validation has its own trigger, conditions, and error message, which you can set...
公開日: 2024/04/26 20:56
Designing Object Views
Designing Object Views Liferay 7.4+ Views define how entries appear in an object's application page. Though each published object has an autogenerated view, you can create your own. Design custom...
公開日: 2024/04/26 20:56
Renaming Table Columns
Renaming Table Columns Liferay 7.4 U21+/GA21+ With custom views, you can change and localize the display name for table columns so you can serve your global users and ensure the table's naming...
公開日: 2024/04/26 20:56
Views
Views Views define how entries appear in an object's application page. All published objects include an autogenerated table that displays all field columns alphabetically. However, you can design...
公開日: 2024/04/26 20:56
Using Integrately to Sync Object Data with Google Sheets
Using Integrately to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Integrately....
公開日: 2024/04/26 20:57
Using Workato to Sync Object Data with Google Sheets
Using Workato to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Workato. Syncing your...
公開日: 2024/04/26 20:57
Using IFTTT to Sync Object Data with Google Sheets
Using IFTTT to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using IFTTT. Syncing your data...
公開日: 2024/04/26 20:57
Creating Picklists
Creating Picklists Liferay 7.4 U72+/GA72+ Picklists are lists of name/key pairs stored as string values. Once defined, you can use the lists with object definitions to populate single or multiple...
公開日: 2024/04/26 20:57

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy