Love the client side uploader, but pulling my hair out trying to get the PHP server side working maintaining the user's existing session ID. I have it working...
datatable.doBeforeShowCellEditor = function(oEditor) { return oEditor.record.getData(39;IsEditable39;); } I have this code above and I know true/false is being...
Hi, I'm exploring the DataTable a bit. Not knowing every detail from the DataTable yet, I know what I expect it should do for my application. So before...
I am trying to figure out in which line of treeview.js a refernce has been made to the css file. Since ...treeview/assets/skins/sam/treeview.css does not...
Hi there, apologies if the question has already been asked. I have some issues with the rendering of tree view nodes when I force the white-space value to...
Hi, I have one common function, in which I am passing the object. In the function I have to take different actions according to the type of object passed. One...
Dear All, I am new to YUI and in process of getting familiar to it. I am trying to use the YUI calendar object and wasted my whole day today with no luck...
Is it possible to change the behavior of the yui text editor so that when you make markup changes (via the toolbar bar buttons), for example changing from a...
Dear all, I am now facing a problem as follow: 1. I have put a yui chart, using ajax/json as the datasource, inside a tab (say tabA) of a tabview 2. When the...
I am experiencing an odd display issue using a menu button as a select list. I have a column of menu buttons within a table where rather than the column being...
Hi, I need help with a web application I'm working on where I'm replacing its html frames with div layers and utilizing the YUI connection manager to update...
I have a dialog box which when made visible positions itself in the center of the browser no matter what the vertical scroll position. The dialog box has a...
Internet Explorer 8 gives me an error with YUI's styleshhet-min.js. The error is a typical "Object expected": Object expected stylesheet-min.js, line 7...
I want to do 3D pie charts and seems that the Yahoo SWF does not allow me to do that. Have you try to use other SWF's? What changes need to be done to run...
Hi, I use server side pagination datatable. On delete I want the table to refresh itself at the location it is at. I can't seem to get that working. When I try...
I've created a table which lists messages. Messages that haven't been read are given a class="unread" which is added via a call to Dom.addClass(elTr, 'unread39;)...
Hi everyone, I'm part of the team of engineers that build Ubuntu Linux's bug tracking and code hosting system, launchpad.net. We have been using YUI3 and...
I am new to this YUI stuff but and friend said it may have the answer to my problem... I am trying to find the layout code that displays the thumbnail search...
Dear All, I am a new in YUI world and recently I tried to implement a treeview with nodes that are anchored and that uopn clicking navigate to the given URL....
Dear All, I am trying to create a node in a treeview that would be actually link to a new web site that suppose to be opened upon clicking on the node. I...
Am using YUI Charts in a Rails app. The data consists of dates on X-Axis and miles on Y-Axis and there is data available for past 6 months. Y-Axis is formatted...
I have set up a website using the yui menus. Generally speaking this is going well and there are relatively few problems across browsers and operating systems....
Hi, I'm using the autocomplete control in the search suggest script <http://www.insideria.com/2008/05/writing-your-first-yui-applica.html> by Eric Miraglia. I...
... <big snip> ... Hi jwpebcakerror: The number of items in the Carousel container is two, but in the Carousel's configuration you've mentioned four (4), which...
Hi, I have datatable and I want to update its content every time the user clicks on a different date from a calendar object. For this reason I included the...