Questions tagged [yui]

A set of utilities and controls, created by Yahoo in JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX

The YUI (Yahoo! User Interface) library provides tools for professional web development, including a rich JavaScript and CSS library -- all freely available under a liberal BSD license.

Active development of YUI was discontinued by Yahoo! on August 29th, 2014, based on the following:

Most core YUI modules do not have active maintainers, relying instead on a slow stream of occasional patches from external contributors. Few reviewers still have the time to ensure that the patches submitted are reviewed quickly and thoroughly.

Therefore, we have made the difficult decision to immediately stop all new development on YUI in order to focus our efforts on this new technology landscape. This means that, going forward, new YUI releases will likely be few and far between, and will only contain targeted fixes that are absolutely critical to Yahoo properties.


Documentation :


Related tags :

1782 questions
0
votes
1 answer

Call YUI3 script before onSubmit() of Button on Wicket Framework

My requirement is on Click of "Submit" button - loop through "< li >" elements on HTML page, get the objectURL from each "< li >" element, load the image on to Canvas and get dataURL from it. Store these dataURLs inside hidden field on HTML page. …
0
votes
2 answers

YUI is not defined - Create all in a js FILE

i'm trying to test some YUI3 examples in a Crossrider App, so i need to create all in a JS file. I dont know if something is added wrong or what is the failure The code following is on the "extension.js" of the crossrider. After install, debugging…
0
votes
0 answers

Struts2 and Ajax Call Failure for Token

I have an application with Struts 2 and YUI. A page is populated to display few Groups (A.jsp) and this page contains a tag. When I am clicking any button on this page, it is invoking some url and works fine. But when I am using some Ajax call from…
Abhishek Chatterjee
  • 1,962
  • 2
  • 23
  • 31
0
votes
2 answers

Yahoo UI Custom Button

I have a YUI button defined through HTML markup. I managed to get it loaded and "skinned" properly. The problem is a custom click event. I have tried a number of approaches all of which links the custom function to the 'click' event, but no matter…
giuliocc
  • 64
  • 4
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

Conditional visibility of Yahoo widgets inside a datatable

I have the following code (see below). The question is how to hide the formatter textbox for column quantity_value1 whenever the value of the column condition1 is 0. var response = { "id": 1, "items": [ {"condition1": 1,…
richardtk_1
  • 751
  • 3
  • 11
  • 33
0
votes
1 answer

How do I run the code in a YUI module?

I have a page which has product images (representing product colours) and a product colour selection box. This page was built using Squarespace Commerce and uses YUI. If you change the product colour using the selection box, some code is run which…
Dave Hilditch
  • 5,299
  • 4
  • 27
  • 35
0
votes
4 answers

Upload the image with preview

Hi I wanted to upload images(along with other form details) and preview them, using jsp and servlets. I am able to do the uploading part but could not get, how to preview the images in the frontend. I am using YUI to implement it. Actually I am…
Amit
  • 435
  • 2
  • 8
  • 16
0
votes
1 answer

YUI StyleSheet doesn't change content of tag style

I'm trying to use YUI StyleSheet to change some content of the style tag but it doesn't change. Visually, everything works but when I inspect the code in chrome Dev Tools there are no changes. Am I doing something wrong? My code: Style
shadox
  • 3,238
  • 4
  • 24
  • 38
0
votes
1 answer

Retrieving the updated datasource from YUI datatable after editing it

I am using the datatables from YUI 2.8.2 and its widgets to edit a datasource (YAHOO.example.Data.response) as follows: this.bpDataSource = new YAHOO.util.DataSource(YAHOO.example.Data.response); response_datasource = this.bpDataSource; …
richardtk_1
  • 751
  • 3
  • 11
  • 33
0
votes
1 answer

why after applying yui context reset my webkit number input spin button stopped working

I have added style sheet like this and i had…
Savitoj Cheema
  • 460
  • 2
  • 9
  • 22
0
votes
2 answers

YUI 2.9 TreeView

I am able to render a tree using YAHOO.widget.TreeView yui 2.9. Using pre made tags
  • Products
I am able to get the label i.e Products using node.label YAHOO.util.Event.on('allProductSaveButton','click',function() { var…
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
2 answers

YUI3: How would I trigger an event?

Suppose I have a click event on a link/button/etc. var myButton = Y.one('.button'); myButton.on('click', function() { // code }); There is something else happening on the page that I want to trigger a click event on this button. How would I do…
Stephen
  • 2,410
  • 3
  • 33
  • 57
0
votes
1 answer

YUI Popup Background

I am using YUI popus at multiple places in my project. For which i have given a body background color #fff in common css. But in one popup i don't want this popup background. How can i remove this from javascript. notifier : new function(){ var n =…
Abhinav Parashar
  • 619
  • 4
  • 11
  • 27