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

YUI DataTable with dynamically load column def

I am doing a project with frontend using YUI data table to display some data. And I am using Spring MVC framework, the controller will get the data from database and return it in JSON format to the view. My data source is a url that returns JSON…
0
votes
1 answer

YUI 3 Chart Axis Label Positioning?+

I have created a chart using YUI and want to display axis labels. The x axis is fine, but the y axis label appears inside of the data. Here is what is happening: 10 | 9 | 8 | 7 l | 6 a | 5 b | CHART 4 e | 3 l | 2…
Khamey
  • 481
  • 4
  • 17
0
votes
1 answer

Data error while tring to display a YUI DataTable in Spring MVC

I am doing a project regarding Spring and YUI Data table. I am using controller to return JSON string and at the view will use the JSON string as data source to generate a data table. But somehow the data table displays "Data error". Here is the…
0
votes
1 answer

YUI 3 : Trigger auto complete suggestion through input programmatically

Well I was testing a input text say country box with which yui3 autocomplete plugin is attached. My task is to trigger this autocomplete suggestion by entering value in input box through javascript. I have tried countryNode.set('value','usa'); gives…
voila
  • 1,594
  • 2
  • 19
  • 38
0
votes
1 answer

YUI 3 rendering dropdown in a column on a datatable

I am trying to customize one of the column into a dropdown. It is a json response and the response for the column that I want to customize it into a dropdown list is an array. I am able to create a string into select and option tags but on the Data…
0
votes
1 answer

Using server response as foreign key table entry?

I store a server response through a Y.io command with an on success that looks like this: on: { success: function (requestId, response){ sess_id = parseInt(response.responseText); buildtable(); } …
Khamey
  • 481
  • 4
  • 17
0
votes
1 answer

How to store and use server response information?

I send a post to the server to create a new table entry in my database. Once the table entry is created I have the server respond with the id of the table entry. In the chrome developer tools I can see the response as just a singular number (i.e. if…
Khamey
  • 481
  • 4
  • 17
0
votes
2 answers

Rich Text Editor (YUI Simple Text Editor used) not sending data to next page

I am using a simple text editor from YUI, but when I click submit the code in the textarea/editor is not sent to the next page. I want to be able to receive it on the subsequent page and then store it in a DB(MySql). I have wasted lot of time…
Aman Chhabra
  • 607
  • 1
  • 8
  • 21
0
votes
0 answers

Pjax and Yahoo Media Player

The site I'm working on is set up using Jquery and Pjax. I also have the Yahoo Media Player loaded through an external script. After clicking through pages with pjax doing the work, the player needs to be reinitialized. Does anyone know how to…
0
votes
1 answer

Defining custom events in app framework YUI

I have problem with defining custom event in my app framework. Definition is correct, it works with calling it by this: Y.one('#foo').on('event', fn) but when I want to use it in app framework, in events section, it doesn't work. I tried with this…
Forin
  • 1,549
  • 2
  • 20
  • 44
0
votes
1 answer

how to unrender an autocomplete if once it is renderd

I have text-field on which i have attached the Auto-complete plugin (Y.Plugin.AutoComplete) what I do is to render it once other fields above it are checked. My question is once the above fields are checked and the Auto-Complete is rendered but…
warcoder
  • 111
  • 1
  • 10
0
votes
1 answer

Custom Formatted Checkbox YUI, does not remembers the state

Please refer to the jsfiddle : http://jsfiddle.net/jLmm2/3/ { key: "CustomeCheckbox", label: " Select
All", formatter: function (elCell, oRecord, oColumn, oData) { if (status == 'on') { …
Chittprakash
  • 67
  • 11
0
votes
1 answer

Sending JSON object back to server through YUI IO utility?

I am running a web page that generates random data and displays it in a HTML table. From the table I run a loop to gather the basic information (all rows that exist and exclude headers of table). This data gets stored in a JSON object called jData.…
Khamey
  • 481
  • 4
  • 17
0
votes
1 answer

Load plugins for specific version of jQuery

Assuming I have an old version of jQuery loaded on a page via a script tag in the head of the document, and then assuming I have loaded a second copy of jQuery, by spoofing a commonjs environment (Load jQuery and plugins in YUI)... How can I load…
Billy Moon
  • 57,113
  • 24
  • 136
  • 237
0
votes
1 answer

YUI 2.9 with new versions of browsers

We have developed a framework using YUI 2.9. As the newer versions of browser are released for like a month eg FF. We have to do testing for all the component with newer version. Is there any way this testing can be compromised? YUI 2.9 will be…
sabu
  • 1,969
  • 4
  • 18
  • 28
1 2 3
99
100