I have tried addListener and onAvailable, but when I load images with AJAX calls, but they don't "listen". How do I fetch the image-id with YUI this way?...
Hi Robert, If I'm understanding you correctly, you're having trouble getting listeners to work on dynamically created HTML tags (not just pictures) right? This...
hi! I'm working on a DD website based on the "sortable list" example. the problem is, that my draggable divs are no "yui modules" by default, i.e. i cant hide...
Hi, thank you for your reply! This is the thing I want to add listerners to, the images loaded. The strange abbreviations are arrays containing information...
Hey there, I've been using the D&D utility library to add some functionality to an application. I'm running into a few performance-related issues, as well as...
Hi Robert, Aha! The entire problem is obviously that there's a missing forward slash from the beginning of your function description comment. ;^) If only life...
So I have lots of objects that can be dragged around and on to each other. So I use YAHOO.util.DD Some times they can be dragged but are not targets. For this...
Hello i was wondering if its only possible to extend off the YAHOO namespace or if you can create your own namespace. For example i want to make like ...
Hi again. Maybe I'm not explaining myself. I wan't to maintain expanded the node after a page reload, because every node points to a link. My code works fine,...
... Up. I have a XML file looking like : <legend> <item> <name>...</name> <style>...</style> </item> ... <item> <name>...</name> <style>...</style> </item> ...
Web Hosting, Designing, Premium Domains & Search Engine Optimization Packages Power Package Free Domain Name 1 GB Web Space 50 GB Bandwidth per Month More...
You don't think so that they have created from some other way because when I click on the link it also display some tabular format data. Jimmy ... example. ......
Hi. I have this sample code: http://pastebin.com/940521 It's quite strange that this works on gecko based browsers, but not on Internet Explorer. Can someone...
Right off the bat I would move the css/javascript includes into the head section, and you will probably want to pull them from the urls mentioned in this link ...
Thank you :) You have good manners. I am a fresh man here . I will accept your advice. And I share a temporary solution here for the bug: var tree = new...
Yes. The simplest way to do this would be to work within the existing namespace hierarchy and then use alias' to shorten the names down. Building upon the...
Hi all, I'm writing this because i've a problem with Autocompletion. this is my situation: I've got a two columns page with a menu on the left column. on a...
Could someone who "gets this" please post a very simple code example of using the overlays "changeBodyEvent". how do I listen for this event, and/or how do I...
Hello. I am new to javascript and want to implement a edit page for a one2many-realtionship. On the page there is a form for the main object and a dynamic...
Hello. I'm having a bit of trouble grasping Yahoo's connection manager. I've had quite a bit of experience with our current implementation of AJAX where we...
Take a look at this thread.<http://tech.groups.yahoo.com/group/ydn-javascript/message/14747> If you wish to change your existing page content an IFrame may...
Devin Singleton
devsin@...
Jul 2, 2007 4:42 pm
15115
I was struggling with this exact same issue not too long ago. I don't have the most kosher solution to this and my approach violates heuristics like no other...
... // I'm not familiar with the EZMessage format, // so this is just a basic assumption that // an XML document is all there is to the data. var data = <your...
I'm hoping there is a way to do this. Anyway, I'm changing the label on a tab in a tabview like so: m_tabView.getTab(0).set('label', 'bla bla...'); However,...
I have the calendar being called from an include file that is loaded on every page. Since 90% of my pages include a calendar field. On the few pages that do...
Is there an example or tutorial out there somewhere that discusses how to use the inline editing widget as part of a form? That can either be posted back...