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

Liferay AUI createUrl() - Reject process action

I am currently trying to automatically generate actionUrls in a datatable using aui. I am already generating the links using a formater, however, as soon as I try to exectute the action using one of the links it is rejected and the action is not…
0
votes
1 answer

changeRequest in Alloy 2.5 and Liferay 6.2 cannot be called

I am trying to migrate a portlet from Liferay 6.1 to 6.2 and forced to adapt the Alloy code to 2.5 version and the aui-pagination part: pagination = new A.Pagination({ circular: false, containers: '.pagination', …
Sparkan
  • 139
  • 1
  • 13
0
votes
1 answer

How can I save and restore AlloyUI FormBuilder fields?

I want to save the user selected and predefined fields of an AlloyUI FormBuilder. I have tried to use JSON.stringify(formBuilder.get('fields')), but I get the following error: Uncaught TypeError: Converting circular structure to JSON How can I save…
stiemannkj1
  • 4,418
  • 3
  • 25
  • 45
0
votes
1 answer

how set default date in alloyui date picker in alloy ui 2.0.x version

I want set default date in alloy ui datepicker. in previous version 1.5.x that is dates attribute in calendar. new A.DatePickerSelect( { appendOrder: ['m', 'd', 'y'], calendar: { dates: ['10/01/2014'] // in 1.5.x version to set…
0
votes
2 answers

How to play alloy ui video continuously/repeatedly

I want to play alloy ui video to be repeated once it finish, below is my the code any help will be appreciated