YUI3 home page.
10
votes
4answers
2k views
6
votes
1answer
918 views
Yahoo (YUI) vs Google (Closure) framework for testing on browsers and node.js
It seems that YUI is very focused on providing all the same code for both browsers and node.js.
That's very powerful because now I can use the same tests on both ends and don't have to ...
6
votes
3answers
4k views
YUI 3 programmatically fire change event
I was wondering how to programmatically fire a change event with YUI3 -- I added a change listener to one select box node:
Y.get('#mynode').on('change', function(e) {
Alert(“changed me”);
});
and ...
5
votes
6answers
466 views
Is there a jQuery alternative for building faster web sites
We are about to commence a redesign of our site and are exploring all options in improving performance. The site is fairly heavy in javascript loaded adverts, therefore we need to be really lean with ...
4
votes
1answer
258 views
Please explain in detail this part of YUI3 CSS Reset
What is the usefulness of these 2 things in CSS reset?
What is the problem in resizing of input elements in IE and in which version?
and if legend color doesn't inherit in IE then how it can be ...
4
votes
2answers
3k views
Replacement for YUI grids in YUI3?
YUI3 deprecated cssgrids, but I don't see a replacement API on the site. How does one layout grids when using YUI3 (in future -- for now, I can use yui2 grids of course)?
3
votes
3answers
318 views
Closure Library or YUI 3
I'm architecting an enterprise web application using python, django. My final decision to make is which javascript library to use. I'm thinking about using Google's closure library or YUI3. Most of ...
3
votes
1answer
536 views
YUI3, Modules, Namespaces, calling functions
I would like to port the javascript code from my page to YUI3. After reading many posts (questions and answers) here and lots of information in the YUI3 page and in tutorials I have come to the ...
3
votes
4answers
311 views
Creating a document fragment in YUI 3
I've been searching the docs for YUI3, but I cannot seem to figure out how to create a document fragment. Should I just use the document object itself? I would like to treat it as a YUI Node object.
3
votes
1answer
384 views
Migrate YUI 2 to YUI 3
What is the migration path for upgrading the Yahoo JS & CSS libraries from version 2 to version 3?
Specifically: CSS & fonts, button, TabView.
Any pointers to further information about ...
3
votes
1answer
377 views
Firing events between an iframe and it's parent using YUI
I have an iFrame that is firing an event that I want the parent page to pick up. Essentially the inverse of this question. I can pick up the event inside the iFrame, so I know it's firing, but nothing ...
3
votes
3answers
5k views
How do I get the select box values in YUI 3?
In YUI 3 I have a node that is my select box:
Y.get('#regionSelect');
How do I get the <option> values that are currently selected (even if there are more than one?) Also, is there a tutorial ...
2
votes
1answer
65 views
Where is my YUI 3 instance living? (plus some YUI event observation)
This question is mostly just out of academic interest.
I started using YUI 3 today and came across its sandbox concept. After thoroughly trying to find some objects (like my registered event ...
2
votes
1answer
226 views
YUI3 Rich Text Editor: dynamic visual styles
Complete YUI newbie here.
I need to dynamically color text background as user types the text in the YUI3 text editor control, as follows:
First line of the text is orange.
All lines until the line ...
2
votes
3answers
103 views
How to access a function defined in a previous YUI.use() call
[I'm a YUI newbie]
I'm writing a Chrome extension that needs to change the contents of a web page created using the YUI3 framework.
I've identified that the extension, which injects javascript that ...
2
votes
1answer
275 views
A tooltip widget/plugin in YUI3
I am writing an app and I want stack overflow like tool-tips updated with ajax. And I want it in AJAX too.
Please tell me if any such library already exists and otherwise will it be helpful to write ...
2
votes
2answers
116 views
Does YUI have an official irc channel?
While the yui3 docs are pretty nice, sometimes it helps to be able to ask the wrong questions to get the best practices.
Is there a hangout for all the cool yui devs?
2
votes
2answers
185 views
How and where should I store my own YUI3 JavaScript files?
I'm planning to write some JavaScript modules that should be loaded with YUI3. How should I organize my files and folders? Is there a recommended folder structure? If I store my files similar to the ...
2
votes
1answer
260 views
YUI3 JavaScript: get CSS for placeholder text
I'm writing some JavaScript to implement placeholder text in browsers that don't have it.
I've successfully styled the placeholder text in Chrome 9 and Fx 4b11 using the following style rules:
...
2
votes
2answers
424 views
how to change YUI3 tab using javascript
I want to provide an additional link to change tab using YUI3.
I have a form spread over multiple tabs, so at the bottom of tab-contents I want a 'continue' link which will take use to next tab.
any ...
2
votes
1answer
437 views
position fixed issue
Hi I have a basic page setup prototype a floating basket in the pages right column.
What happens is when the basket hits the top of the page as a user scrolls it applies a class which fixes its ...
2
votes
3answers
472 views
in YUI3 is it possible to attach a single handler to multiple events?
so is something like this possible?
Y.one("input.units").on("keyup change", function(e){
...
});
the jquery equivalent is
$("input.units").bind("keyup change", function(e){
...
});
2
votes
1answer
467 views
In YUI3 why does Y.one return null?
I've got a webpage that validates as XHTML 1.0 Strict. I'm using YUI3 and I'm using the seed-file-based instantiation. In several places in my javascript code, I'm doing something like:
...
2
votes
3answers
2k views
2
votes
3answers
584 views
Catch Javascript syntax errors while using YUI3
I'm using slightly modified sample code provided by the YUI team. When my source responds with something other than JSON (or just has a JSON syntax error) my browser (Safari) aborts script processing, ...
2
votes
3answers
1k views
YUI 3 Selector for multiple class names
I have a bunch of divs like this:
<div class="bear"></div>
<div class="dog"></div>
How do I get a nodelist that includes all divs with class of bear and dog? I tried:
...
1
vote
1answer
21 views
In YUI3, is there a way to “reset” models to the previous saved values?
I'm using models in yui3, and although there are functions like reset() and undo(), they don't quite accomplish what I'm looking for.
I set values at different times, but may want to just undo ...
1
vote
1answer
50 views
Pass data from server-side to YUI 3 JavaScript application
I am working on rewriting my application from YUI 2 to YUI 3.
Sometimes I need some data from database in my JavaScript environment. Firs option is to assign some global variables in JavaScript, but ...
1
vote
1answer
37 views
Using YUI3 offline cache for html4 and html5
I've been searching for an answer for my problem. I'm using YUI3 to develop a web application and I need to use the offline cache, the problem is; What will happen if someone access my YUI3 offline ...
1
vote
1answer
65 views
Grails 2 resources and yui3 script loader
I would like to use yui3 with a grails 2 web application but the new way that grails 2 handles resources is starting to annoy me.
yui3 seems to have the path right when is loads the js files, i.e. ...
1
vote
1answer
43 views
How do you get the selected object from a YUI 3 Autocomplete object?
I am attempting to get the array object from the autocomplete code to be able to use a string stored in the array. When I perform the on change action, I can show a plain alert, but am unable to get ...
1
vote
2answers
135 views
YUI 3 Autocomplete Textbox Value Change
The question I have is how I would be able to change the value that is set in the text box that the autocomplete is linked to. The task I am attempting to do is to convert from YUI 2 to YUI 3. Please ...
1
vote
1answer
41 views
Difference between fire and publish
In the context of YUI3 custom events : what is the difference between Y.fire and Y.publish ?
1
vote
1answer
176 views
YUI3 scrollView and mousewheel
I'm starting to work only with YUI3. I include component scrollView, but it did not work mousewheel event, in the options I have not found how to turn on it. I would appreciate any help.
var ...
1
vote
1answer
156 views
YUI3 Tabview How to determine the label of selected tab
I need a YUI3 tabview like
<div id="demo"></div>
<script>
YUI().use('tabview', function(Y) {
var tabview = new Y.TabView({
children: [{
label: 'foo',
...
1
vote
2answers
102 views
Sharing variable around different instances of YUI
I have made up the custom module as :
YUI.add('util', function(Y) {
Y.namespace('com.myCompany');
var NS = Y.com.myCompany;
NS.val = undefined;
}, '3.3.0', {
requires : []
});
What ...
1
vote
2answers
149 views
Uploading a file with YUI3 to a RESTful PUT url
I'm trying to upload a file to a RESTful PUT url with YUI3, but when I set upload to true in the config to io it sends the file as POST not PUT. If I remove the upload setting in the config I just get ...
1
vote
2answers
217 views
YUI3 - how to load modules synchronously?
In order to load missing modules, YUI allows us to specify them in use(...) method, pass in a callback and perform our actions when all modules are loaded - asynchronously. This presents a number of ...
1
vote
1answer
127 views
YUI3 Plugin.base not rendering
I'm trying to use a yui plugin that pulls from a json file and populates a div on the page. Everything should be a go, however, since the plugin never gets to the render stage, the rest of it does not ...
1
vote
2answers
345 views
Statechart for javascript like Sproutcore's statechart?
In Sproutcore there is a statechart framework I can use for giving the application states which holds actions for what you can do in different states.
I wonder if there is a similar standalone ...
1
vote
1answer
194 views
JavaScript YUI3 using global variables?
I can't work out how to update a global variable from within YUI3.
Consider the following code:
window.myVariable = 'data-one';
var yuiWrap = YUI().use('node',function(Y) {
...
1
vote
2answers
92 views
Javascript alphabetical grouping
I have a json array of objects that look like this: {id:'the id', name:'the name'}; and I need to loop over the array and group each object alphabetically by it's name attribute. Is there a way to do ...
1
vote
0answers
114 views
Right-align YUI3 menu bar items?
I work on a project that used to use YUI2 to power it's web interface. We use the menubar plugin, and had a couple of menus right aligned. We achieved this by adding float: right to the CSS for the ...
1
vote
1answer
289 views
How to “force selection” with YUI 3 Autocomplete?
I am using YUI 3 to create an autocomplete box in which I would like to force the selection and require the user to select a result from the container, or else the input field is cleared of whatever ...
1
vote
2answers
137 views
Whats wrong with my JavaScript architecture (YUI3)?
I am writing a web application which uses YUI3 for all it's JS needs. I need functionality such as Tooltips, Tooltips whose content is determined by AJAX queries, Toggle Buttons and so on.
I was not ...
1
vote
2answers
165 views
Javascript: passing large data sets to multiple functions
I'm using YUI3 widgets, but for you jquery guys just pretend we are talking about plugins. I have a large json data set with over 5,000 records in it. In my applications I have at least 5 widgets ...
1
vote
1answer
147 views
How to deep link YUI 3 Tabview?
Im using YUI3 and would like to deep link my tabs. I used tabview + history from YUI. how do i change the value for the url parameter
/#tab-2
replace to
/#tab-description
Thanks in advance.
1
vote
0answers
270 views
YUI3 io-upload-iframe
Can you use yui3's io-upload-iframe to send form data along with the file upload? I am setting the form's id, like I normally would to serialize the form data, but since I am setting upload : true, ...
1
vote
0answers
298 views
How to fire YUI3 mouseenter/leave events while using YUI3 Dragdrop?
I have several list items with their parent ul delegated as the node for Dragdrop, this works fine by itself - it drags, it drops.
In the Droptarget, I have a DOM's worth of nodes which subscribe to ...
1
vote
1answer
612 views
Migrating from YUI2 to YUI3 and domready
I want to migrate the javascript in my site from YU2 to YUI3, but I am only a poor amateur programer and I am stuck at the first pitfall.
I have the following code:
MyApp.Core = function() {
...