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
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
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

How to fix AlloyUI modal always showing up below diagram canvas?

I'm trying to use AlloyUI diagram and modal together like so: var Y = YUI().use( 'aui-diagram-builder', 'aui-button', 'aui-modal', function (Y) { var availableFields = [{ iconClass: 'aui-diagram-node-start-icon', …
none
  • 11,793
  • 9
  • 51
  • 87
3
votes
2 answers

How to extract structure from AlloyUI form builder?

I have been playing around with AlloyUI form builder but I can't find how to get the data of the form I have been editing. I looked in the doc, the code... am I blind ? :-) Thanks! Chris
Chris Hki
  • 137
  • 1
  • 1
  • 6
3
votes
3 answers

In AlloyUI (or YUI3 I suppose), how do I trigger a change event when checking a radio button using setAttribute?

Changing the value of a radioButton using setAttribute('checked',true) changes the value of the radio button, but does not fire a change event. This does not seem to be limited to YUI or AlloyUI (see for instance Detecting a change in radio…
Alain Dresse
  • 673
  • 8
  • 24
3
votes
0 answers

Is it possible to use an alloy-ui module with the YUI seed?

We are using YUI extensively and would like to use a few of the alloy-ui widgets. E.g. the diagram builder. If we include the original YUI seed, can we load and use alloy-ui modules? I am assuming this would be possible using groups in the YUI…
Marc
  • 3,243
  • 3
  • 23
  • 26
3
votes
2 answers

jodd.bean.BeanException: Simple property not found: cId Invalid property: 'TradingCategoryImpl#cId'

I meet the following problem I am using AlloyUI to implement a portlet in Liferay with the following code
user1682107
  • 31
  • 1
  • 2
2
votes
1 answer

Alloy UI problems with javascript function

I'm breaking my head trying to call a js function from a button element inside a form, here is my code: <% PortletPreferences prefs = renderRequest.getPreferences(); String employee = (String)prefs.getValue("name", "New Employee"); …
agapitocandemor
  • 696
  • 11
  • 25
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
1 answer

Is it sufficient to learn YUI for the development with Alloy UI?

There is not really much information available for Alloy UI (the current JavaScript framework for Liferay 6.x), and as it builds on top of YUI, is it enough to get a book for YUI and scan through their documentation? Somehow I'm not able to find any…
2
votes
1 answer

How to localize the alloyui scheduler component?

I am trying to fully localize the alloyui scheduler in French. Following this article: How can I get a localized version of a YUI 3 or AlloyUI component? the job is almost done. However I am still missing tips for two things: - I need the time…
vincent
  • 23
  • 2
2
votes
2 answers

uncaught Reference error YUI is not defined console error

I am using alloyui for fronted , when i trying to use this getting issue.uncaught Reference error YUI is not defined console error. below is code any help. i just updatet this code please look the bellow code . …
Sanjay Yadav
  • 243
  • 3
  • 20
2
votes
1 answer

Liferay aui css overriding

we have created a simple Webcontent template with Liferay 6.2 EE. The template was built with freemarker. Now we want to use our own homemade css file to apply our style to the webcontent template. But liferay's aui.css seems to override some of our…
HelmutSteiner
  • 99
  • 2
  • 11
1
2
3
15 16