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

Adding a Tab to TabView

In AlloyUI is there a simple way to add a tab to an existing TabView? I've searched the API but could not find a proper example. Something like: var tabview = new Y.TabView({ srcNode: '#myContainer' }).render();//main Tab View var myDynamicTab =…
Clay Banks
  • 4,483
  • 15
  • 71
  • 143
0
votes
2 answers

Refresh asset publisher portlet liferay6.2

I need to refresh asset publisher portlet every 5 minutes.. Liferay 6.2 ce ga2 thank you
SoukaProgrammer
  • 94
  • 2
  • 11
0
votes
2 answers

Changing YUI (or AlloyUI) method behaviour

I was trying to change _onFormReset method in YUI (or Alloy UI) - I think it is common JavaScript (OOP) thing, but I am a noob in JS OOP and YUI (been using some JQuery till now) - how can I change functionality of method (keeping other methods as…
nettutvikler
  • 584
  • 7
  • 18
0
votes
1 answer

Alloy UI Scheduler Multiple Day Event for selected Time Period

The problem being faced with Alloy UI Scheduler is that, I am unable to select multiple day event for a selected time period for example from 12-Aug2014 to 15 Aug 2014 with timing from 1:00 PM to 5:00 PM everyday from 12th to 15th Aug 2014. As of…
Rohan K
  • 177
  • 1
  • 3
  • 21
0
votes
1 answer

How do I validate a group of checkboxes with YUI3 AlloyUI?

I have a form field with a group of checkboxes and at least one of the many checkboxes must be selected in order to submit the form. How do I use YUI3 rules to make this happen? Many thanks, S rules: { fname: { required: true, }, …
scottgemmell
  • 159
  • 1
  • 1
  • 9
0
votes
1 answer

Alloy user interface (access a tag value)

I'm working with liferay portal 6.2. And I want to get the value of the text in a tag with alloy user interface. exemple:

Paragraph

"value"
the desired result is: value please help.
user3845254
  • 61
  • 1
  • 7
0
votes
1 answer

event handling aui button liferay6.2

I am using liferay 6.2. I have an add button beside a select box. Upon selecting an element from the box and clickin on add should add the respective element. It was working well on liferay 6.1 but now the click event does not do anything instead…
user596502
  • 417
  • 3
  • 10
  • 22
0
votes
1 answer

How can I get a localized version of a YUI 3 or AlloyUI component?

As an example, how could I render an AlloyUI scheduler which has the days in Japanese rather than English?
stiemannkj1
  • 4,418
  • 3
  • 25
  • 45
0
votes
1 answer

Liferay + JSP + AlloyUI: Button as link and submit

I use Liferay 6.2 on JBoss 7.1.1. Also I am using a JSP as view with AlloyUI. I want a button as a link and as a submitter of a value to a method in the MVCPortlet class. The link is inside a java array. The attribute that is passed to the java…
jcomouth
  • 324
  • 3
  • 16
0
votes
2 answers

Liferay alloy button enable/disable

I am trying to get a simple button to be enabled/disabled when checkboxes are being selected, yet in Alloy UI within Liferay, it doesnt seem to work. Any suggestions?
user1700945
  • 125
  • 2
  • 10
0
votes
1 answer

AUI textboxlist - retrieve removed elements value

I am using Liferay 6.2 and want to retrieve the value of removed element from a Textboxlist component. I have stored a list of values in a hiddenInput element, and I display the list in a Textboxlist. As I remove the element, I want to update the…
user596502
  • 417
  • 3
  • 10
  • 22
0
votes
1 answer

Saving data to server from aui datatable TextAreaCellEditor

How can we save data from AUI DataTable Text Area Cell Editor to server. I am doing something like: var nameEditor = new Y.TextAreaCellEditor({ validator : { rules: { name:{ email:true, required:true, } } } }); How can I get a…
0
votes
1 answer

closethick button disappear liferay popup 6.2

I am migrating the AUI popup dialog window from liferay 6.1 to liferay 6.2. I see that there are some specific changes to be made. I had some problems with display of buttons but it is resolved now. But the problem is with the close icon (x) which…
user596502
  • 417
  • 3
  • 10
  • 22
0
votes
1 answer

Dynamic column addition/deletion of DATATABLE in YUI 3.3

I am working with YUI 3.3 datatable in Liferay. I have a requirement where I need to modify the columns during runtime. i.e, I need to add few more new columns, or remove few columns from the current COLUMNSET ? How can this be achieved ?
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
0
votes
1 answer

Alloy YUI - Tab retain after Portal refresh / Submit some action

I followed this link http://alloyui.com/examples/tabview/ for Tab view.I am having 3 tabs and each tab contains unique form.It can submit also.After clicked 3rd Tab and submitting the concern form in 3rd Tab it is redirecting to 1St Tab only …
ahamed sakir
  • 81
  • 1
  • 6