Search Results

Capability
Feature
Deployment Approach
Migrating a liferay-npm-bundler Project from 1.x to 2.x
Migrating a liferay-npm-bundler Project from 1.x to 2.x The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. liferay-npm-bundler 2.x offers...
公開日: 2024/05/09 18:55
Configuring a Liferay Docker Container
Configuring a Liferay Docker Container Creating and deploying containers is an important part of the modern developer workflow. Liferay Workspace makes it easy to use Docker containers both for...
公開日: 2024/05/09 18:55
Configuring Liferay Workspace
Configuring Liferay Workspace Liferay Workspace is simple to use, and you can learn the basics by starting at the beginning. If you're happily creating projects, deploying code, or using a Docker...
公開日: 2024/05/09 18:55
Creating A Liferay Workspace
Creating A Liferay Workspace You can create a Liferay Workspace manually or with Blade CLI. Creating a Liferay Workspace Manually To create a Liferay Workspace manually, you must have Gradle...
公開日: 2024/05/09 18:55
Creating Code with Liferay Workspace
Creating Code with Liferay Workspace Liferay Workspace is the developer's tool for creating and managing Liferay development projects. Creating Projects Blade CLI makes it easy to create projects...
公開日: 2024/05/09 18:55
Creating Deployment Environments
Creating Deployment Environments There comes a point when your code is ready to share. For that, you must build an environment. In the corporate world, there are usually three environments: ...
公開日: 2024/05/09 18:55
Liferay npm Bundler (Deprecated)
Liferay npm Bundler (Deprecated) The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal.
公開日: 2024/05/09 18:55
Migrating an Angular Project to Use Liferay npm Bundler 2.x
Migrating an Angular Project to Use Liferay npm Bundler 2.x The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. Follow these steps to...
公開日: 2024/05/09 18:55
Migrating a Plain JavaScript, Billboard JS, JQuery, Metal JS, React, or Vue JS Project to Use Liferay npm Bundler 2.x
Migrating a Plain JavaScript, Billboard JS, JQuery, Metal JS, React, or Vue JS Project to Use Liferay npm Bundler 2.x The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and...
公開日: 2024/05/09 18:55
Changes Between Bundler 1.x and 2.x
Changes Between Bundler 1.x and 2.x The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. This article outlines the key changes between...
公開日: 2024/05/09 18:55
OSGi Bundles and npm Package Structure
OSGi Bundles and npm Package Structure The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. To deploy JavaScript modules, you must create an...
公開日: 2024/05/09 18:55
Getting Started
Getting Started Previously, Poshi tests could only be executed by downloading and creating the test files within the Liferay source code. The Poshi Standalone gradle project enables you to use...
公開日: 2024/05/09 18:55
Creating a Macro File
Creating a Macro File Test Scenario Write your first macro file using the test scenario below: You would like to test that your name does not appear on any learn.liferay.com article. The steps you...
公開日: 2024/05/09 18:55
Creating A Path File
Creating A Path File Test Scenario Write your first path file using the test scenario below: You would like to test that your name does not appear on any learn.liferay.com article. The steps you...
公開日: 2024/05/09 18:55
Default Bundler Loaders
Default Bundler Loaders The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. Several loaders are available for the liferay-npm-bundler by...
公開日: 2024/05/09 18:55
How AMD Loader Configuration is Exported
How AMD Loader Configuration is Exported The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. If you don't understand how Liferay AMD...
公開日: 2024/05/09 18:55
Poshi Test Automation
Poshi Test Automation Poshi is a test automation framework that is simple, easy to understand, and does not require prior development experience to get started. Poshi tests can be written to...
公開日: 2024/05/09 18:55
Syntax Validation
Syntax Validation The Poshi Standalone grade projects includes a validation task that can be used to check your code for syntax errors before running your test. To use this, simply run ./gradlew...
公開日: 2024/05/09 18:55
Understanding Test Results and Debugging Tests
Understanding Test Results and Debugging Tests Poshi tests are run on the terminal or command line. When a test run is completed there are multiple ways to view the test results and diagnose test...
公開日: 2024/05/09 18:55
Poshi Basics
Poshi Basics New features, improvements, and system upgrades can sometimes introduce unexpected behaviors and bugs. Running suites of automated tests is an advantageous method of identifying issues...
公開日: 2024/05/09 18:55
Paths
Paths A path is an element on a page that a test will interact with. An element can be a button, text field, link, image, paragraph, or just about anything you would need to assert, click, or type...
公開日: 2024/05/09 18:55
Creating the Testcase File
Creating the Testcase File Test Scenario Write your first testcase file using the test scenario below: You would like to test that your name does not appear on any learn.liferay.com article. The...
公開日: 2024/05/09 18:55
Running a Test
Running a Test Open the poshi-ext.properties file on your poshi-standalone directory and add the following line, replacing the TestCaseFileName#TestCaseName with the one you created in Creating A...
公開日: 2024/05/09 18:55
Setup
Setup Prerequisites A supported version of Java. Google Chrome. Gradle or Gradle Wrapper 6.6.1 or higher. Setting up the Poshi Standalone Gradle Project Create a new directory, example...
公開日: 2024/05/09 18:55
Poshi Advantages
Poshi Advantages Simplified Syntax To make it easier for less technical testers to read and write test automation, Poshi uses a simplified Groovy-like script syntax. It is less wordy than most...
公開日: 2024/05/09 18:55
Poshi Layers
Poshi Layers
公開日: 2024/05/09 18:55
Functions
Functions In Poshi, Functions handle extra WebDriver commands that an element might require to interact with a page object or element. Functions combine the basic methods defined in the...
公開日: 2024/05/09 18:55
Macros
Macros A macro is a set of functions that perform a task. Macros are where locators (paths) and functions are brought together to script interactions that a user performs on the system being...
公開日: 2024/05/09 18:55
Testcases
Testcases A testcase file in Poshi is a collection of test scenarios grouped in blocks of code called test blocks. The three main test blocks: setUp, test, and tearDown, are made up of multiple...
公開日: 2024/05/09 18:55
Using Variables
Using Variables Though not a Poshi layer, variables are a large part of Poshi tests. Variables, like in other programming languages, are used to store data which can be referenced and reused in...
公開日: 2024/05/09 18:55
Poshi Resources
Poshi Resources To give Poshi test writers easy access to commonly used functions or other files, Poshi resources were created to store existing Poshi files as dependencies that can be loaded apart...
公開日: 2024/05/09 18:55
Configuration
Configuration In order to give test writers easy access to commonly used functions, paths, or macros, Poshi resources were created to store existing Poshi files as dependencies. These resources can...
公開日: 2024/05/09 18:55
Using Poshi Resources
Using Poshi Resources Once the Poshi resources jar file is loaded onto your Poshi project, you are now able to use Liferay's commonly used functions, paths, and macros. To distinguish between files...
公開日: 2024/05/09 18:55
Reference
Reference Node Version Information
公開日: 2024/05/09 18:55
Node Version Information
Node Version Information Liferay DXP uses Node (and NPM) for many different frontend components. Specifically, the Liferay Theme Generator and Liferay's JavaScript application tools require the use...
公開日: 2024/05/09 18:55
アーキテクチャ
アーキテクチャ Liferay DXP/Portalのアーキテクチャには、次の3つの部分があります。 コア: DXPとそのフレームワークをブートストラップします。 コアは、サービス、UIコンポーネント、およびカスタマイゼーションを管理するためのランタイム環境を提供します。 サービス: Java APIおよびWeb APIを介してDXP機能とカスタム機能を公開します。 UI:...
公開日: 2024/05/09 18:55
自動保存動作のカスタマイズ
自動保存動作のカスタマイズ フォーム アプリケーションは、 フォームの作成 時に、フォーム作成の進行状況を自動的に保存します。 デフォルトでは、フォームの下書きは1分ごとに自動保存されます。 時間を変更するには: [コントロールパネル] → [設定] → [システム設定] に移動します。 [コンテンツとデータ] の下で、 [フォーム] をクリックします。 左側のメニューで、...
公開日: 2024/05/09 18:55
フォームレイアウトのカスタマイズ
フォームレイアウトのカスタマイズ デフォルトでは、フォーム上の新しい要素は新しい行に追加され、フォームの幅全体を占めるようになります。 すべての要素がフォームの幅全体を占めているフォーム。 各要素を別々の行に配置する必要がない場合もあります。 代わりに、要素の幅を変更して一行に配置することで、スペースを節約することができます。 ...
公開日: 2024/05/09 18:55
7.2 旧バージョンと非互換の変更
7.2 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 2024/05/09 18:55
7.3 旧バージョンと非互換の変更
7.3 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 2024/05/09 18:55
7.4 旧バージョンと非互換の変更
7.4 旧バージョンと非互換の変更 破壊的変更 既存の機能やコード構造を破壊したり、大幅に変更したりする。 最初の四半期リリース(2023 Q3)から始まるLiferay 7.4のすべての変更点です。 製品の変更や改良に伴い、私たちはこうした中断を最小限に抑えるよう最善を尽くしますが、避けられない場合もあります。 Liferay ソースコード の 2023 Q3 以前からの 7.4...
公開日: 2024/05/09 18:55
エクスポートされたサードパーティパッケージ
エクスポートされたサードパーティパッケージ Liferayでは、100以上のサードパーティのJavaパッケージを実行時に提供しています。 com.liferay.portal.bootstrapモジュールは、個々のパッケージを明示的に指定したり、 globを使ってパッケージのグループを指定することで、パッケージをエクスポートします。 例えば、 7.3.4-ga5...
公開日: 2024/05/09 18:55
フォームの作成
フォームの作成 フォーム アプリケーションで、複数フィールドのフォームを作成することができます。 必要なプロセス自動化権限を持つ認証されたユーザーのみがフォームを作成できます。 最低でも、 サイト管理 メニューと フォーム アプリケーションにアクセスする権限を持っている必要があります。 DXPのロールと権限の詳細は、ロールと権限をご覧ください 。 ...
公開日: 2024/05/09 18:55
フォームのエクスポートとインポート
フォームのエクスポートとインポート すべてのフォームをLARファイルとしてエクスポートし、それを別のサイトにインポートして再利用することができます。 インポート/エクスポートの手順については、「 サイトページとコンテンツのエクスポート/インポート」( )を参照してください。 フォームをLARファイルとしてエクスポートする [サイト管理] → [コンテンツ& データ] → [フォーム]...
公開日: 2024/05/09 18:55
ロケーションの検索フィールドを使う
ロケーションの検索フィールドを使う [場所の検索]フィールドを使用して、ユーザーがGoogleのMaps JavaScriptAPIとGooglePlaces APIを操作し、場所を選択して、これらのフィールドをフォームに自動入力できるようにします。 住所(例:1400 Montefino Ave.) 市(例:Diamond Bar) 州(例:カリフォルニア州) ...
公開日: 2024/05/09 18:56
検証条件リファレンス
検証条件リファレンス フォーム応答が送信される前に検証するために使用できる、すぐに使用できる検証条件がいくつかあります。 テキストフィールドの検証条件 これは[含む]の反対です。エントリに値が ない _が含まれる場合、検証は失敗します。 数値フィールド検証条件 条件説明 以上もしくは等しいこの条件は、値が指定された値以上かどうかを確認します。...
公開日: 2024/05/09 18:56
Liferay 7.2のカスタムフォーム項目の開発
Liferay 7.2のカスタムフォーム項目の開発 Reactベースのカスタムフォーム項目は、Liferay 7.3およびLiferay 7.4用に開発できます。 方法については、カスタムフォーム項目タイプの書き込みを参照してください。 Liferay 7.2では、MetalJSとSoyクロージャテンプレートをベースにした、異なるフロントエンド技術を採用しました。...
公開日: 2024/05/09 18:56
データ定義の作成
データ定義の作成 データ定義を作成するには: [コンテンツとデータ] → [動的データリスト] へ行きます。 右上のオプションアイコン(Options)をクリックし、 [データ定義の管理] をクリックします。 既存のデータ定義のリストが表示されます。 [データ定義]画面が表示されます。 表には、既存のデータ定義が一覧表示されます。...
公開日: 2024/05/09 18:56
表示テンプレートの作成
表示テンプレートの作成 データ定義ごとに、必要な数のディスプレイを作成することができます。 データリストのフォームビューに特定のデータ定義のすべてのフィールドを表示しないフォームテンプレートを作成した場合は、それらのフィールドをリストビューにも表示したくない場合があります。 表示テンプレートを使用してリストビューを変更します。 注:...
公開日: 2024/05/09 18:56
フォームストレージアダプターの書き込み
フォームストレージアダプターの書き込み 利用可能: LPS-97208 の修正(Liferay DXP 7.2 SP3で計画)を含むLiferay DXP 7.3およびLiferay DXP 7.2バージョン。 デフォルトでは、フォームはLiferay DXPのデータベースにJSONとして保存されます。...
公開日: 2024/05/09 18:56
データリストの作成
データリストの作成 データリストを作成するには以下の手順に従います: [コンテンツとデータ] → [動的データリスト] へ行きます。 新しいリストを作成するには、[追加]アイコンをクリックします(Add)。 動的データリストを追加するには、サイト管理で動的データリストアプリにアクセスするためのアクセス許可が必要です。 リストには名前と説明をつけます。 ...
公開日: 2024/05/09 18:56
フォームテンプレートの作成
フォームテンプレートの作成 フォームテンプレートは、データ定義のデータ入力フォームの表示方法を制御します。 新しいフォームテンプレートを作成するには、 [コンテンツとデータ] → [動的データリスト] へ行きます。 右上のオプションアイコン(Options)をクリックし、 [データ定義の管理] をクリックします。 ...
公開日: 2024/05/09 18:56
データ定義の管理
データ定義の管理 データ定義の管理には、編集、テンプレートの管理、権限の設定、コピー、削除などの方法があります。 データ定義の管理を始めるには [コンテンツとデータ] → [動的データリスト] へ行きます。 右上のオプションアイコン(Options)をクリックし、 [データ定義の管理] をクリックします。 ...
公開日: 2024/05/09 18:56
Liferayオブジェクトへの移行
Liferayオブジェクトへの移行 ダイナミック・データ・リストは非推奨であり、2024年末までに削除される予定である。 データの損失を防ぎ、同じ機能を実現するために、構造やデータをLiferay Objectsに移行してください。 オブジェクト は、コードを書いたりモジュールをデプロイすることなく、Liferay UIでアプリケーションを構築するためのローコード機能を提供します。...
公開日: 2024/05/09 18:56
テンプレートを使用してフォームとリストを表示する
テンプレートを使用してフォームとリストを表示する データ定義とリストを作成した後は、ユーザーへのフォームの表示方法や、結果として得られるレコードのリストの表示方法をコントロールすることができます。 これは、各ビューのテンプレート(フォームを表示するための[フォームテンプレート]、レコード一覧を表示するための[ディスプレイテンプレート])を作成することで実現しています。...
公開日: 2024/05/09 18:56
フォーム通知の設定
フォーム通知の設定 フォームエントリーが送信されるたびに通知メールを送信するようにフォームアプリを設定できます。 フォームにワークフローを有効にしている場合は、通知を生成するようにフォームアプリを設定する必要がない場合があります。 フォームのメール通知を設定するには: プロダクトメニュー(Product Menu)を開き、 [サイト管理]...
公開日: 2024/05/09 18:56
フォーム送信時のユーザーのリダイレクト
フォーム送信時のユーザーのリダイレクト デフォルトでは、ユーザーがフォームの回答を送信すると、 成功ページ に誘導されます。 この動作は、フォームの応答を送信した後、代わりにユーザーを特定のURLにリダイレクトするように構成できます。 リダイレクトURLを設定するには、次の手順に従います。 ...
公開日: 2024/05/09 18:56
必須ルールの使用
必須ルールの使用 必須 ルールを使用すると、1つまたは複数の条件に基づいてフィールドを必須にすることができます。 必須ルールは、 表示 ルールのように、他のルールと関連して機能します。 例えば、キャンプの登録フォームに以下の項目が含まれているとします。 I am 18 Years Old or Older : [Yes] と [No]...
公開日: 2024/05/09 18:56
フォームエントリの管理
フォームエントリの管理 ユーザーがフォームエントリーの送信を開始すると、UIを介してフォームエントリーデータにアクセスしたり、さらなる分析や確認のためにデータを別のファイル形式にエクスポートしたりできます。 フォームエントリーの表示 プロダクトメニュー(Product Menu)を開き、 [サイト管理] メニューのコンパスアイコン(Compass)をクリックします。...
公開日: 2024/05/09 18:56
通知テンプレートの作成
通知テンプレートの作成 Liferay 7.4 2023.Q4+/GA107+ 通知テンプレートにより、Liferayサービスの自動化された電子メールやユーザー通知を設計できます。 各テンプレートは、送信者、受信者、メッセージの内容を特定します。 テンプレートをデザインする際に、サポートされているエンティティを検索し、そのデータをメールに動的に挿入するフィールド参照を追加できます。 ...
公開日: 2024/05/09 18:56

Capabilities

Product

Education

Contact Us

Connect

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