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
14
votes
1 answer

Dynamic columns in liferay-ui:search-container?

I have tried the liferay-ui:search-container to fetch and display the database table records on UI in a table/grid format. By using the liferay-ui:search-container I am getting the output as shown below, I am fetching the USER_ table records in the…
Prasad
  • 1,164
  • 1
  • 10
  • 27
6
votes
3 answers

How to set the selected value in aui:select box

I have form with select box in my user form. I also need to update the form in edit mode. I am able to get selected value in edit mode. But I am unable to set the selected value in the edit mode. Here I am able to get the selected value from db.…
Vinod
  • 2,263
  • 9
  • 55
  • 104
5
votes
2 answers

Liferay ajax request and JSON response

I am new in Liferay. I used service builder to create database. I populated them manually. And eventually I could call them in JSP using PersonLocalServiceUtil class. Now I want to use Ajax in my program. For example: Person with attributes…
NNN
  • 87
  • 1
  • 2
  • 7
4
votes
4 answers

Liferay.Upload Component Usage for Multi-file Upload

Developing a custom portlet to upload multiple files in Liferay 6.2. Found the Liferay.Upload component while going through Liferay Source Code in the Document Library Portlet at the following…
Ashok Goli
  • 5,043
  • 8
  • 38
  • 68
4
votes
2 answers

How to set tag's calendar date and locale in Liferay 6.2 CE GA2?

I'm currently unable to set tag's calendar date and locale format: It's still showing up an empty non-localized input pattern (mm/dd/yyyy) While clicking to expand the calendar, date selected is always NOW even if a Date value is…
kapitanpattimura
  • 507
  • 1
  • 5
  • 12
4
votes
2 answers

Adding dynamic elements to aui form in liferay

How can we add dynamic aui form elements in liferay by using script or aui:script ?? If that is not possible, is there any alternate solution. I have an aui form which has two sections. On clicking of a button, I want to add new sections to the form…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
4
votes
2 answers

Dynamic forms AUI Liferay

I am doing a portlet in Liferay with a form like this:
sandra
  • 179
  • 7
  • 15
4
votes
1 answer

Calling Action-Class from Configuration.jsp

I have defined a configuration-action-class for loading the configuration of an existing portlet based on drools (liferay-portlet.xml): com.liferay.drools.action.ConfigurationActionImpl This…
user1592470
  • 401
  • 2
  • 8
  • 21
3
votes
1 answer

Uncaught ReferenceError: liferay is not defined

Hello Everyone! I'm getting this Error from my Console. Here is my Screenshot: Liferay.on("endNavigate", (function(e) { dropdownMegaMenu(), secondaryNavMobile() } )), Liferay.on("endNavigate", (function(e) { …
3
votes
1 answer

How to make AUI validation apply only when a check box is selected?

I have fields in an aui form that I only want to be required when a corresponding checkbox is selected, otherwise they're not required. I'll enable these input fields using once the check box is enabled and only then aui validation…
Ravi R
  • 73
  • 1
  • 11
3
votes
1 answer

Liferay - Select item filled with json responseData

It's my first post on stackoverflow so I hope I won't make too many mistakes. I've a problem with filling Java List and sending it to aui:select as options. My goal is to fill aui:select dynamically whenever one of their options is changed. For…
Agred
  • 31
  • 1
  • 5
3
votes
1 answer

Set alloy UI timepicker timeslots

I have an alloy ui timepicker in my form. I want to only display Hours in the Input Fields. But the problem is Alloy UI divides Timeslots in 30 minutes each. So thats my input fields displays same hour 2 times A.use('aui-timepicker', function(A) { …
Harsh Kanakhara
  • 909
  • 4
  • 13
  • 38
3
votes
1 answer

AlloyUI "Modal" Component not really modal

I am tryingto use the AlloyUI modal component and while it works pretty well I have the problem, that the underlying UI is still clickable after the modal shows up. I am using this example : http://alloyui.com/examples/modal/real-world/ and of…
Breiti
  • 579
  • 5
  • 21
3
votes
2 answers

How can we create the back button in liferay

Can any one tell me how can I create the back button in my portlet. Are there any existing tags to create the back button which looks like as shared below.
Vinod
  • 2,263
  • 9
  • 55
  • 104
3
votes
0 answers

Liferay Alloy UI - Clearing cache of dependent AutoCompleteList

I need to have two dependent AutoCompleteList in my Liferay portlet page. When I select some value from first AutoCompleteList then based on it's selected value I need to change the second AutoCompleteList source data. Based on information…
Angsuman
  • 31
  • 2
1
2 3
17 18