Hi All My requirement is to create a data table and add a tooltip to each cell (with different text). Can somebody point me to an example on how to add a...
Hi everybody, I have a question. I have a datatable, but it has over 20 columns, so when the datatable is populated a horizontal scroll appears in the bottom...
Hi All, I have been looking at the chart code and I see that NumericAxis supports a scale attribute or linear and logarithmic. If I don't set it the chart...
I am trying to add a check box to my db query results, so that I could select each query individually or all of them together. But I cant get it to work. here...
Hi I'm making my first YUI application - an activity where the user drags words into spaces in a body of text. This is to become a Moodle question type. So...
Hello, I have a question about column formatter for datatable. Currently the column formatter are defined as simple functions. The question is why to not...
I need to use an event to trigger whenever the table is updated, via a page nation request. refreshEvent only fires once, I thought it would fire every time...
Rich-text editor is breaking while parsing img tag in IE. If we copy <img src="http://www.google.com/intl/en_ALL/images/logo.gif" width=600> in text editor ,...
Hi folks, We are very excited about the changes coming for DataTable in version 2.5.0 and, in response to some of your queries, wanted to share a glimpse of...
how the parent dialog window(Popup) while submitting the popup. how to refresh the parent window on popup submitton. This is parent Window code function...
Hi, I saw the thread on the beforeHideEvent for the panel and I able to perform actions before the panel actually closes. However, I cannot find a way stop the...
Hi everybody! Please help me a sample code with server paginator use scrollbar ? Description: I have 50 results return, but only want ten of them shown at a...
Hi, I have created a panel with a header and body content and when it displays, it is showing up with just the text and doesn't display the skin/style for the...
I am looking at the DD resizable panel example http://developer.yahoo.com/yui/examples/dragdrop/dd-resize_clean.html and I can't figure out how to limit the...
I built a menu for multiple selection by toggling the checked property of the menu items. Unfortunately I didn't find any event or function I could plug to,...
YAHOO.lang.isUndefined checks undefined using this code: isUndefined: function(o) { return typeof o === 'undefined39;; } What I don't understand is, can't we...
I know that you can instantiate a DataTable by providing an existing DataSource instance. i.e. var myDataTable = new YAHOO.widget.DataTable("myContainer",...
How Do I get a selected record Item from a Dataset in a Datatable? I have: ====================================== function GetSelected () { var v1 =...
I am creating a menubar that I am trying to overlay on top of google maps. If I set the z-index in the css for the map div to -1, the menubar is over the map,...
Back to my DataTable/DataSource issue... am sending JSON data back with additional parameters other than just the "responseSchema.resultsList" and looks...
Hey, I'm new to this group, so I hope this is the right place to report a little problem we had with YUI Compressor, 2.3. A javascript file that had a...
This is my first time working with YUI / Java script / Ajax framework . Is there a Simple Step by Step article to getting started with YUI examples. I have...
bardic.knowledge -- You can do that a few ways.. First: myEditor = new YAHOO.widget.SimpleEditor('msgpost39;, { toolbar: { //Pass in a new toolbar config here.. ...
I'm using YUI for my project I have coiped the examples as it is given with the YUI, but I'm not able to see the folder image of the folder type treeview of...
I am trying to load data into the datasource from a local array that changes dynamically. Here is the example that doesn't work followed ... [... some HTML...
Hey, I'm using the autocompleter and everything is working fine so far. First of all, here's the working sourcecode: YAHOO.example.ACJson = new function() { ...
Assuming we have a event handler: function doSth(){ alert('39;); } In Mozilla, Safari and Opera, if we call addListener('click39;, doSth, false) on the same...