I've been playing around with the TreeView control and for some reason, the treeInit() function wasn't being called. If I take the tree construction out of...
My YUI app has two iframes- one for HTML content, the other for the YUI rich text editor. FFox and IE both have a default behavior in which text in the HTML...
Hello, I have a datatable and would like to implement refresh on interval against it. I have added the code;- YAHOO.widget.DataTable.prototype.requery =...
Hello, I have a website that contains three frames. My treeview is located in one of those frames. How can I possibly keep the focus on the selected leaf if I...
I have a need to change the width of a datatable on my page based on some user interactions. I'm looking for a way to resize a datatable via JavaScript, but...
I'm building a RESTful Rails app and need all of my AJAX requests to include this header: YAHOO.util.Connect.initHeader("Accept", "text/javascript"); Is there...
Hi, I'm trying to build a web page with multiple input fields. It should be like: <form> =====Rich Text Editor===== --input box --text area --text area ... ...
While just trying the example on the Library page: Error: 'this.get(...) is null or not an object. From debugger this is the failure: getTab:function(K){return...
I thought maybe it was the JSP that was throwing it off so I put the sample page into an html file and get the same results. Anyone have this problem? Thanks...
Hi Folks I tried to create nested tabs by creating several tabs with Javascript, and then using Dispatcher. However, I found that the tab which contained...
Hi, I'm a PHP guy so be gentle, <G>. Two questions, I'd like the capture the output of date selection and use it to populate a div after selection, I have it...
Hi There, I am more newer on YUI. Please let me know is there anything regarding socket programming using Javascript in YUI. Actually, I have to download /...
I am using data table in yui Tab. On click event handler for tab I do myDatatable.render() but this causes Flicker because data table on tab had already...
Folks, I have a page that I am trying to render, where I need to create an Overlay or Panel from HTML markup. I have done this several times in the past,...
I have a datatable that is created from HTML markup. One of the columns has the following html (give or take): <a href="somelink.html?userid=1">50%</a> ...
Hi all: I work for a small startup with a small budget. I'm embarking on making a sophisticated web app for internal use. I'm currently convinced about using...
Instead of Arial I want Verdana as my base font, do I make the change in the reset-fonts-grids.css file or on my other.css file? is there a special selector to...
I have a column in my datatable that contains a checkbox in each cell. Basically I'm allowing the user to check boxes to indicate which rows they want to...
I am wondering what steps I have to take to use this extension, or series of extensions with the new Dreamweaver CS4 extension manager, do i simply just...
Hi, I'm not a programmer but I'd like to just "prototype" a form dialog using the simple panel. Inside the dialog/panel, I'd like to display the yui tooltip...
Hi, I am having a problem with using the styling features of the YUI Rich Text Editor in Safari and Firefox. These problems seem lessened in IE7, but are big...
I want to have some control buttons above my Carousels that can remove all the carousel items and replace them with new ones, change the size and the...