Nico, The Panel Control, part of the Container family of controls, can be used to do "litebox" implementations. One of the Container examples demonstrates the...
jfasaldarriaga, The easiest way to select all the dates of a month is to do so when you create your calendar instance. Here is code that would create a ...
From this example of OverlayManager ... http://developer.yahoo.com/yui/examples/container/overlay-manager.html I am trying to extract the javascript for...
This is probably overkill, but check out this article <http://www.jackslocum.com/yui/2006/08/24/javascript-animations-with-yah\ oo-ui-made-easy/> . ... Jack...
tistitch, In playing around with this just a bit, I'm finding that I need to specify a "from" value for backgroundColor on the body element in order for the...
Eric, Thank you very much! it works fine with from in the backgroundColor! Really nice! My code : var attributes = { color: { to: '#FFFF00' }, backgroundColor:...
a deadline is fast approaching, and I'm having some issues with autocomplete maybe someone can help resolve. i'm already to the point of desperation where i...
Hi Everyone, I recently discovered Yahoo! UI, and I was stunned. All this well-packaged amazingly interactive code. A big thank you goes out to everyone...
Is it possible to select a treenode (textnode), for example when the label is clicked? Then by retreiving the id of a selected treenode, there are alot of...
Excellent! That's simple enough. Thank you. Just out of interest, has anyone got examples of what they managed to achieve with the Menu control in terms of...
in April 2006 i started a project that name Is " SONAR " . Sonar is the first XP styled AND ajax filemanagement in the world and sonar application has many...
Thank you for the solution. It works great with Firefox. I applied it to *: * { -moz-outline: none; outline:0px none; } In IE, it doesn't have the dotted...
Hello, I have to create a dialog box to display error messages in a site that heavily uses frames (I know...) The modal option only apllies to the frame where...
I'm getting tired of responding to my own messages, I hope someone's reading this. [:-s] Anyway, using the DevToolBar in IE, it turns out that somehow the...
... Hi, I'm facing one big problem using the calendar. The problem is that when i go to "October" month, there's two "14" day. Did anyone faced this problem...
I am using the Menu control, and it is working well. There is this one bug. When one of the main menus are hovered over, the sub menu will appear, now move...
Just for the sake of completeness, and in the gap between the next release, he's how I patched Connection Manager to fix the EncType issue with IE. Replace...
Xin - For now you have to implement that behavior yourself by adding your own event handlers. There are several examples that demonstrate how this can be ...
Nick - You're correct - the "submenualignment" property is designed to cascade down to all submenus as a convience to the implementer so that you don't have to...
Well, Im doing that but because I'll ready have the dates (from the DB), but my question is, doing something like that, a button with an onClick property that...
A more traditional form onsubmit event handler might look like this: <form id="someForm" onsubmit="return validate();"> In other words, the result of the...
foti-1@...
Oct 2, 2006 7:31 pm
5362
... Do you get this same exact condition, when compared to the default example, if you render a calendar instance on your localhost for the month of October? ...
I have a menu with multiple links. One of the links is to an exterior website, and I want it to open in a new window. Here is the code that creates the menu...
Is it possible to create a fixed height (or relative to the current div height) TreeView with scrollbar? Can someone provide an example if this is possible?...