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

How can I change the zIndex attribute of aui-datepicker in Liferay Portlet 6.2

I have discoveder one problem with date field in portlet in LF 6.2. The problem is that after clicking on the input field, the datepicker is displaying, but with zIndex=0, that means it is under the portlet. If I change on firebug that parameter to…
Erik Bors
  • 133
  • 1
  • 14
2
votes
1 answer

Can it possible to make liferay-ui:search-container rows as non editable in Life ray?

I have a page where I need to set assign the site roles for user in my custom portlet. So I am able to get the "User existing roles" in one list and all "Available site roles" in another list. So how can I do conditioning Or any validation that I…
Prasad
  • 1,164
  • 1
  • 10
  • 27
2
votes
1 answer

Issue with customizing user administration in liferay portal

I wanted to do some enhancements in the forms used for adding and editing the users. In my requirement I am using only sites so I don't want to use Organizations and User groups sections. I want to hide some sections in the user creation and editing…
Vinod
  • 2,263
  • 9
  • 55
  • 104
2
votes
1 answer

Liferay.PortletURL is undefined

Want to implement: I have two pages with one portlet each. On click of link i want to move from first page portlet to another page portlet. For that i have written: function openCompanyPage(companyId) { AUI().use( …
mahesh
  • 909
  • 2
  • 18
  • 37
2
votes
1 answer

How do I trigger a onclick javascript of a link with AUI?

I have a hidden link that contains a generated javascript snippet that I need to call: var AUI = YUI; AUI().use('event', function(A) { var deleteButton = 46; A.one('.searchNameSelect').on('keyup', function(e) { if(e.button == deleteButton){ …
flob
  • 3,760
  • 2
  • 34
  • 57
2
votes
1 answer

How to open new dialog on liferay-search container

I want to open new dialog on liferay search container..How is it possible. I create search container
user3855589
  • 1,113
  • 2
  • 15
  • 43
2
votes
2 answers

How to display only few languages liferay language portlet?

In Language portlet I want to display only few language. Is it possible? I have tried portal-ext.properties and added locale properties like below. and I want to display language in combobox please provide solution. I want to display below…
2
votes
0 answers

liferay aui validation not working on Pop up

We have a sign in link in Theme. In this link we have called pop up for signing in. In that pop up there is two tabs, one for sign in and another for sign up. For sign in we have created sign in hook and for sign up we have created a custom…
Learner
  • 976
  • 14
  • 29
2
votes
3 answers

Left Navigation Menu :Liferay 6.2

I am in the process of migrating my current web application to liferay.I have requirement to customize left navigation bar according to my app. For e.g. I have left side vertical navigation menu with items as below Home Company Info Revenue…
Mani
  • 283
  • 3
  • 21
2
votes
0 answers

Drag & Drop issues AUI

I have been trying to use Drag and Drop functionality between two lists. I got an example from the link : http://yuilibrary.com/yui/docs/dd/scroll-list.html I have checked that all methods specified in YUI (in the link) is present for AUI too. The…
user596502
  • 417
  • 3
  • 10
  • 22
2
votes
1 answer

how to import some xyz.war file into the eclipse ide

Hello Stack overflow, I am using liferay portal-6.0.0 version and I have a "greeting.war" file. The WAR file deploys correctly, shows the portlet in Add Category and also after adding to the page display the output properly. Now I wanted to get the…
somesh babu
  • 21
  • 1
  • 3
2
votes
3 answers

I want to show alert(validate form) and don't submit if form was not valid in portlet liferay

I have a form in my portlet in liferay 6. I want to validate data before sending data from form, but I cannot. I want that if my field is empty, the form does not submit. My jsp code: