I'm trying to fire off two asyncRequests at the same time, but it seems that they're running one-at-a-time. Basically, I've got one request that takes a long...
hi friends, i am in dilema to use as above format in my project, the clossing tag of second form assumed as ending of first tag, so how to errodicate this...
I don't think I can use the calendar. I've spent LOADS of time trying to put it into my jsp. My problem is that my jsp has lots of tables in it and if I try to...
I have a TreeView on a page that I need to be able to add nodes to and remove them at a user's whim. I'm working on getting the delete working first, and...
Hi to every: I have some problems with Yahoo Calendar in Firefox. The code is this: <script type="text/javascript" src="js/yui/calendar/YAHOO.js"></script> ...
Hi, I'm trying to pass arguments to the success handler for an asyncRequest. The Documentation says there is a somewhat hidden fifth parameter to asyncRequest...
I searched this group and have not found any mention of the following observation. Given the following code: var mNewImage = new Image (); try { //the follows...
I have 2 sliders set up side by side and I want to use them to represent min/max values. So the main problem I'm having with this is resetting the constrants ...
Hello, I am using the UI libraries, treeview. When i dynamically add an element to the tree, with the one of the nodes minimized or closed, then the node adds...
I'm having trouble with a two-dimensional sortable list. It would appear that the node.index is not re-indexed correctly once a drop has occurred. I've...
Hi All! Who can collided with a following problem. If dynamically to create DIV elements with style 'display:none' and to place in it Slider . And then to...
I have an image inside a div, and have the div as the drag object (Yahoo.util.DD). What I want to do is to keep the original image in place and allow the user...
Hi Can we apply any sort of backgrounds to the Yahoo Tree widget? The AnimTree shown on dhtmlkitchen.com looks really cool, and I thought, can we make the Y!...
Hi, The Yahoo! Connection library is low-level and very flexible. This makes it cumbersome for routine things that the Prototype.js library function...
Hi, Is is possible to somehow make a GET asyncRequest with some extra parameters? I would like to be able to send the server some info. Something like the...
Are there any thoughts or plans to move the JavaScript code into a publicly visible (not necessarily open for commits) source code repository? Setting up...
Hi, I want a calendar that the user can use to select a laborable day (ie. from monday to friday) but not weekends. How do I do to tell the Calendar component...
Hi, I need a calendar where the user could select 5 days top from it. I setted the calendar.Options.MULTI_SELECT = true; flag but don't know how to do for...
Be your Own Project Manager. Start you career as a freelancer. Stay home and work in your own time. Enhance your skills. Design and development projects and...
I've experimented with DWR (love it), Yahoo UI Lib, Prototype and Scriptaculous. My question is this: What other libs are you nice folks using and why? Do you...
Has anyone put together an in-place editor similar to the one in Scriptaculous, using the Yahoo library? I'm hoping to avoid having to make my users download...
Hi, We're creating a RESTful application, and we'd like to return the HTTP responses that the HTTP specification recommends. Currently, returning anything but...
I'm currently using Yahoo TreeView to build up a dynamically loaded directory tree. I have DWR AJAX calls to retrieve children of each node, and it works all...