Tagged Questions

1
vote
1answer
14 views

(YUI uploader) listeners not fiering events

I'm trying to use YUI uploader, but I'm not able to open the file dialog window when I click the browse button. I'm following (more or less) the example on Yahoos demo. Here is my …
0
votes
2answers
18 views

background color disapears when i declare a doctype with YUI reset.css

When running in quirks mode, this works as expected however when I declare HTML 4.01 strict the background color disapears. If I remove the YUI reset.css, it seems to work as it sh …
0
votes
1answer
13 views

Make table rows sortable with YUI

Currently I have a table similar to below: <table id="tbl"> <thead> <tr><th>Example Title</th><th>Title2</th></tr> …
0
votes
2answers
11 views

Error on YUI Anim sample

I'm getting an error when trying to emulate an YUI Anim sample: <script src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script> <script> YUI().use …
0
votes
1answer
22 views

How to insert custom html tag using YUI Editor

I've got YUI set up and working. I've created a custom button and it shows up fine. What I would like that button to do is wrap selected text with my own custom 'span' tags, just l …
0
votes
1answer
50 views

Dynamically added JavaScript not finding dynamically added fields in IE

Hi, I have a table which has a button to "Add Rows". This button adds a row dynamically with JQuery. It works by copying the first ... and then replacing all the id=".." with an i …
0
votes
1answer
177 views

Google’s Closure library comparing to Yahoo’s YUI [closed]

Which is better for a big and complex web application in your opinion?
0
votes
1answer
31 views

Using YUI in Javascript, How do I draw overlays on datatable/ScrollingDataTable?

I need to draw overlays spanning one or more rows on YUI datatable/scrollingdatable based on the mouse activity ( drag and drop ). I have no issues with drawing overlays on top …
0
votes
3answers
45 views

How to organize OO js code in files? Local network application

I'm currently developing an application that will be run on local network in B2B environment. So I can almost forget about micro(mini?) optimizations in terms of saving bandwidth b …
0
votes
2answers
33 views

YUI Editor - Image Upload

Is there a plugin to upload images via the Images window, that will work with YUI 2.8.0r4 ? There is one but that only works with 2.3.1 :( Any ideas?
2
votes
1answer
73 views

What is a good yui replacement for jquery.live

jQuery.live Added in jQuery 1.3: Binds a handler to an event (like click) for all current - and future - matched element. Can also bind custom events. http://docs.jquery.com/Even …
1
vote
1answer
46 views

How to simulate click on (x, y) point of HTML document with Yahoo UI (JS) ?

DOCS http://developer.yahoo.com/yui/3/event/#eventsimulation . but I do not understand how to do it( So how to simulate a mouse down at point ( X, Y) in the client area of some HTM …
0
votes
1answer
28 views

YUI DataTable : How to edit the column headers?

I would like to be able to edit the column headers in the same manner that I can alter row-values. Anyone come up with a way to do this? I don't see any mention of it in the docs …
1
vote
3answers
91 views

Standard way to include javascript library from javascript.

I'd like to pull in the jquery library from my javscript include. Does this work 100% of the time? Is there a better way? (function() { var loadJquery = function (cb) { var …
2
votes
4answers
103 views

What makes IE6 not accept text in input boxes?

I have 2 input boxes that are not disabled. When either gets focus no cursor is displayed and any text that you type in is not displayed. There are several events attached to these …

1 2 3 4 5 19 next
15 30 50 per page