Hi, I am new to YUI and trying my luck with YUI tabs. I am loading the tab contents dynamically- ... tabView.addTab(new YAHOO.widget.Tab({ label: 'tabLabel139;,...
Is there any way to modify the contents of a dialog box dynamically such as the contents of drop down list. I have a datatable and there is a link on that data...
Has anyone else run into this issue? I have both a menu button and a radio button which have been generated from markup, but because they contain an ampersand...
I must be missing something obvious. What is the recommended way to use the Grid with 2 columns, and text- align the left column to the left and the right...
How do I check a checkbox in a simple datatable by default? Thanks _________________________________________________________________ It's simple! Sell your...
Hi I'm starting to work my way through YUI and I'm getting to grips with most of it. I'm hitting a problem however with preventing a window from closing. ...
My datatable works great with one exception - I cannot get it to display an image using an <img src="..."> tag. I know the path is correct; in fact I even see...
Hi, I'm new to SVG and I need to generate some svg images in a Web Browser and I need to display yui tooltip on those svg elements. My Code is as follows <?xml...
Hello everybody, I just tried to use the JavaScript Code-Assist Feature in Zend Studio with YUI. I am confused. It works for example for the YAHOO-Class after...
I'm a bit new to YUI and have run into an issue where I frequently get a firebug error message "Permission ... ". I think this is likely a firebug/ff issue...
I'm having a problem displaying a datatable within a TabView. I created a div within the tab to be used as the container for the table: <div id="history"><!--...
I have a layout which displays list of URL's in the center. when a url is clicked, the page is displayed at the bottom in an iframe. the require is to drag...
With the example here: http://developer.yahoo.com/yui/examples/container/simpledialog-quickstart_clean.html What would need done in 'handleYes39; to make it so...
When creating a layout with a menu in top unit and a resizable bottom unit, the resize bar/handle of the bottom unit is allowed to be dragged "underneath" the...
I'm trying to use the uploader w/ SSL and it works great using IE. Using Firefox 3.0.x is a different story. When I call the uploader.upload(..) method, the...
If someone can take a look at that link, and click the "more photos" link on the page, and tell me why when I hide the carousel the buttons stay visible on the...
Has anyone seen a simple "file explorer" written using the YUI libraries? I've seen some more complex apps on the web, but I really just need a user to have...
Is there a way to loop through all text areas in a container to and make them Rich Text Editors? Any help is greatly appreciated!! ps. I am using the 'one...
Hi, I am trying to update the row in datatable after editing that on clicking the save button. The code which I have written is working fine on firefox and...
I'm new to datatables and am having difficulty using updateRow. Here's the code I have: GWME.editFeature = function(args){ GWME.edt = { args: args, datatable:...
Hi guys, I have a datatable with XML_TYPE + server-side pagination working well. I would like to have the first row be search fields. when i try to add a row....
Hello everyone, I am trying to send a log message to the default test log console but i must miss something.... Here is my code: var oCellline = new...
Hello everyone. I have been using YUI grids for a couple months now. I have a website using YUI grids that has a sidebar. They want to be able to make the...
If you setup multiple context menus to a single element and configure the onTriggerContextMenu to only display the correct one a it doesn't work as expected. ...
Hello, I am new to YUI and I was wondering if I could use the libary online without downloading the YUI Libary to my pc? Also I have another question below. ...
Hi Any ideea what can generate such a nodename ? Al the nodename are having now : Â in front of their nodenames.... Â Node Name I simply switched from a...
Hello, group Probably this a very easy thing, but I still don't know how to implement this. I have a DataTable with plenty of data so vertical scroll appears...
I didn't know if there was any of the documentation out there in pdf format so people could easily read them or even print them out, so I started making them...
Hi All, I am using Strus2+YUI to develop my web application, eveything was going fine untill i messed up with browser back button. my problem is when user...