Search Results

Capability
Feature
Deployment Approach
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...
Fecha de publicación: 26-abr-2024 20:57
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...
Fecha de publicación: 26-abr-2024 20:57
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...
Fecha de publicación: 26-abr-2024 20:57
OSGi and Modularity
OSGi and Modularity Modularity makes writing software, especially as a team, fun! Here are some benefits to modular development on Liferay: Liferay's runtime framework is lightweight, fast, and...
Fecha de publicación: 26-abr-2024 20:57
Architecture
Architecture The Liferay DXP/Portal architecture has three parts: Core: Bootstraps DXP and its frameworks. The Core provides a runtime environment for managing services, UI components, and...
Fecha de publicación: 26-abr-2024 20:57
Module Life Cycle
Module Life Cycle In OSGi, all components, Java classes, resources, and descriptors are deployed via modules (OSGi bundles). The MANIFEST.MF file describes the module's physical characteristics,...
Fecha de publicación: 26-abr-2024 20:57
Liferay Internals
Liferay Internals :file: landingpage_template.html :file: liferay-internals/landing.html
Fecha de publicación: 26-abr-2024 20:57
The Benefits of Modularity
The Benefits of Modularity Dictionary.com defines modularity as the use of individually distinct functional units, as in assembling an electronic or mechanical system. The distinct functional units...
Fecha de publicación: 26-abr-2024 20:57
Liferay Classloader Hierarchy
Liferay Classloader Hierarchy All Liferay DXP/Portal applications live in an OSGi container. DXP/Portal is a web application deployed on your application server. Its Module Framework bundles...
Fecha de publicación: 26-abr-2024 20:57
Bundle Classloading Flow
Bundle Classloading Flow The OSGi container searches several places for imported classes. It's important to know where it looks and in what order. Liferay DXP's classloading flow for OSGi bundles...
Fecha de publicación: 26-abr-2024 20:57
Contributing to Liferay Development
Contributing to Liferay Development Fixing a Bug or Contributing a New Feature Building Liferay Source Organizing the Source
Fecha de publicación: 26-abr-2024 20:57
UI Architecture
UI Architecture :file: ../../landingpage_template.html :file: ui-architecture/landing.html
Fecha de publicación: 26-abr-2024 20:57
Creating a Model Listener
Creating a Model Listener Model listeners listen for persistence method calls that signal changes to a specified model (such as update or add methods). Most of the methods model listeners use are...
Fecha de publicación: 26-abr-2024 20:57
Building Liferay Source
Building Liferay Source This section aims to provide instructions for building Liferay Portal from source as quickly as possible. Using a nightly snapshot bundle no longer requires a full build...
Fecha de publicación: 26-abr-2024 20:57
Extending Liferay
Extending Liferay Liferay DXP/Portal is highly customizable. Its modular architecture contains components you can extend and override dynamically using APIs.
Fecha de publicación: 26-abr-2024 20:57
Forms Configuration Reference
Forms Configuration Reference Here's an overview of all the Forms configurations so you can quickly find a configuration you need. Forms Options You can export and import forms between Sites. To...
Fecha de publicación: 26-abr-2024 20:58
Using Storage Adapters
Using Storage Adapters When a User adds a form record, Liferay routes the processing of the request through a storage adapter API. The same is true for the other CRUD operations performed on form...
Fecha de publicación: 26-abr-2024 20:58
Translating Forms
Translating Forms Forms can be be translated and presented in any language that is currently enabled on the current site. To add a translation: Begin by viewing an existing form (e.g., Guest...
Fecha de publicación: 26-abr-2024 20:58
Exporting and Importing Forms
Exporting and Importing Forms You can export all your forms as a LAR file and then import them into a different Site for reuse. See Exporting/Importing Site Pages and Content to learn about the...
Fecha de publicación: 26-abr-2024 20:58
Customizing Auto-Save Behavior
Customizing Auto-Save Behavior The Forms application automatically saves the form creation progress as you create a form. By default, a form's draft is auto-saved every minute. To change the...
Fecha de publicación: 26-abr-2024 20:58
Forms Field Types Reference
Forms Field Types Reference The Liferay Forms application contains lots of field types and elements to add to your forms. To discover the available elements, Open the Product Menu (Product Menu)...
Fecha de publicación: 26-abr-2024 20:58
Using the Search Location Field
Using the Search Location Field Use a Search Location field so a user can interact with Google's Maps JavaScript API and Google Places API, selecting a location and getting these fields autofilled...
Fecha de publicación: 26-abr-2024 20:58
Providing Help Text and Predefined Values
Providing Help Text and Predefined Values Form fields can be configured to have help text, placeholder text, and predefined values that assist users in understanding and filling out a form. Help...
Fecha de publicación: 26-abr-2024 20:58
Forms Permissions Reference
Forms Permissions Reference This article serves as a guide for all permissions associated with the Forms application. Form Widget Permissions Navigate to the site page where the Form widget has...
Fecha de publicación: 26-abr-2024 20:58
Data Providers Overview
Data Providers Overview Data providers serve data that can be consumed by the Forms application. The REST Data Provider is included with the Forms application. With it, you can consume data from...
Fecha de publicación: 26-abr-2024 20:58
Reusing Sets of Form Elements
Reusing Sets of Form Elements Forms often request the same sets of information, such as name, birthday, and address. Rather than adding these fields for every new form, you can group elements as a...
Fecha de publicación: 26-abr-2024 20:58
Validation Conditions Reference
Validation Conditions Reference There are several out-of-the-box validation conditions that can be used to validate form responses before they are submitted. Text Field Validation Conditions...
Fecha de publicación: 26-abr-2024 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...
Fecha de publicación: 26-abr-2024 20:58
Data Providers
Data Providers Data Providers Overview Using the REST Data Provider to Populate Form Options
Fecha de publicación: 26-abr-2024 20:58
Using the REST Data Provider to Populate Form Options
Using the REST Data Provider to Populate Form Options Select from List fields can hold many options. Those options can be automatically supplied by using the JSON web services registered in Liferay...
Fecha de publicación: 26-abr-2024 20:58
Creating Data Definitions
Creating Data Definitions To create a data definition: Navigate to Content & Data → Dynamic Data Lists. Click the Options icon (Options) at the top-right and click Manage Data Definitions. ...
Fecha de publicación: 26-abr-2024 20:58
Understanding Form Storage Adapters
Understanding Form Storage Adapters Available: Liferay DXP 7.3 and Liferay DXP 7.2 versions that include the fix for LPS-97208 (planned for Liferay DXP 7.2 SP3). When a user adds a form record,...
Fecha de publicación: 26-abr-2024 20:58
---
APIs Coming soon!
Fecha de publicación: 26-abr-2024 20:58
Writing a Custom Form Field Type
Writing a Custom Form Field Type The Forms application contains many highly configurable field types out-of-the-box. Most use cases are met with one of the existing field types. If your use case...
Fecha de publicación: 26-abr-2024 20:58
Writing a Custom Data Provider
Writing a Custom Data Provider Liferay Forms fields can be populated using a Data Provider. Out of the box, there's a REST Data Provider that provides a flexible way to consume data from most REST...
Fecha de publicación: 26-abr-2024 20:58
Developing a Custom Form Field for Liferay 7.2
Developing a Custom Form Field for Liferay 7.2 React-based custom form fields can be developed for Liferay 7.3 and Liferay 7.4. See Writing Custom Form Field Types to learn how. Liferay 7.2 used a...
Fecha de publicación: 26-abr-2024 20:58
Developer Guide
Developer Guide Forms Writing a Custom Form Field Type Understanding Form Storage Adapters Writing a Custom Data Provider Writing a Form Storage Adapter Developing a Custom Form Field for...
Fecha de publicación: 26-abr-2024 20:58
APIs
APIs Coming soon!
Fecha de publicación: 26-abr-2024 20:58
Migrating to Liferay Objects
Migrating to Liferay Objects Dynamic Data Lists is deprecated and scheduled for removal by the end of 2024. To prevent data loss and achieve the same functionality, please migrate your structures...
Fecha de publicación: 26-abr-2024 20:58
Getting Started with Dynamic Data Lists
Getting Started with Dynamic Data Lists Dynamic Data Lists is deprecated as of Liferay DXP 7.3, and is planned for removal in 2024. It is replaced by...
Fecha de publicación: 26-abr-2024 20:58
Creating Data Lists
Creating Data Lists To create a data list: Navigate to Content & Data → Dynamic Data Lists. Click the Add icon (Add) to create a new list. Note, to add Dynamic Data Lists, you must have...
Fecha de publicación: 26-abr-2024 20:58
Using Templates to Display Forms and Lists
Using Templates to Display Forms and Lists After creating data definitions and lists, you can control how the form appears to users, and how the resulting list of records is displayed. This is done...
Fecha de publicación: 26-abr-2024 20:58
Managing Data Definitions
Managing Data Definitions There are several ways to manage your data definitions: edit, manage templates, configure permissions, copy, or delete. To begin managing your data definitions, ...
Fecha de publicación: 26-abr-2024 20:58
7.4 Breaking Changes
7.4 Breaking Changes Breaking changes changes break or significantly alter existing functionality or code structure. Here are all of the breaking changes for Liferay 7.4, starting with the first...
Fecha de publicación: 26-abr-2024 20:58
7.3 Breaking Changes
7.3 Breaking Changes This document presents a chronological list of changes that break existing functionality, APIs, or contracts with third party Liferay developers or users. We try our best to...
Fecha de publicación: 26-abr-2024 20:58
Building Forms with Conditional Fields
Building Forms with Conditional Fields Forms can become dynamic forms where the answer to one question may allow the respondent to skip the next three questions, or require the respondent to answer...
Fecha de publicación: 26-abr-2024 20:58
Creating Forms
Creating Forms You can create multi-field forms with the Forms application. Only authenticated users with the requisite Process Automation Permissions can create forms. At minimum, they should have...
Fecha de publicación: 26-abr-2024 20:58
Portal Developer Properties
Portal Developer Properties There are Portal Properties that facilitate development. Liferay's portal-developer.properties file includes all of them. The portal-developer.properties file is enabled...
Fecha de publicación: 26-abr-2024 20:58
Process Automation
Process Automation :file: ./landingpage_template.html :file: process-automation/landing.html
Fecha de publicación: 26-abr-2024 20:58
Writing a Form Storage Adapter
Writing a Form Storage Adapter Available: Liferay DXP 7.3 and Liferay DXP 7.2 versions that include the fix for LPS-97208 (planned for Liferay DXP 7.2 SP3). By default, forms are stored as JSON in...
Fecha de publicación: 26-abr-2024 20:58
Creating Display Templates
Creating Display Templates For every data definition, you can create as many displays as you need. If you’ve created a Form Template that doesn’t show all the fields of a particular data definition...
Fecha de publicación: 26-abr-2024 20:58
Creating Form Templates
Creating Form Templates Form Templates control how the data entry form appears for a data definition. To create a new Form Template, Navigate to Content & Data → Dynamic Data Lists. Click the...
Fecha de publicación: 26-abr-2024 20:58
Dynamic Data Lists
Dynamic Data Lists :::: 2 :gutter: 3 3 3 3 ::: Migrating to Liferay Objects :link: ./dynamic-data-lists/migrating-to-liferay-objects.md ::: ::: Getting Started with Dynamic Data Lists :link:...
Fecha de publicación: 26-abr-2024 20:58
Example: Using Hidden Fields with Form Rules
Example: Using Hidden Fields with Form Rules Configure Forms fields as hidden in the Advanced configuration tab. Hide fields using the advanced setting. There's a hidden field in this form. It...
Fecha de publicación: 26-abr-2024 20:58
Form Rules Overview
Form Rules Overview Forms can be dynamic, where the answer to one question changes the rest of the form. One answer may allow skipping the next three questions, while another requires answering...
Fecha de publicación: 26-abr-2024 20:58
Using the Autofill Rule
Using the Autofill Rule The autofill rule filters a form field's options based on pre-configured conditions. If you already have a data provider enabled, the autofill rule is the next step in...
Fecha de publicación: 26-abr-2024 20:58
Form Rules
Form Rules Form Rules Overview Using The Autofill Rule Using the Calculate Rule Using the Enable Disable Rule Using the Jump to Page Rule Using The Require Rule Using the Show Hide Rule ...
Fecha de publicación: 26-abr-2024 20:58
Crafting XML Workflow Definitions
Crafting XML Workflow Definitions As of DXP 2024.Q2/Portal 7.4 GA120, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). All...
Fecha de publicación: 26-abr-2024 20:58
Creating a Condition Evaluator
Creating a Condition Evaluator A Workflow condition node uses a Groovy script to determine the proper transition a workflow item traverses. Instead of writing logic in Groovy directly in a workflow...
Fecha de publicación: 26-abr-2024 20:58
Creating an Action Executor
Creating an Action Executor Workflow nodes can contain elements that execute custom logic via Groovy scripts. approve
Fecha de publicación: 26-abr-2024 20:58

Capabilities

Product

Contact Us

Connect

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