I currently have a MenuBar widget created from markup. It has six MenuItems, each with a submenu. I want to listen for click events on the sub menu. How do I...
9095
Satyen Desai
sdezzi
Feb 3, 2007 1:48 am
Hey Rebecca, I don't see your "mySelectHandler" in the code snippet you posted, but this is probably the place to hide your calendar. That way you don't need...
9096
Bruce H. Stradling
bruce_hs
Feb 3, 2007 1:53 am
My init does not work for the second tab if it is not the tab secected on the load of the page. It does work if the second tab is selected. See my source at...
9097
Alessandro Vernet
javernet
Feb 3, 2007 3:27 am
Hi Eric, ... Sorry, I feel I am missing something: where am I am setting display:none on the thumb? Alex -- Orbeon Forms - Web Forms for the Enterprise, Done...
9098
warebiz
Feb 3, 2007 5:02 am
I'd like to render a Panel so that it fills the entire page...regardless of whether or not content is displayed inside it. Is this possible? Constructing the...
9099
itajit
Feb 3, 2007 6:14 am
Can u tell me the procedure and way to change the size of indivisual tab i.e, the structures of tab can be made alike the structure of the properties pop ups...
9100
dav.glass@...
dav.glass
Feb 3, 2007 6:34 am
Pujak -- Here is a simple example that might help you out: http://blog.davglass.com/files/yui/panel3/ Hope that helps 8-) Dav Dav Glass dav.glass@... ...
9101
dav.glass@...
dav.glass
Feb 3, 2007 6:47 am
warebiz -- Here is a simple example to help you out: http://blog.davglass.com/files/yui/panel4/ Hope that helps 8-) Dav Dav Glass dav.glass@... ...
9102
dav.glass@...
dav.glass
Feb 3, 2007 7:02 am
Bruce -- From what I can see, you need to init the tabView after the window has loaded. Try changing this line of code: YAHOO.example.init(); to this: ...
9103
warebiz
Feb 3, 2007 12:19 pm
Dav, Just what I was aiming to do. Thanks. ... draggable:false } );...
9104
Marcus Engene
ehsmeng_ch
Feb 3, 2007 1:59 pm
Hi, One possible very stupid question about that page; You are including all the external js files (outside <head>, why?) and then you do this inline: ...
9105
dav.glass@...
dav.glass
Feb 3, 2007 4:45 pm
Marcus -- To answer your first question: This goes back to our Graded Browser Support mentality. A page should be able to function without javascript,...
9106
Marcus Engene
ehsmeng_ch
Feb 3, 2007 5:55 pm
I'm quite sure i've had some problems with dependencies of files being loaded in the wrong order, but I might have imagined this. Does it matter that you are...
9107
ran_domthoughts
Feb 3, 2007 9:20 pm
I have a top nav Menu with items | ABC | 123 | 456 | and when I am on the |123| page I would like a different color on the |123| in the menu to show users...
9108
ran_domthoughts
Feb 3, 2007 9:24 pm
I am encountering this same issue, the yui examples also show this jumping in both FF and IE for me. ...
9109
Marcus Engene
ehsmeng_ch
Feb 3, 2007 10:13 pm
Hi, A user contacted me saying his browser crashed (IE) on a page on my site. After some detective work it turned out to be the tooltips. I recently tossed out...
9110
tssha
Feb 4, 2007 12:05 am
... thing if ... We've seen this behaviour exhibited in IE, and we're investigating further towards a fix at this time. If you have a use case where hundreds...
9111
tssha
Feb 4, 2007 12:08 am
... We are currently investigating if it is possible to work around this issue in FF. At this time, we do not have an ETA; but, if a fix is discovered, it...
9112
Eric Miraglia
ericmiraglia
Feb 4, 2007 6:39 am
Alex, See the original post in this thread... http://tech.groups.yahoo.com/group/ydn-javascript/message/7971 Perhaps I am not clear on what the exact issue is...
9113
Marcus Engene
ehsmeng_ch
Feb 4, 2007 6:41 am
... Thanks for the link! In this example the Tooltip constructor seems to assume there is a title tag on the element in question? So how do I do this if I...
9114
Eric Miraglia
ericmiraglia
Feb 4, 2007 6:45 am
Charles, There's no need to start with the Module Control for a custom widget unless it seems to suit your needs. It might make sense to read through the code...
9115
Eric Miraglia
ericmiraglia
Feb 4, 2007 6:48 am
Alan, Container Effects are not included in the Module Control. Overlay, which inherits from Module, introduces Container Effects; all of the controls that...
9116
Eric Miraglia
ericmiraglia
Feb 4, 2007 6:52 am
Pete, Are you sure you put the contents of utilities.js before the contents of container-min.js? Regards, Eric ______________________________________________ ...
9117
Eric Miraglia
ericmiraglia
Feb 4, 2007 7:02 am
Andrew, There's no single, satisfactory answer to your question that would be correct for every application (IMHO). What we know from experience is that you...
9119
ivovandongen
Feb 4, 2007 3:06 pm
When using a script tag inside a fieldset in which you create a ContextMenu ie refuses to load the page and gives the following popup: could not complete the...
9120
Florent Jugla
florent@...
Feb 4, 2007 3:30 pm
Hi Eric, ... Thank you, it works fine like that YAHOO.util.Event.addListener(document, "click", closeModal, true); ... -- Florent Jugla ELEDO 13, av. Pasteur,...
9121
Alan Pinstein
apinstein
Feb 4, 2007 3:57 pm
Ok, that would explain what I'm seeing, and but it does contradict the docs: http://developer.yahoo.com/yui/container/module/index.html At the bottom, see the...
9122
Chun
chunpan.geo
Feb 4, 2007 5:15 pm
I've had the same problem when I tried the menu for a production site for the first time. I ended up using a javascript function to modify the onmouseover and...
9123
Eric Miraglia
ericmiraglia
Feb 4, 2007 5:16 pm
Alan, Based on the documentation, I would tend to think it's a bug that ContainerEffect isn't working on Module; we'll look into that. I was aware that it...
9124
Alan Pinstein
apinstein
Feb 4, 2007 5:47 pm
Ok, cool, thanks. That looks promising. I had also posted another doc issue regarding module visibility, if you want to check it out: ...