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...
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...
Here's a piece of code to define a special behavior for the <Enter> key - or any key for that matter, as long as you write a handler for the key's numeric...
Thank you, I solved the problem. It was an html error. ... label:"MyTestColumn",className="showimg",sortable:true} ... very ... datatable ... limit ... ...
When using the nice editor that's built in to the treeview I need to determine when the name had changed to update other UI elements, so I created a very...
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...
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...
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...
Hi All , As i have handled History of tab visited in a tabview by using Browser History Manager .... but now i want to handle history of tabview content inside...
Steve: Could you file a feature request? http://yuilibrary.com/projects/yui2/newticket Having an event to signal the edit is a great idea, I'm sorry there is ...
On the Dialog side, you can see the contents of the form and modify it through the form property. On the DataTable, you can listen to the linkClickEvent: ...
Hi, I did not understand reply for my question.I want to expalin my question in more detail. We are using yui custom icon treeview in our product. we want to...
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: 'tabLabel1',...
I have a calendar where only a specific date range is enabled. So help users understand this I need to add a title tag to all the other dates which are not...
Hi, 	 I have used custom treeview to give images for each node. And i have used labelstyle property of treeview to give custom...
... I have used custom treeview to give images for each node. And i have used labelstyle property of treeview to give custom icons to each node. But with the...
I would like to customize the first row with my own data. Basically, datasource retrieves the info remotely, I would like to use doBeforeCallback or...
Does anyone know a way to do fixed, fluid, fixed columns in YUI grids? I tried and tried but can only get a very buggy one that doesn't work with Internet...
It might be easier if you listen to initEvent and use addRow to insert the row wherever you want it. myDataTable.on('initEvent',function() { this.addRow({ /*...
I am trying to use AutoComplete with XHR datasource returning JSON results. However, the autocomplete shows nothing even though the firebug plugin shows the...
I'm a bit new to YUI working on a site that uses Django templates and am looking for some best practices advice concerning YUI script tags. In my case, I've a...
I don't think this will work through server side pagination when I click for next results. What would be the pseudo-code for going about it in the method i ...
I posted this on Friday but managed to get it narrowed down a little more since then. This is my JS file. The error message only says it's expecting an object....
I am trying to create dynamic tabs by connecting to an asp.net page. My problem is when i try to send multiple request on page load, it only creates the last...
I'm attempting to create a JavaScript jigsaw puzzle as part of my ongoing effort to better learn JavaScript - so yes, I am a n00b. The puzzle pieces start in...