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...
Hi, I have used the formatResult to modify the container and generate each list element with 2 items. The formatResult function is: myAC.formatResult =...
Hello, First post, I have been looking at YUI 2.7 for a few weeks. I know a person has to start somewhere so I choose to start developing with the Full Page...
Hi all, I hope you can help me out here. I have set up an example here http://tenoil.freehosting.rivido.de/tabs/ Basically I have a TabView with dynamic...
Hi there! I use The YUI Rich Text Editor with YUI Toolbar inside... I created some new Buttons like ... Now I want to have the defined label 'Vorname39; inside...
Hi I am working on the Application Look like Portal Example Provided by the YUI 3 .. It's Really nice Example .. I need the same Functionality .. But In this...
Hi there, I have a datatable with re-orderable columns. However, when I try to use the columnReorderEvent, I can't seem to access the args.oldIndex as...