Hi According to docs: http://developer.yahoo.com/yui/docs/YAHOO.util.Event.html#method_removeListener removeListener should return "true if the unbind was...
I'm aware of the YUI Charts Control, but based on the way our applications are deployed (i.e. inside corporate networks where IT policy might dictate that...
I need to style my menu according to my clients design. I am looking for a list of styles that i will redefine for the sam skin and have not been able to find...
Hello, Is there any way to improve the css to avoid the lines generated when you try to hide a column? For example ive got a 7 column's datatable and I need to...
With 2.6.0 I have no problems with the treeView control, and it is great to have! But when I substitute the new 2.7 files it doesn't work at all. What am I...
This is very mystifying for me. I uses grids just to setup a page layout and find that items such as lists (ul) or fieldsets show their text only and no...
Hi, I have a datatable (myDataTable), and if I do this: myDataTable.subscribe("rowClickEvent", function(oArgs) { this.onEventSelectRow(oArgs); alert...
Hello All! I just completed quite the photo gallery implementation that makes use of the Carousel, Button, Menu and Pagination components. I began with the...
Hi There, I am using the Yahoo UI carousel inside the JSR 168 portlet. The problem is the carousel works as expected w.r.t the functionality, but the ...
Hello, I am new to YUI and I am using the Full Page Layout. I have a Tabview in the center unit. I know the center unit should not/can not have a pixel...
I have YUI running on an application that opens up a new panel displaying a flash video. When I play the video on the panel, everything is fine. But, when I...
Hi everyone, Just joined the group and found out about all these cool code snippets - very helpful! I'm currently toying with the Imagecropper for a project...
I'm having troubles with removeTab in 2.7. It is the first time I've tried it actually. I can do something like this fine: tabView.selectTab(1); The tab would...
I am trying to use the XHRDataSource with an AutoComplete widget. The DataSource is failing when instantiating the object. I stepped through the code and it is...
I'm not sure how to explain this problem, but I'll do my best. I'm using the CodeCharge Studio IDE for development. It has a built-in wizard for including...
Hi again, I am digging through dt api right now trying to figure out how to use the myDataTable.insertColumn() Method. Szenario: I have a datatable with 12...
Hello, I am using release 2.7.0 and like to disable the key event in treeview like 'left' arrow key and 'Home' key. I tried with the following method ...
I admit i'm a newbie. I have used MS aspx (.net) for too long and i am now converting to a better world. I have done alot of reading, but there is one link i...
Hi all, I'm trying to use the DataTable widget as the container for a form, so that for each field of the form I attach to corresponding cell editor (using the...
Hello friends, I am using YUI library to create Panles. Now i want to open windows (panels)that can be minimized, maximized, moved, resized and closed. Can...
Hi All, I'm just starting to look at YUI Test (and other JS unit testing frameworks). The documentation provided explains the framework functionality quite...
This is my first attempt at using this great YUI! I'm really intriguied about using this and felt that a good way to learn was to convert my exisitng sites....
I just updated an application to use 2.7.0 and 2.6.0, and one substantial change I can see is that it now appears that when dataTable.updateRow() is called,...
Hello all, I upgraded to 2.7.0 and have been successful with everything except the left mouse click on the TextNode. It no longer works. Do I need to use the...
I need to create multiple sliders - one for each element of an array. How can I loop through an array, creating an instance each time? I'm having trouble...
Folks, I added a custom property, row_number, to my treeview data. Now I cannot open the tree. 1) Here is the Data I'm using to populate the tree. [...
Hello, I have a form that I am using setForm on. When one of the fields has a ® in it, set form is adding an extra special character to the value. Value...
How can I change the colors of the bars in a bar chart, or the lines in a line chart (or both in a mixed chart)? I've got this example - basically the same as...
Hi Guys, I need to develop an app to enable the users edit an image like PowerPoint, I mean, add text boxes, arrows, drag and drop items there, etc.. You think...