liferay-6.2

How to use Liferay Mobile SDK 6.2.18 to generate jar libraries now that http is deprecated by both Gradle and Maven?

穿精又带淫゛_ 提交于 2020-02-27 02:25:07
问题 In my current project we're working on mantaining/developing mobile (android/iOS) apps that use the services of the client's website (liferay 6.2). Whenever the guys in Backend generate new services (or just update an existing service to a new version with new features) we need to use the Liferay Mobile SDK 6.2.18, which uses really dated gradle 1 and http protocol, to generate a new jar library to allow the app call those new services. As I guess many will know already, gradle recently

Custom ckEditor Toolbar in Liferay 6.2

笑着哭i 提交于 2020-01-07 04:34:48
问题 I want to add my own custom toolbar for my ckeditor and have therefore added this to my ckconfig.jsp via a hook. config.toolbar_Mini = [ ['Bold', 'Italic', 'Underline', 'Strike'], ['BulletedList'] ]; Additionally I've found out that liferay uses the config.toolbar_liferay settings. How ( code ) and where ( file ) can I change this default behaviour? EDIT: This is how the html-editor for my journal-articles looks now: and I want to limit the functionality of the toolbar to this: I do not want

Liferay access DB table in theme: No bean named 'com.colors.themes.service.ColorLocalService' is defined

淺唱寂寞╮ 提交于 2019-12-23 06:00:12
问题 I have a theme project in liferay. I have created a new table called colors in my liferay MySQL database. The colors table is given below Actually I have a requirement that a particular css file should be loaded in theme based on the color table value whose status is true and my velocity template should be somewhat like as shown below #set ($myColorService = $serviceLocator.findService("com.colors.themes.service.ColorLocalService")) #set ($myColor = $myColorService.fetchActiveColor()) #if (

Work with Bootstrap 3.3.6 in Liferay 6.2

爷,独闯天下 提交于 2019-12-19 07:37:27
问题 I'm working with Bootstrap 3 in Liferay 6.2. I inserted the bootstrap.css and bootstrap.min.js in the CSS and JS. I've also changed some style in my custom.css incompatilibilidad Do you have a better idea of ​​it? Then I attached the steps I followed to insert Bootstrap 3 in my Liferay 6.2. Well above gives me a few compatibility issues ... I would like your opinion, for eg if a more optimal code to work with these tools and these versions. I need your help to improve this and that everyone

Liferay 6.2 adding a new ckeditor

安稳与你 提交于 2019-12-12 03:45:48
问题 I want to add a new ckeditor to my liferay because we need to limit the functionality of the one available. However, I do not want to change the original one because we migth later on need it in a different form. How can I add a new ckeditor that can be used to create a structure for webcontent articles? Do I need to create a new Theme for liferay or something like this? Info: Our liferay runs on a Jboss server EDIT: I have created a hook that overrides the html\js\editor\ckeditor\ckconfig

Work with Bootstrap 3.3.6 in Liferay 6.2

ε祈祈猫儿з 提交于 2019-12-01 06:04:59
I'm working with Bootstrap 3 in Liferay 6.2. I inserted the bootstrap.css and bootstrap.min.js in the CSS and JS. I've also changed some style in my custom.css incompatilibilidad Do you have a better idea of ​​it? Then I attached the steps I followed to insert Bootstrap 3 in my Liferay 6.2. Well above gives me a few compatibility issues ... I would like your opinion, for eg if a more optimal code to work with these tools and these versions. I need your help to improve this and that everyone can work with Bootstrap 3 in Liferay 6.2. This is my two cents. STEPS: 1 - Put the Bootstrap CSS, JS,