The YUI (Yahoo! User Interface Library) is a set of utilities and controls, written with JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.

learn more… | top users | synonyms

1
vote
0answers
14 views

What is the use of following code guard in YUI JavaScript code?

In the YUI3 library source code: if (typeof YUI != 'undefined') { YUI._YUI = YUI; } Why does it need to assign itself to a member variable of an existing self (if it already exists)?
0
votes
2answers
20 views

How to style with Y.StyleSheet

I am trying to style an element using Y.StyleSheet. This is how I am currently doing it, and it works fine: http://jsfiddle.net/AxUMD/47/ document.documentElement.className += ' js'; ...
1
vote
1answer
10 views

How to iterate data output from DataSchema XML

YUI().use("datatype-xml", "dataschema-xml", function(Y) { var dataIn = Y.DataType.XML.parse(xmlData); schema = { resultListLocator: "song", resultFields: [{key:"title"}, ...
1
vote
1answer
41 views

How to check if check box is checked with change listener

I am trying to check if a check box is checked and show an element on the page if it is checked. This is my function: function checkedTechSolutions(){ Y.one('#techsol ...
0
votes
1answer
13 views

JSP + returning json performance YUI

I have some legacy code that I'm going to tweak. In the jsp there are some calls to server side objects and a big messy block of json is generated server side in the subsequent htm. It is formatted ...
0
votes
2answers
33 views

YUI 2.5. Populating a dropdown from XML

Currently editing an application built using YUI 2.5 and Perl. I need to populate a dropdown from an xml file, and only specific rows are to be used depending on the attributes of the node. ...
0
votes
2answers
49 views

Flexibility of Twitter Bootstrap Layouts

I am currently using the Yahoo user interface (YUI) grids for my layouts. I find it really easy using these grids. There is no fuss in getting in a layout of (for example) 1350px, centered. And then I ...
0
votes
0answers
7 views

about function cubicBezier in module transition-timer

today, i saw the source code of module transition-timer,if find the function cubicBezier that describe the Bézier curve. see the source code below. cubicBezier: function(p, t) { var x0 = 0, ...
1
vote
3answers
95 views

Expand/Collapse a div element?

I want to show a content box (say a div) only up to a specified height by default. There will be a link like "More/Less" at the bottom which when clicked, I want to show the full content of the ...
-1
votes
1answer
27 views

Unique function/variable

I have a web application that opens multiple tabs using Ajax and in those tabs there is some JavaScript functions and variables. What's the best approach to make the functions and variables unique, ...
0
votes
2answers
52 views

YUI datatable conditional dropdown editor

I'm currently editing an application which uses YUI 2.5. I haven't used it before and could use some help. I want to be able to add a dropdown editor for a particular column's rows using datatable, ...
0
votes
0answers
11 views

How to set PAGES property in YAHOO.widget.CalendarGroup for different case?

I meet a problem when doing the YAHOO.widget.CalendarGroup. I want to do it like this, if the page widtha is less than 720px, the CalendarGroup PAGES property is 1 , if more than 720px, the ...
0
votes
0answers
12 views

YUI Datatable table border not visible in IE 8

I am currently working on a project in which two YUI datatables are being used in two different tabs of a tabview. When i click on first tab, YUI datatable is getting displayed properly with all data ...
0
votes
0answers
24 views

YUI Paginator - set initial page on refresh - dataSource.sendRequest()

I'm using YUI tables and Paginator. We have this "reload" function. I can't seem to figure out how to keep the current page number; it always comes back to page 1. var direction = ... ...
0
votes
0answers
24 views

Getting Error bx.replace is not a function

I am working on one webpage, which contains 3 javascript libraries. Jquery, Yahoo, sizzle.js. Customer has their own js library (external.js), which loads the top and bottom navigation menu. Below is ...
0
votes
2answers
27 views

javascript - edit buttons within the same div but multiple spans

I'm looking for a solution to change multiple buttons to an unchecked state each time a button is clicked. Here's the div <div id="season" align="center"> <span class="yui-button ...
0
votes
0answers
58 views

YUI Compressor Error (illegally formed XML syntax => </html>) while building sencha native app

I was building my sencha native app,and getting this error while processing my separate index.html file.any idea? Processed local file test/index.html [ERR] C2000: YUI Compressor Error ...
0
votes
0answers
18 views

YUI 2 - changed checked value for all elements with the same name

I'm working with YUI 2 on a project and I'm wondering how I can change the value of an entire group of radio buttons with the same name: This is what I have but the document.getElementsByName keeps ...
0
votes
0answers
59 views

How to create Alloy UI dropdown

Hello I'm trying to create dropdown menu with Alloy UI. <link rel="stylesheet" href="alloy2/aui-css/css/bootstrap.css"/> <script src="alloy2/aui/aui-min.js"></script> <div ...
0
votes
0answers
22 views

YUI chart wizard cannot discover datasource on XMLA4JS

I'm trying to use YUI chart wizard in XML4JS but when I try with my datasource. There is nothing appear. Can anyone give me a suggestion on this situation? here is the link of my datasource with YUI ...
0
votes
0answers
13 views

YUI ResultHighlighters - Issues

I am trying to integrate this Yahoo finance look up into a financial website. http://albertosantini.github.io/examples/getquote/ac_getquote_yahoo.html Everything works great. But, the results are ...
0
votes
1answer
46 views

YUI-2 Datatable : Dynamic column definition with Server side AJAX pagination sorting

I am using the below code to create a YUI datatable with dynamic data(columns). But am facing a issue in server side pagination. As of now it is working fine with client side pagination, but I need ...
5
votes
1answer
106 views

Memory leak with DataTable and DataSource with polling

I have a DataTable which is populated from a remote JSON DataSource: var dataSource = new Y.DataSource.Get({ source: url }); dataSource.plug(Y.Plugin.DataSourceJSONSchema, { schema: { ...
0
votes
1answer
14 views

YUI add a class to datatable

I cannot figure out for the life of me how to add a custom class to a YUI datatable. e.g., <table class="custom-class">...</table>
0
votes
1answer
31 views

YUI Datatable 2.9.0 dynamically setting CellEditor to TextBox Editor in Windows with Chrome

So I've developed a dynamic inline editor that allows you to select a data type in one cell and this causes the editor for another cell to dynamically change to an appropriate cell editor e.g. ...
0
votes
1answer
34 views

Text displays on top of covering div in spite of z-index - Chrome & Firefox

I'm experiencing the strangest issue. I've been banging at this one for over an hour no but to no avail. I have a div with text, with this CSS: z-index: 1; position: relative; I have a ...
0
votes
1answer
37 views

how to maintain same css styles for both yui and jQuery datatables

We are building some tables using jQuery data tables and some of the tables are using yui data tables.So the tables are displaying in different colors .What i have to do to keep all the tables ...
0
votes
1answer
49 views

What is a better fit for ASP.NET MVC - YUI or KendoUI? [closed]

I am a newcomer to ASP.NET MVC, and im wanting to start utilizing JS frameworks for templates, and using charts and grids with JSON Data, but im torn between using YUI and Kendo. So far I have weighed ...
-1
votes
0answers
34 views

KendoUI vs YUI in ASP.NET MVC [closed]

I would love to get your opinion on KendoUI vs YUI other than the cost of course! It just seems to me that Kendo UI just has nicer looking controls, but with a heaver filesize. Would love to hear your ...
0
votes
1answer
148 views

YUI JavaScript - How to add input textbox after select onchange event?

How can I insert an additional input textbox after an onchange event in a selectbox with the YUI library? It is required to use YUI and the form is created with the PEAR Quickforms lib. What I have ...
2
votes
1answer
56 views

Configure Alfresco.util.PopupManagers YUI Dialog

I'm trying to configure the width for Alfresco.util.PopupManager.displayPrompt() but I don't see how to do it. YUI Dialog has a width property, but the only config that I've managed to see, ...
0
votes
1answer
76 views

How to get total record on the current page(via YUI paginator) of Primefaces datatable

I use code below: <script type="text/javascript"> function test(){ var arr = product.getPaginator().getPageRecords(1); } ...
-1
votes
0answers
21 views

YUI2 dual slider incompatible with different browsers

I created a YUI2 dual slider that seems to work on most browsers except for IE. Does anybody know a solution as to why this is happening? It seems like only my left thumb is working... and my right ...
0
votes
1answer
30 views

Symfony2 Compiled Assetic YUI

I've created a new environment called 'staging' which is pretty much the same config as the 'production' environment and I'm trying to use yui_compressor on my css and js files. Please see an example ...
1
vote
0answers
23 views

Creating a dynamic custom proxy element in YUI3 drag

I am currently trying to implement drag and drop using YUI3. My requirement is that when the user drags a particular division, the image inside that division must be used as a proxy and when I drop it ...
0
votes
0answers
95 views

Jekyll Asset Pipeline + YUI fail to compress JS file

I'm building a site using Jekyll and Jekyll Asset Pipeline and when I generate the site I get the following error: Configuration from /home/liamzebedee/Documents/blog/_config.yml Building site: ...
0
votes
1answer
12 views

Accessing other XML value from YUIBuild file

I have integrated YUI MSBuild for minification process. In the Build xml file defined for YUI i want to access other property from a xml file. I have the version number defined in a xml file located ...
0
votes
1answer
57 views

Creating new Directory with YUI Compressor task MSBuild Event

I am using YUI for minification. It all works fine. I am planning to keep the generated file in a different directory each time. But if i give a path which doesn't not exist , this task is not able to ...
0
votes
1answer
81 views

Javascript Object.prototype.hasOwnProperty returning incorrect value for IE9+ when using YUI attribute default value

I believe that I've found a bug in IE9+ and/or YUI 3 with the hasOwnProperty javascript method. I'm wondering if anyone here has seen this problem before or if you are able to isolate the problem ...
1
vote
1answer
87 views

YUI-3 Grids && Google Chrome: Overlapping text

I'm not a UI guy, but I am forced having to do some CSS for a side project. I'm currently using YUI-3 files; grids, reset, and fonts, all of which are v3.9.1. The issue that I am having is that my h2 ...
0
votes
0answers
32 views

YUI Scroller not working in Chrome, working fine in IE and FF

I have a image scroller that's working finr in IE, FF, Opera but not Chrome. Built using YUI. Not seeing any error messages in Chrome Javascript console. Have checked that divs within the slider are ...
1
vote
1answer
36 views

YUI scrollView arrows not working after page scroll

I made use of YUI scrollview to make a menu construction with touch, flick and arrows. However, for some reason the arrows have a bug. When the page is loaded the first time it works fine, however, ...
1
vote
2answers
34 views

How can I attach YUI3 modules synchronously?

I want to attach YUI modules synchronously. Given the YUI modules are already on the page When I run: console.log YUI().use('base').Base Then I get `undefined` However, When I run: ...
0
votes
1answer
24 views

How to remove/unsubscribe listener from data table using YUI

I did subscribe an event on data table as follows (YUI data table): myDataTable.subscribe("cellClickEvent", this.myDataTable.onEventShowCellEditor); how can I achieve as follows? If (condition) ...
0
votes
1answer
42 views

Updating map attributes

I´m trying to "ease" a mapbox map. Pretty sure this is not specific to mapbox.js Basically I take the map via the id and then call properties on it, but these won´t update the map. I can recreate ...
0
votes
1answer
49 views

How can I use Y.mojito.models in middleware?

I'm using nodejs with the mojito mvc framework. Do I have access to some global variables from middleware? How can I use Y.mojito.models in middleware? // ./middleware/mymiddleware.js module.exports ...
0
votes
1answer
33 views

YUI3 Selectors / query

There is a list of check boxes in a table and i have assigned a unique key to value attribute of each checkbox. What should be the selector in YUI3 so that i can get a single checkbox object if I know ...
0
votes
2answers
58 views

Get the value of a selected option

I searched my *ss off, but couldn't find the answer online or write the correct code myself. I did manage to get this to work in jQuery, but I need to get it rolling with YUI 2.7. What am I trying to ...
0
votes
1answer
20 views

Yui3 interpetation of Yui2

How do you migrate this code up to yui3 from yui2? Yui2: this._suspensionPlanPanel = document.getElementById("rn_"+this.instanceID+"_SuspensionPlanPanel"); var td_list = ...
0
votes
2answers
28 views

YUI 3 Getting height of an element and apply it to another element

I'm new to YUI and I'm finding it....strange compared to using jQuery for years. I can't seem to find out for the life of me on how to write something like this: I'm trying to get the height of the ...

1 2 3 4 5 29