Questions tagged [liferay-aui]

AlloyUI is a UI framework built on top of YUI3 that provides a simple API for building high scalable applications.

It incorporates three design languages: HTML, CSS, and JavaScript.

Liferay 6.2

For Liferay 6.2,AlloyUI 2.0 is used along with Bootstrap to provide a seamless web design.In order to upgrade,several common changes are needed on existing components to suit it to currrent responsive standards:

  • Removal of the “aui-” prefixes from all classes
  • Module deprecations
  • CSS classes replaced with Bootstrap equivalents
  • Component output and markup changes
  • Icon removals, in favor of using Bootstrap icons

Project Home page: http://www.liferay.com/community/liferay-projects/alloy-ui

Source and references:

  1. Alloy UI taglib+Bootstrap for Liferay
258 questions
-1
votes
1 answer

Migrating Lifery6.06 theme to Liferay 6.2

I am new to Liferay, We have developed so many themes in Liferay-6.06, now we want to migrate those themes from Liferay-6.06 theme to Liferay-6.2. What are the changes in Liferay-6.2 compared to Liferay-6.06? What steps I need to care about while…
ASR
  • 3,289
  • 3
  • 37
  • 65
-2
votes
2 answers

Can't read property of 'getHTML' of undefined Liferay CK Editor content

I am using C.K editor in my form, When I try to get the content in the CK editor I am getting Can't read property of 'getHTML' of undefined. the following is my code : This is my html:
ASR
  • 3,289
  • 3
  • 37
  • 65
-3
votes
1 answer

Sumit button value cannot be fetched

I have a aui-form with a two submit buttons. For each button I have a if condition. I tried getting the button value but its returning null(checked in debug mode). Can anyone explain me why is this happening and what's the solution?
1 2 3
17
18