- Details
-
Category: Liferay
-
Published: Wednesday, 01 May 2019 23:31
-
Hits: 465
Liferay 7 release has brought great news in content management scope: AlloyEditor.
This new WYSIWYG editor has certainly brought a breath of fresh air; however, those of you who have used it, have surely asked what happened to the buttons for text alignment, paragraph indentation or superscript.
These buttons, are supported by AlloyEditor, but they are not enabled by default and you need to write code to enable them!
Read more: AlloyEditor Manager
- Details
-
Category: Liferay
-
Published: Friday, 24 March 2017 08:00
-
Hits: 5655
Liferay DXP (and its free counterpart Liferay 7) introduced many new features, first of all the OSGi integration. Among the many new tools provided there is a shell to interact with the OSGi container; I'm talking about Gogo shell (a subproject of Apache Felix) accessible with the command telnet localhost 11311
.
Once accessed to the shell, we can see the list of all available commands simply by typing help
; each command is formed by a scope (a kind of grouping) and a name.
So let's see how to create a custom command to be executed inside the Gogo shell.
Read more: How to implement a custom Gogo shell command for Liferay 7