Questions tagged [alloy-ui]

Alloy is a UI metaframework that provides a consistent and simple API for building web applications across all three levels of the browser: structure, style and behaviour.

Alloy UI is a user interface web application framework. It's purpose is to help make building and designing web applications an enjoyable experience.

Alloy UI is a javascript framework which is built upon the . This framework is extensively used by portal as the de-facto javascript & UI framework.

Current version of the library is Alloy UI v2.5.x.

What questions should have this tag?

  • questions which involve using any function or modules of alloy-ui
  • questions which involve using alloy-ui taglibs in liferay
  • questions which involve using alloy-ui modules/functions with liferay

Interesting links

236 questions
0
votes
2 answers

LifeRay creating a new type of aui validator

I want to create a new type of aui validator. For example : the alpha validator does not accept the space…
Mathis Hobden
  • 356
  • 2
  • 7
  • 19
0
votes
2 answers

How to validate in a Liferay Form?

In View.jsp I created a form by using . there are some inputs and 3 select-box on it, actually I want to validate all of them. for inputs I used but I don't know how can I validate my Actually I want to validate these three :
brelian
  • 403
  • 2
  • 15
  • 31
0
votes
4 answers

How to close PopUp window in Liferay 6.2?

I am using Liferay UI for popup window in Liferay 6.2. I am getting the pop up but i can not close it.Why it is not working Liferay 6.2. Below is my code which is written on parent page: AUI().ready(function(A) { AUI().use('aui-dialog',…
0
votes
2 answers

npm install error while following instructions from https://github.com/liferay/alloy-ui

The following error appears while installing local dependencies by following the instructions from this Github/Alloyui link. I am using Windows 7 Os C:\Users\Admin.HOME-PC>npm install npm ERR! install Couldn't read dependencies npm ERR! Failed to…
MKD
  • 799
  • 2
  • 11
  • 15
0
votes
1 answer

Using Alloy UI in LifeRay portlets

I need to validate my forms in LifeRay portlet. After some research I understands that LifeRay has 2 ways to validate form: using Alloy UI taglibs and using Alloy UI javascript library. And using taglibs it is the old way (please correct me if I'm…
WelcomeTo
  • 19,843
  • 53
  • 170
  • 286
0
votes
2 answers

Can I use the latest version of YUI alongside AUI in liferay 6.1?

We are not yet ready to move to 6.2, but don't want to add unnecessary barriers. In the alloyui upgrade from 1.5 to 2.0, many widgets disappear : excerpt from Reintroducing AlloyUI (or meet Alloy 2.0): Fewer Components The last version of AlloyUI…
Alain Dresse
  • 673
  • 8
  • 24
0
votes
1 answer

Change default editor for node in AlloYUI Diagram Builder

I have to make a diagram editor, so I'm using AlloYUI, I've added a custom node following the answer for this question. I've successfully set new nodes and retreive it's values via diagramBuilder.toJSON() What I'm trying to do is change the default…
0
votes
2 answers

AlloyUI with ASP.net MVC Anyone?

Has anyone used AlloyUI with ASP.net MVC 4.0 ? Found this UI library very useful. I'm planning to use it in an enterprise class application. Though the library looks great, I'm not finding any resources except for their official API. Neither does…
0
votes
2 answers

Alloy UI time format 24 hours Liferay 6

Hi there how to show allow ui date picker for time field using 24 hours format? I'f I'm using [code] <% Calendar dob = CalendarFactoryUtil.getCalendar(); dob.setTime(new Date()); %>
dmh
  • 430
  • 10
  • 31
0
votes
2 answers

How can i wrap an existing liferay aui validator with a custom validator

I am looking to get more control over the validation process of liferay aui components so that i can put in some custom code to handle things such as error event tracking for web analytics. This question is related to my earlier question how can…
arajashe
  • 281
  • 1
  • 9
0
votes
2 answers

aui:form with many aui:button

I am trying to develop an aui:form with three aui:button this way...
user1592470
  • 401
  • 2
  • 8
  • 21
0
votes
1 answer

liferay-ui view selecting a row

I'm working on a portlet for showing a list of rules, for selection. And I want to focus the row of content selected on my database (rules variable loaded on init.jsp). What I should do for focusing/highlighting exactly one row? Should I use
user1592470
  • 401
  • 2
  • 8
  • 21
0
votes
1 answer

restrict image file size in alloy UI

I am making a simple form using Alloy UI. It has an image upload field. I want to restrict image file size say, to less than 10MB. I have tried and in my view.jsp. But, this is not working. What…
Shruti
  • 47
  • 8
0
votes
1 answer

Error when rendering a Alloy UI form in Liferay

This is a form in my Liferay portlet.
Beginner
  • 1,010
  • 4
  • 20
  • 42
0
votes
1 answer

In Liferay 6.1, is it possible to search by date only on a datetime field for a ServiceBuilder portlet?

I have created a portlet, via Service Builder, that stores some user data, as well as a date. relevant portion of my service.xml file
CatsAndCode
  • 377
  • 9
  • 27
1 2 3
15
16