Christian -- The borders are all controlled via CSS so you can override them however you want.. Here is a list of the CSS Class Names that are used inside the...
Tim -- Layout Manager doesn't do that out of the box, however you can simply hook into the resize event and do it with Javascript.. Something like this (33%...
fonzuliini -- This example should help: http://blog.davglass.com/files/yui/dd34/ Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most...
I'm trying to register a mouseover listener on my calendar container. Assuming calendarContainer is a reference to the container DOM node, if I register one as...
... Paginator was built to work independently of the DataTable. You can extract the Paginator class definitions from datatable-beta.js for a much smaller...
Tao, It would be easier to access checkboxes by giving them the same name in a custom formatter, then using document.getElementsByName to capture the group....
I am struggling with the Loader Utility. I have looked here, in the API, and in the site, but I can't find out how I would write a YAHOO.register function for...
This is the wrong place to ask about this. This is a question about server-side application architecture. However, typically it's a bad idea for a JSP to...
Karr, David
david.karr@...
Jul 18, 2008 4:25 pm
34698
Hey everyone, My name is Phillip, and I'm the front-end engineer for the OIC Group in Peoria, Illinois. We're the company behind the Exponent Content ...
Here's my setup with loader: var loader = new YAHOO.util.YUILoader(); loader.base = 'yui/build/'; //path to yui lib loader.loadOptional = true; //if you want...
Here's my setup with loader: var loader = new YAHOO.util.YUILoader(); loader.base = 'yui/build/'; //path to yui lib loader.loadOptional = true; //if you want...
I've created a basic web page that sports a single large image with an Imagecropper widget attached to it. I want the cropping region to be square no matter...
Hello, I'm working with the LayoutManager to create an email-like interface with a folder tree in the left-hand pane much like the Complex Application in the...
bananatower -- You need to move the drag element to the body when you are dragging from one Layout Unit to another.. The Layout Unit's have an overflow...
Thanks Dav, The DDProxy did the trick. But I guess I really don't understand what you mean about moving the drag element to the body when dragging from one...
Brian -- You should be able to move the element on the startDrag event.. Something like this: var dd = new YAHOO.util.DD('', {}); dd.startDrag = function() { ...
Thanks for the response... ... I've studied your example but I don't understand a few things. 1) Why do you have to Require the module you are loading? I...
Ahh. Ok. I understand what you are saying now. Just seeing some code helped me out. I assumed that all elements were children of the body element so thats why...
Hi, I'm using data table with server side pagination using json data. My table configuration looks like this: var myCommentTableConfig = { initialRequest...
Hi fellows, I am new to the YUI library and I'm building my first webapp using the YUI library. I have some problems in registering a event handler to a...