Hi all, is there a way we can use percentages instead of pixels in the attributes variable. For eg: var attributes = { width: { to: 99% } }; Please let me...
L.S., i'm trying to get my TimeAxis to work on JSON data dates, but to no avail. What should the format be for the dates for the TimeAxis to work? Should the...
Hi. i've done a page with some elements moving on a grid. the elements can be dragged on a grid which contains a table with ddtarget divs. the probleme is...
Hello, Is it possible to get whether or not a value is selected in the autocomplete widget? I'd like to autocomplete the current word when pressing enter but...
I need to be able to handle HTTP Error responses, such as 404, etc. Currently the dispatcher does not load the html element with the 404 response, and gives no...
Hey all, I'm using the menubar with postion set to dynamic. In CSS I'm absolutely positioning it where I want it. All is well and good, cept in FF3 Mac...
Hi, is it possible to make the region 1,2, 3 in the example http://developer.yahoo.com/yui/examples/dragdrop/dd-region.html resizable? Regards Felice...
Hi Dav, etc. I have a rich text editor inside a tab. I am intentionally recreating the editor each time the tab is clicked. The problem is I'm getting a new...
Hi All, How can I implement the collapse effect of the YAHOO.widget.layout on a custom image of mine or an entire separate div. Please let us know if we can do...
Hello all, I have a need to set a treeview node or leaf as a target for drag and drop. Basically I want to alert the label name of this node/leaf when ...
Hello, This example: http://satyam.com.ar/yui/2.5.0/DataGrid.html <http://satyam.com.ar/yui/2.5.0/DataGrid.html> worked fine for 2.5.x, but it is now obsolete....
In my application, I want to define a class that extends DataTable, adding a lot of extra application-specific functionality. I need to be able to specify...
Hi, I would like to use the YAHOO.util.Get.script to call a cross domain service which returns JSON data via the callback method. The simple question is, how...
Hello! We're doing another iteration with the order editor. This time we need to add input of serial numbers for each order row. But not all products requires...
I'm creating a button without markup using: <script type="text/javascript"> var loginButton = new YAHOO.widget.Button({id: "login", name: "login", container:...
I need to set a buttons background image without using the 'id' tag, does anyone know how to do it? var rowButton = document.createElement("button"); ...
I am loading multiple tabs using tabView.addTab( new YAHOO.widget.Tab({ in a loop. And in dataSrc one php page(having dynamic content for drag drop) is called...
Hello! The subject says it all, really. What do I do in this situation? Can the container div passed to the autocomplete constructor be located somewhere else?...
Greetings all, I know that with the help of YAHOO UI Library we can build wonderful top navigation menus with much ease. But in my scenario i have to take...
hi all, I feel a little bit stupid because I just cannot figure out what causes my problem. so I hope you can help me: my whole website is utf-8 (php-header,...
Just learning YUI and doing some experimenting. I combined the Calendar with Drag & Drop. It works, but once you change any of the calendar data (clicking...
Hi, I have some custom Save and Cancel buttons in the editor. With the upgrade to 2.6.0 it seems the title attribute of the span no longer shows on the button....
Hi all, Iam sure, there are is no mouse drag event. But if we want to have such an event, what should we be doing. Please let me know. Thanks ashwin...
Hi All, I'm trying to build my own versions of Panels, that I can re-use (as much for practice than actual pratical reasons at the moment). I've got this code...