YUI 3 is Yahoo!'s next-generation JavaScript and CSS library. The library includes the core components, a full suite of utilities, the Widget Infrastructure, a growing collection of widgets, CSS resources, and tools. In addition there is a gallery of community contributed components that integrate ...

learn more… | top users | synonyms

0
votes
0answers
5 views

How to transition existing divs in yui3 to Overlay bodyContent

I've figured out how to create an Overlay, center it, and set it's bodyContent to be an existing from my page. So far so good - now I want to make the transition happen smoothly over 1 full second ...
5
votes
1answer
104 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
0answers
19 views

YUI3: How to bundle dependencies for offline deployment?

I am building a web application using YUI3 and with it it's "Loader" and "App" components. I separate my application into different modules with YUI.add(). All is going well so far. However, the ...
0
votes
2answers
17 views

using YUI.all checking for classes and adding classes

in jQuery I would do it differently but I am editing YUI code and am trying not to mix and match. I have an HTML item like this: <div class="market"> <button class="area1 region03 ...
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 ...
-2
votes
1answer
26 views

How to load another YUI3 version in Moodle 2.2?

I'm running Linux version and works fine but we really want to use the lastest YUI3 version thanks
0
votes
0answers
18 views

YUI 3 Table manipulation. Cells within Row

Trying to append a new row on to the end of an existing table (using YUI3). In addition a number of new cells need to be created with widget elements within them and the table need to repetitively add ...
1
vote
1answer
36 views

YUI3 How to see if an element exists

How would I tell if an element exists in YUI3? For example if #noHero exists then add a class name to #header.
0
votes
1answer
59 views

YUI3 Y.Panel - How to hide HTML contents while page is loading?

I have a Panel that I'm using as a modal dialog box, and as such the contents should be hidden from view while the page is loading. However, if I use CSS to set the div's display:none or ...
2
votes
1answer
149 views

Regex if substring exist then match another part of the string

I am using the YUI3 library and am using a filter to match and replace parts of a URL. Because filter is not very flexible, I am only able to provide a regex expression for searching and then a ...
1
vote
1answer
52 views

YUI3 DOM is undefined?

I am newcomer to Javascript and have been tasked with migrating our product's UI from YUI2 to YUI3. It doesn't look like there's a migration guide anywhere, so I'm browsing internet posts and the yui ...
7
votes
1answer
80 views

Progressive enhancement with YUI3 (Y.App) and Symfony2

We actually work with the Symfony 2 PHP framework and Twig as a template engine. We think that we could avoid code duplication for the View layer and benefit from progressive enhancement (p-jax). ...
0
votes
0answers
58 views

yui3 io-upload-iframe: ajax file upload working correctly in FF but not in IE. IE its asking to download action file

I am using following code to do ajax file. its working fine in FF but not in IE. IE all actions are performing well, In IE, its asks to download action file with windows-popup with response. Can you ...
0
votes
1answer
42 views

Is there a YUI3 Optimizer similar to RequireJS Optimizer?

I've been using YUI3 to develop my personal project. I like YUI3, except that it looks like there's no way to combine all the dependencies into one single js file. I use RequireJS as well and its ...
0
votes
0answers
119 views

YUI Ajax GET not working under Moodle

I'm trying for days to add my Ajax GET script into a Moodle course render page. I first built a jQuery Ajax script, but I've learnt that working with YUI3 is way easier under Moodle, so I converted ...
0
votes
2answers
114 views

YUI + Ajax get on Click event with FOR loop

I'm trying to turn display Mysql queries results on a click event. The results may be different, depending on the link that is clicked. So I've thought adding a FOR loop inside my click function. It ...
1
vote
1answer
41 views

YUI widgets - dynamic updates

I am new to web programming and of course to YUI. I tried using the overlay, chart and node-menunav. Wanted to know if there is any option of creating these widgets using dynamic data coming in ...
0
votes
0answers
27 views

How to prevent YUI3 from removing autocomplete query's trailing whitespace

I'm writing a web app which requires an autocomplete field with delimiters. YUI3's autocomplete utility is perfect for my needs except for one problem: My query strings have to be able to contain ...
0
votes
1answer
77 views

YUI3 autocomplete call for focus event

I'm trying to call focus() on a YUI3 autocomplete control, but nothing happens. The code is: var ac = new Y.AutoComplete({ inputNode: '#ac-input' }); ac.focus(); //doesn't do anything ...
0
votes
0answers
30 views

yui3 tabview: getting a tab from his href

How can I get a tab, knowing its href (that is also the id of the div to show when I select the tab)? I mean, I can get a tab from its position: tabview.item(2) but I need to get a tab from it's ...
0
votes
1answer
67 views

javascript internet explorer array issues

I know that Internet Explorer <9 has issues with Javascript arrays. I've tried using stopgaps but I can't for the life of me get this figured out. Basically, I have this code (pared way down): ...
1
vote
3answers
105 views

Y.delegate execute twice on second click. How to stop?

I am Using YUI3 and having difficulty to find the problem? Here i have this YUI().use("modules",function(Y){ function Actionfunction(e){ //doing some stuff } ...
1
vote
2answers
74 views

How to make YUI 3 fade duration work?

An example is on: http://jsfiddle.net/a9j28/18/ In the YUI 3 Cookbook by O'Reilly, it is said that Y.all('.ad').hide({ duration: 6.0 }); should fade the element in 6.0 seconds, ...
1
vote
1answer
141 views

YUI Datatable — how to mark row as modified?

I'm using YUI 3.7.3, and have an instance of a DataTable. The rows in the table are represented by 'Session' objects, and the values shown in the table columns are derived from an internal list in ...
2
votes
3answers
95 views

Why would we not use JavaScript library on a CDN if the webpage is using SSL (https)?

For JavaScript libraries such as jQuery or YUI3, either Google or Yahoo are hosting the scripts on their CDN, and a YUI 3 Cookbook paragraph says: perhaps your pages use SSL, in which case loading ...
0
votes
1answer
132 views

How to implement animated scrolling in YUI3?

I fail to create animated scroll using YUI3. It should be compatible with iOS inertial scrolling, and I want to trigger animated scrolling programatically. But I can't find correct syntax for YUI3 ...
0
votes
0answers
57 views

Conditional coloring of yui bar chart

I need to color the bars in YUI3 bar chart based on some value, I have placed a sample data here data: [ {parameter:'Ammonia', labData:'1.2%',benchmark:'1 - 1.5 %',category:2}, ...
2
votes
1answer
88 views

yui3 change iframe head

I want to inject iframe head by yui3.The sample code works in FF but IE9 shows the error "YUI is not define". I don't know what happens in IE9. <head> <script ...
0
votes
1answer
34 views

How to use YUI3 gallery: trying to find a working example

I have found a large and well-structured github repository for yui3 gallery. However, I was surprised to see only raw *.js files inside. I have visited an official site too. Most of examplead are very ...
0
votes
1answer
43 views

Preventing list items from appearing until YUI3 Tabview loaded

I'm using YUI 3 tabview, and my page appears without tabs very briefly, and then the tabs appear. I found this page: http://yuilibrary.com/yui/docs/widget/ Hiding Progressively Enhanced Markup which ...
1
vote
1answer
113 views

YUI 3: How to get native DOM element wrapped inside Node?

I've used this simple technique to get a native DOM element in jQuery: var el = $('#myid'); var native = el[0]; //or el.get(0); How can I do this in YUI 3? For example, I want to use ...
1
vote
1answer
35 views

Resizable in YUI 3.1.2

I need to switch my code base from using jQuery (1.7.2) and jQueryUI (1.8.6) components to the equivalent YUI components; and per client constraints, it must be version 3.1.2. However, I am not ...
0
votes
1answer
141 views

YUI3 Scroll-Datatables in TabView don't render

I have some tabs in YUI3 Tabview. Each tab contains a couple of YUI3 Scrollable Datatables. The datatables are created but are not rendered. All I can see is a part of 1st column of each datatable. ...
1
vote
2answers
361 views

Multiple file upload with Google Closure Library

How to handle multiple file uploads with Google Closure? Is it possible to use YUI3 Uploader with Google Closure Library? Is there an externs file available for YUI3? Would it be possible to put the ...
0
votes
0answers
59 views

Is there a jQuery ==> YUI3 mapping table anywhere?

I know jQuery reasonably well, but now have to write some code in YUI3 but do not know it very well. I know the two are not that conceptually different, but use different syntax. Is anyone aware of ...
0
votes
1answer
118 views

Defining and triggering custom events on custom module in YUI3

This is how we can create a custom module in YUI3, <script type="text/javascript"> YUI.add('my-module', function (Y) { // Write your module code here, and make your module available ...
0
votes
0answers
235 views

How to customize AUI-YUI tabview to get scrolling effect?

I am trying to customize the aui-tabview to get scrolling effect as in link: http://reid.github.com/yui-scrolltabview/yodeler/examples/ScrollTabView/horizontal.html I tried modifying the existing ...
1
vote
1answer
209 views

YUI3 Datatable - row formatting and selection

I have an example working here - http://jsfiddle.net/BM3kX/5 It has a piece of JSON consumed by a YUI DataTable. I have a few queries regarding the same. The JSON has a 'imageURI' attribute from ...
1
vote
1answer
106 views

Creating a custom module in YUI3 using module pattern

In my module, I would like to make some variables and functions expose to the public, but I am not sure which way it should be written. <script type="text/javascript"> YUI.add('my-module1', ...
0
votes
0answers
55 views

How do I call this kind of function in YUI 3

The thing is that I have this function from the official YUI website: YAHOO.util.Event.onDOMReady( function () { var pbvu = [],i,NUM_BARS= 10, hold = false; for (i = 0; i < NUM_BARS;i++) { ...
1
vote
1answer
140 views

Get nodeType of YUI 3 node

I was wondering if anybody can tell me the right way to check the node type of YUI3 node instance. ie node.nodeType==3 for text node etc. Y.one('body').nodeType; //does not work Thank you
0
votes
1answer
64 views

YUI3 Objects and Namespacing with a Module

I'm having trouble understanding how to namespace and instantiate an object in YUI3. In the example below I'm creating a YUI3 module, loading it in the YUI.use method and trying to instantiate my ...
0
votes
0answers
62 views

Fixing a redundant horizontal scrollbar appearing on a Y.Panel alignment

First the scenario: Navigate to http://ec2-23-22-204-49.compute-1.amazonaws.com/inventory.html Notice there is a horizontal scrollbar on the page body, which should not be displayed there. Click the ...
0
votes
0answers
79 views

HTML: Rendering a search box

I would like to render an input field and the search icon to the right of it. I do not want to specify the height of the input field in the markup explicitly, but I want the icon to be that high and ...
0
votes
1answer
143 views

How to selectively load/use CSS for YUI modules?

I use the following code to load YUI modules. YUI().use('tabview', 'datatable', 'datasource-local', 'node', 'node-load', function(Y) { ...... }); This would load the modules and ALL of the ...
0
votes
1answer
135 views

Difference between YUI 3.3 and YUI 3.7

I have a website that uses YUI 3.3.0 and YUI 2.9.0 (using YUI 2in3 project), right now I'm trying to improve performance in the initial load time of the site, I followed several tips that I found on ...
0
votes
0answers
37 views

How do I get text selection in YUI 3 text editor?

I'm just trying to know if user has selected content or not within a text editor. I want to disable my "create a link" button if it isn't selected. I know in YUI2 there was a ._getSelection method but ...
0
votes
1answer
138 views

How to load d3.js from YUI3

How to load d3.js from YUI3? I know how to load the native YUI module, but I am unsure how to load external module / library. YUI().use("node", function(Y){ //initialization code });
6
votes
1answer
91 views

Why does yui DOM-create method have a handler for the class named 'yui3-big-dummy'?

In the YUI documentation; http://yuilibrary.com/yui/docs/api/files/dom_js_dom-create.js.html if (nodes.length === 1) { // return single node, breaking parentNode ref from "fragment" ret = ...
0
votes
1answer
82 views

YUI3 - How come event handlers aren't firing on GET request?

I am using YUI3 to do a GET request, but the event handlers aren't firing when I try to do a GET request. Comments should be logging to the console in each of the event handlers. Here is my code: ...

1 2 3 4 5