I just made this one: http://satyam.com.ar/int/dt_panelPopUp.html Satyam ... From: "j.elventails" <j.elventails@...> To: <ydn-javascript@yahoogroups.com>...
hi all, i m trying to show a YUI Dialog/panel infront of the video streaming(Windows media player & real player plugins). But the dialog goes behind the video...
Hi I have yui tabview with dropdownlist and yui panel. I am trying to display YUI panel when clicking button, but it is displaying behind the dropdownlist. it...
I'm creating a menu following this <a href="http://developer.yahoo.com/yui/examples/menu/topnavfrommarkupwithanim.html">this</a> example from the yahoo page -...
That's a known IE issue. IE uses the dropdown from Windows in its browser but, for some reason, it doesn't fit into the browser window but is in a window of...
Looking at the the Custom Cell Formatting example I wondered if it would be possible to use the checkboxes eg. for a function that sends an email to all...
on the use of checkboxes, see: http://yuiblog.com/blog/2007/09/26/satyam-datatable-2 there is a section on checkboxes and radio buttons Satyam ... From:...
That's not much of a YUI issue. The appplication would probably be too slow for YUI to make a difference. If each row had just fifty bytes of data, it would...
Hi Eric, Here is a temporary solution for this bug: http://tech.groups.yahoo.com/group/ydn-javascript/message/19658 Best Regards, Caridy (caridy at gmail.com) ...
Hi, I'm trying to unload the children nodes that are dynamically loaded when collapse event fires. tree.subscribe("collapse", function(node) { ...
Does anyone know why the line "this.fireEvent("tableMsgShowEvent", {html:sHTML, className:sClassName});" might be giving the error "Property does not support...
Hi everyone! Is there anyway I can add an "unfolding" animation when sub-tree opens? Sorry, but I can't find anything through search. Thank you in advance....
Has anyone messed with the button control? Im still stumped..:) Thanks ... src="http://yui.yahooapis.com/2.3.1/build/button/button-beta-min.js"></script>...
haritha_reddy3, YUI Slider Control does not have a built-in labeling system; labeling, if you wish to add it, is simply a matter of putting your labels on the...
Title says it all: I want to position the calender in the center of the viewport regardless of the page's scroll position. Any pointers are appreciated, the...
Hi, i use the slide to show a div. Well, how i build these slide with a button. Example: I need change 3 div's everytime that my user click in ' > ' or ' < '...
dcinteractive123, If you return false from your labelClick handler, the label will not expand the TreeView node (but the expand/collapse icon will still work ...
type is no longer a property in 2.3. You would have to say: ... , formatter: 'link', ... and ..., formatter:39;date39; , .. and make Date and Number lowercase, as...
Joe -- This example should help: http://blog.davglass.com/files/yui/cal8/ Basically, wrap the Calendar in an Overlay Control. Hope that helps :) Dav Dav Glass ...
is it possible to pass into the custom formatter function data from other columns' fields? from what I've read so far, it seems that in using a custom...