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

AUI : Event rendering issue in month view

Liferay's calendar portlet uses AUI scheduler. I got following issue : I created following two an event on same day which starts on weekend(Sunday) and ends on next day (Monday)(first day of next week) Event-A : start-time : 12:10 PM,…
aston
  • 632
  • 5
  • 17
3
votes
3 answers

How to get checkbox checked value in AlloyUI?

How to get Liferay AUI taglib checkbox checked value in AlloyUIi ?
Devang Solanki
  • 153
  • 2
  • 13
3
votes
3 answers

An Ajax call in Liferay 6.2 portlet

I'm beginner with Liferay, and I would Like to make an ajax call. What i am doing is: - I have a button In the jsp page to make the ajax call a variable is initialized in the javascript code, and incremented every time the user clicks on the button.…
user3845254
  • 61
  • 1
  • 7
3
votes
1 answer

Referrential integrity in Liferay 6.2 service builder

I have been searching around for setting up referrential integrity for my database using Liferay IDE's service builder. For e.g: I have a master table(entity) and a child table(entity). child table has a foreign key which is the primary key for the…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
3
votes
3 answers

Liferay 6.2 modal add callback on close

I need to excute a generic function (console.log) on closing (on hide) modal window created with this javascript code: YUI().ready(function(A) { YUI().use('aui-base','liferay-util-window', function(A) { …
tommynicoletti
  • 140
  • 1
  • 6
3
votes
1 answer

LiferayWindowState.EXCLUSIVE cannot be resolved to a type?

this is my view.jsp. when i click hyperlink on view.jsp i want to display jpop.jsp page in popup? can any one tell me is this possible with this? iam new to liferay. i have error at LiferayWindowState.EXCLUSIVE cannot be resolved to a…
ASR
  • 3,289
  • 3
  • 37
  • 65
3
votes
0 answers

Call an aui:script function in JavaScript or convert aui:script code in JavaScript code

I need to call in JavaScript one of the two aui:script functions from the source code below, or to convert this aui:script source code in JavaScript code (in this way it would be easier for me).
2
votes
2 answers

AUI datepicker error and workaround

I am checking the Liferay Site for Alloy UI date picker. The problem in the given example is that there is no select option. If the DOB of my user is in 70's then the user has to click back button multiple times. This is not a happy scenario for…
Some Java Guy
  • 4,992
  • 19
  • 71
  • 108
2
votes
2 answers

How to set icon in Liferay without using Javascript?

I'm trying to set icon to like on this tutorial. But solution described there doesn't work well in my case, because I have a table and on each row I have a button with different resourceUrl. Like this:
andriy
  • 4,074
  • 9
  • 44
  • 71
2
votes
2 answers

How to set "destoryOnHide" or "destroyOnClose" to modal dialog which is existing, in Liferay?

I have modal dialog in Liferay 6.2 Is there any way to set destoryOnHide or destroyOnClose to dialog, but after render process?
standart5
  • 31
  • 4
2
votes
2 answers

liferay 7 - Mismatched anonymous define()

I'm trying to include sockjs (v1.1.2) in my liferay 7 portlet, but I'm receiving this warning: Mismatched anonymous define() module: function ()... and then the library isn't loaded. I directly included the .js file in my liferay-portlet.xml like…
3vi
  • 420
  • 1
  • 4
  • 21
2
votes
1 answer

How to create Structure & Template programmatically in Liferay 6

I need to create the Structure and Template progrmatically through java code.I used following code snippets. Structure: public void createStructure(String userName,long userId){ log_.info("Inside create structure "); long…
2
votes
2 answers

How to get the Structure/Template id by Structure/Template name

I have a requirement that, Need to create JournalArticle with Structure and Template.While creating JournalArticle the method expecting the StructureId and TemplateId but these are generated by Liferay.So by name how can i get Id's of both.
2
votes
1 answer

How to Add/Update/View tags for the user in Liferay

I have a following requirement regarding tags and users. Tags should be searched based on the email address specified in the text box. Tags available for the particular user to be displayed based on the email address after search. There should…
2
votes
1 answer

ALLOYUI Datepicker setter and getter method

I have two input text box startdate and enddate I need two simple things On click of startdate and selection of start date, need to update end date with +7 days. Format…
Vyas Ishan
  • 21
  • 3
1
2
3
17 18