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

Using Liferay Auto Field in my custom portlet?

In my custom portlet this is my view.jsp :

Liferay auto fields example

Phone Numbers
brelian
  • 403
  • 2
  • 15
  • 31
0
votes
1 answer

How to customize search container emptyResultsMessage in lifray?

I want to display the message with a jsp page in search container emptyResultsMessage. Presently my code is:
ASR
  • 3,289
  • 3
  • 37
  • 65
0
votes
1 answer

Opening popup without scrolling bar

I'm working with js, jQuery library, in a Liferay Portal webpage and when I popup a content the content information protrudes the window. What I should do if I want a scrollbar to set the content inside the popup?¿ Here is my code... function…
user1592470
  • 401
  • 2
  • 8
  • 21
0
votes
2 answers

How cleared issues in the issues.liferay.com can be applied in our Liferay Portal

I want to know how to apply the issue changes done in the Liferay Issues can be applied in our portal. For example my issues are cleared in the following…
MKD
  • 799
  • 2
  • 11
  • 15
0
votes
1 answer

how to display text box value in aui popup in liferay?

in this jsp i have displayed the popup when i click it on button using aui.. i want to display the text box value when i click it on the popup box can any one help me?.i dont know how to use pop. <%@ taglib uri="http://liferay.com/tld/aui"…
ASR
  • 3,289
  • 3
  • 37
  • 65
0
votes
1 answer

How to create a sub-organization in Liferay 6.1

I want to create a sub-organization inside a Organization in Liferay 6.1. Please guide me to achieve this. Regards, Dinesh.
MKD
  • 799
  • 2
  • 11
  • 15
0
votes
1 answer

Strange AUI behaviour

Up until now i assumed a call to AUI would be processed synchronously within the embedding JavaScript. Now I noticed the following behaviour: Liferay.on('allPortletsReady', function() { AUI().use('node', function(A) { …
0
votes
2 answers

Date is not showing up properly in Liferay portlet

In my portlet I have one form where I am showing dates through following code JSP:
mitpatoliya
  • 2,037
  • 12
  • 23
0
votes
3 answers

Detecting Enter pressed in AUI Dialog

I want to detect if enter was used in html textfield i load into the Dialog. If enter was pressed i want to simulate a click on the Save-Button. i tried many things, basically pushing this code around: $(document).keypress(function(e) { if…
Wandang
  • 912
  • 2
  • 8
  • 37
0
votes
3 answers

Function for listing user parameters

I want to add a form into my application for generating rules considering the attributes of Liferay Users. Do you know a function for getting a list of this attributes? (List of parameter names) Example: 1. Address, 2. FullName, 3. AccountId, 4.…
user1592470
  • 401
  • 2
  • 8
  • 21
0
votes
1 answer

Alloy.UI not working with JQuery.html

I was trying to dynamically create textbox in Liferay as shown here. I am able to do it with tag but not with , why? <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> <%@ taglib…
user2304995
  • 35
  • 2
  • 7
-1
votes
1 answer

Cancel Button shows required error

I have a form with input having validator and also autoFocus (required), submit button and cancel button. When I click on cancel button it shows required error and then redirect to another page. What I want is : How could I prevent form validation…
Ghita
  • 169
  • 1
  • 1
  • 14
-1
votes
1 answer

AUI input keyup detection does't work

I have this script: AUI().use('event', 'aui-node', 'aui-base', function (A) { var inputObject = A.one('#_Tend_ApplicationMain_WAR_ETenderportlet_vrednost').on('keyup', function (event)…
-1
votes
2 answers

aui validator equalsTo is only for password?

I want to make a confirm emailaddress like confirm password in liferay form the confirm password uses aui validator equals to, to campare both fields of password, my doubt is: Can I use this aui:validator to validate a non-password field?
Christian P.
  • 15
  • 1
  • 6
-1
votes
2 answers

How to remove aui from own portlet in Liferay

I'm using Liferay Portal Community Edition 6.2 CE GA2 (Newton / Build 6201 / March 20, 2014). It uses AlloyUI. Every page in my project is created by using JSF and Primefaces. Unfortunately AUI css has ie. that rule: .aui input { width:…
bemol
  • 381
  • 3
  • 18
1 2 3
17
18