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

aui input-move-box is not passing value to Controller

My JSP has aui input-move-boxes. I am selecting values from the predefined List and Passing it to the relevant Portlet Controller. JSP Code <% List leftList = new ArrayList(); leftList.add(new…
Vinita Shah
  • 118
  • 2
  • 13
0
votes
1 answer

Liferay form does not check required fields at Add, despite checking them at Edit

I have a Liferay entity created by Service Builder, with the field "name" described as required in portlet-model-hints.xml: [...]
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

Alloy UI checkbox return datatype

If am writing this below mentioned code in my jsp file along with alloy UI, what data type I will be receiving in my Java class as a response. And what code I have to write to retrieve my selections ? <% for (Manufacturer…
Harshal Shah
  • 46
  • 1
  • 1
  • 11
0
votes
1 answer

client side datatable pagination

Am using Alloy UI data table and i have client side pagination. Alloy ui data table has inbuilt pagination and am using it. is there any way to customize its style and things. for example, if we enable pagination, it will provide "page Sizes" and…
San
  • 161
  • 1
  • 1
  • 13
0
votes
2 answers

partial AUI validation

Am having a form with two different sections, one is filter section and another one is details section. am using spring MVC with AUI components in liferay6.2. The filter section has few fields in which some of them is mandatory. am using aui…
San
  • 161
  • 1
  • 1
  • 13
0
votes
1 answer

Use locally deployed Alloy-UI

I've started using Alloy UI by using CDNs at http://cdn.alloyui.com/3.0.0/aui/aui-min.js. Is it possible to use Alloy UI locally without having to connect with the CDNs? So install something locally which serves the required files. We'd like to do…
0
votes
1 answer

AlloyUI selector for multiple ids

I want to call a function on blur of two elements, but I can only get it to work for a single element. I used the A.one() method to select the elements. Here is my code: AUI().use('aui-base','aui-io-request', function(A){ …
atul soni
  • 28
  • 3
0
votes
0 answers

i did not understand how can i use AlloyUI dropdown script

i did not understand how can i use AlloyUI dropdown script. i have write this code 5 time on my same page.
0
votes
1 answer

Alloy-ui diagram-builder method overwriting

My question is quite simple, how can I overwrite the method connectEnd from the aui-diagram-builder-impl.js ? There is no problem to overwrite the methods from aui-diagram-builder.js. I importing the aui-diagram-builder-impl.js file in my index.html…
0
votes
1 answer

Menu sticky conversion from jQuery

In another post, a user asked how to convert a jQuery script to AUI. Unfortunately, the answer didn't work for me. My Objective To get the menu to stick when the menu element is leaving the window viewport. the jQuery $(window).scroll(function ()…
Anne Stahl
  • 121
  • 1
  • 1
  • 9
0
votes
1 answer

AUI Scheduler trigger modal instead tooltip

maybe someone could help me. I want to open a modal instead of the standard event tooltip, but i'm a .js noob and i can't solve this problem. For now #myModal opens after i pressed the "save" Button of the appearing tooltip, but i want to open the…
SiM
  • 1
  • 1
0
votes
1 answer

Updating Columns Dynamically - Alloy UI

I'm trying to change columns dynamically in my Alloy UI DataTable - depending on what button is selected, columns are changed depending on which data is returned. My columns get updated, however the actual data is never included in the table. When I…
Clay Banks
  • 4,483
  • 15
  • 71
  • 143
0
votes
1 answer

Alloy UI - Get Record After Updated

In Alloy UI, how can I execute a function on my Data Table after modifying the data with a TextCellEditor? fieldEditor.on( 'save', function(e) { //do something }); Once the TextCellEditor is saved, the table would pickup the…
Clay Banks
  • 4,483
  • 15
  • 71
  • 143
0
votes
1 answer

Alloy UI editable select tag

Is there any way, how user can input his own value to the aui:select component? I want the user to select an option from the drop-down list or add his own option. Example:
Michal Krasny
  • 5,434
  • 7
  • 36
  • 64
0
votes
0 answers

Alloy UI Pagination not working in IE8

Im using Alloy UI for My Liferay 6.2 Portal, i have a DataTable with a pagination widget and everything works fine except for IE8 under Win XP. Apparently the browser is not rendering the YUI instructions to change the dom and is not loading the…
Lowtrux
  • 156
  • 2
  • 12
  • 41