Search Results

Capability
Feature
Deployment Approach
Using the Page Menu Widget
Using the Page Menu Widget The Page Menu widget presents links that can include links to other Wiki Pages,other DXP site pages, Documents and Media assets, external websites, and more. Once you've...
Published Date: May 9, 2024 6:50 PM
Using the Tree Menu Widget
Using the Tree Menu Widget The Tree Menu widget lists all the wiki pages and child pages in a particular node. To use the Tree Menu widget: Navigate to the site page where the Wiki widget has...
Published Date: May 9, 2024 6:50 PM
Creating Wiki Pages
Creating Wiki Pages The Wiki widget starts with a default wiki page called FrontPage. Users can edit this page to make their first wiki page. By default, only authenticated users can create Wiki...
Published Date: May 9, 2024 6:50 PM
Scoping Your Wikis
Scoping Your Wikis The Scope configuration is deprecated as of Liferay DXP 2024.Q4/Portal GA129 and is scheduled for removal in a future release. Besides using Wiki Nodes to organize your...
Published Date: May 9, 2024 6:50 PM
Using the Wiki Display Widget
Using the Wiki Display Widget Users can use the Wiki Display widget to highlight a specific wiki page regardless of whether it is a top level page or a child page. To use the Wiki Display widget: ...
Published Date: May 9, 2024 6:50 PM
Wiki Permissions Reference
Wiki Permissions Reference You can refer to this reference when assigning permissions to users and roles for the Wiki widget. To learn more about DXP Roles and Permissions in general, see Roles and...
Published Date: May 9, 2024 6:50 PM
Wiki Widget UI Reference
Wiki Widget UI Reference FrontPage The FrontPage tab is the landing page for the Wiki widget. From here, content creators can add a child page, edit the existing FrontPage page, view the...
Published Date: May 9, 2024 6:50 PM
Asset Libraries
Asset Libraries Available 7.3+ Asset Libraries are virtual spaces for storing reusable assets. You can create as many of these spaces as needed to group content for departments, teams, or even...
Published Date: May 9, 2024 6:50 PM
Asset Library Content
Asset Library Content Liferay DXP/Portal 7.3+ Asset libraries provide a convenient way to share content across Liferay sites while streamlining content collaboration and reducing the risk of data...
Published Date: May 9, 2024 6:50 PM
Creating and Managing Asset Libraries
Creating and Managing Asset Libraries Liferay 7.3+ You can create and manage libraries for your assets via the Asset Libraries application. To access this application, open the Global Menu (Global...
Published Date: May 9, 2024 6:50 PM
Blogs
Blogs Getting Started with Blogs Adding Blog Entries Managing Blog Entries Configuring the Blogs App Displaying Blogs Aggregating Blogs Highlighting Recent Bloggers Blog Entry Editor...
Published Date: May 9, 2024 6:50 PM
Adding Blog Entries
Adding Blog Entries Blog entries are scoped to sites. By default, only authenticated users can create blog entries. See the Blogs Permissions Reference for more information. You can create a blog...
Published Date: May 9, 2024 6:50 PM
Content Authoring and Management
Content Authoring and Management Liferay provides applications you can use to create and manage your content. These applications include Web Content, Documents and Media, Collections, and more. You...
Published Date: May 9, 2024 6:50 PM
Blog Entry Editor Reference
Blog Entry Editor Reference The blog entry editor provides context appropriate editing tools for formatting text, managing images, tables, and other rich features. Users are able to switch to code...
Published Date: May 9, 2024 6:50 PM
Configuring the Blogs App
Configuring the Blogs App You can control how the app behaves for all blogs in your site. Open the Site Menu (Site Menu) and navigate to Content and Data → Blogs Click Options (Options icon)...
Published Date: May 9, 2024 6:50 PM
Displaying Blogs
Displaying Blogs Liferay provides two ways to display blog entries: display page templates and the Blogs widget. Using Display Page Templates You can use display page templates to create reusable,...
Published Date: May 9, 2024 6:50 PM
Getting Started with Blogs
Getting Started with Blogs The blogs application's editor has a complete set of WYSIWYG controls that appear when and where you need them. You can also switch to source mode to edit your content's...
Published Date: May 9, 2024 6:50 PM
Aggregating Blogs
Aggregating Blogs The Blogs Aggregator widget publishes blogs entries from multiple blog sources. The Blogs Aggregator widget shows multiple blogs. To configure the widget, Start editing the...
Published Date: May 9, 2024 6:50 PM
Blog Permissions Reference
Blog Permissions Reference Here's a list of all permissions associated with the Blogs application. To configure the permissions for the Blogs widget see Setting Widget Permissions. Blog Entry...
Published Date: May 9, 2024 6:50 PM
Developer Guide
Developer Guide Blog API Basics
Published Date: May 9, 2024 6:50 PM
Blog API Basics
Blog API Basics Liferay's REST APIs provide services for adding, modifying, and deleting blog posts and images. Liferay DXP 2024.Q4+/Portal GA129+ The Blogs API now uses External Reference Codes...
Published Date: May 9, 2024 6:50 PM
Creating Video Shortcut Providers
Creating Video Shortcut Providers Liferay DXP 7.4+ By default, Liferay's external video shortcuts support YouTube, Vimeo, Facebook, and Twitch. However, you can extend this feature to support...
Published Date: May 9, 2024 6:50 PM
Highlighting Recent Bloggers
Highlighting Recent Bloggers You can use the Recent Bloggers widget to highlight the work of your most recent blog authors. This widget lists each recent author's name, profile picture, and number...
Published Date: May 9, 2024 6:50 PM
Managing Blog Entries
Managing Blog Entries Bloggers and blog administrators manage blog entries using the Blogs application in the Site Administration menu. To access this app, open the Product Menu (Product Menu) and...
Published Date: May 9, 2024 6:50 PM
Modifying Database Fields in Development
Modifying Database Fields in Development As you develop an application, you might need to add fields to your database. This is a normal process of iterative development: you get an idea for a new...
Published Date: May 9, 2024 6:52 PM
Service Builder Basics
Service Builder Basics Using Service Builder helps you learn it. You'll use it to learn the basics: Generating Model, Persistence, and Service Code: Define a basic model, generate code from it,...
Published Date: May 9, 2024 6:52 PM
Upgrading Data Schemas
Upgrading Data Schemas When you upgrade Liferay, you might run into incompatibility issues with your custom modules' data schemas. There are three ways you can resolve these issues: You can run...
Published Date: May 9, 2024 6:52 PM
Developing a Java Web Application
Developing a Java Web Application
Published Date: May 9, 2024 6:53 PM
Reference
Reference
Published Date: May 9, 2024 6:53 PM
Sorting Entity Instances
Sorting Entity Instances Often, you want to retrieve multiple instances of a given entity and list them in a particular order. The service.xml file lets you specify the default order of your...
Published Date: May 9, 2024 6:52 PM
Generating Model, Persistence, and Service Code
Generating Model, Persistence, and Service Code Service Builder makes it easy to define models and generate model, persistence, and service code for them. You'll experience this by defining a model...
Published Date: May 9, 2024 6:52 PM
Invoking a Service Locally
Invoking a Service Locally Service Builder services that are deployed to DXP/Portal can be invoked from other classes in the same JVM. These services are local to the classes. Service Builder...
Published Date: May 9, 2024 6:52 PM
Understanding and Extending Generated Classes
Understanding and Extending Generated Classes Service Builder generates both tables for your entity and model, persistence, and service classes for it. Here you'll examine generated classes for an...
Published Date: May 9, 2024 6:52 PM
Multithreading Process
Multithreading Process Liferay DXP 7.4 U10+ or Liferay Portal 7.4 GA14+ Your Upgrade Processes may involve making complex changes to large data sets. If performance is critical, use the...
Published Date: May 9, 2024 6:52 PM
Using Upgrade Processes
Using Upgrade Processes Liferay DXP 7.4 U10+/Portal 7.4 GA14+ An upgrade of your application may require making changes to your database tables. Liferay's upgrade framework makes it easy to make...
Published Date: May 9, 2024 6:53 PM
Portlet 3.0 API Opt In
Portlet 3.0 API Opt In A portlet must specify version 3.0 to opt in to the Portlet 3.0 API. The 3.0 Portlet API version can be specified in the following ways. Standard Portlet @PortletApplication...
Published Date: May 9, 2024 6:53 PM
Portlet Descriptor to OSGi Service Property Map
Portlet Descriptor to OSGi Service Property Map Here's a map of portlet XML descriptor values to OSGi service properties for publishing OSGi Portlets. The properties centralize and simplify portlet...
Published Date: May 9, 2024 6:53 PM
Portlet IDs
Portlet IDs Below is a listing of the portlet IDs for the default portlets in Liferay DXP. You can use these IDs to embed portlets in your theme's sitemap. Collaboration PortletID...
Published Date: May 9, 2024 6:53 PM
Liferay Faces Portal
Liferay Faces Portal Liferay Faces Portal is distributed in a .jar file. You can add Liferay Faces Portal as a dependency for your portlet projects to use its Liferay-specific utilities and UI...
Published Date: May 9, 2024 6:53 PM
MVC Action Command
MVC Action Command MVC Action Commands handle actions as separate classes. With Action Commands, you can organize action logic in MVCPortlets that have many actions. Action URLs in the portlet's...
Published Date: May 9, 2024 6:53 PM

Capabilities

Product

Education

Contact Us

Connect

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