"bambou713705" - Sounds like you are passing the same id (your modName parameter) to the Module constructor each time. Each new Module you create will require...
Hi, I'm using a XML file to populate a Datatable. The XML file has attributes that I would like to display in the Datatable. --XML data file ----------- ...
yoonfui83 - As of version 0.11.3 a YUI menu will hide automatically when you click on it. Are you using a version prior to 0.11.3? If not, can you please ...
Kuber, I'd recommend that you take a look at the YUI Event Utility and its examples to get a sense for how to make your layer appear when an item on the page...
Hello, I'm using dynamicLoad to build a part of my treeview. This is working fine. But now I want to reload a part of the tree that is dynamically loaded. How...
ragtek_ragga, It appears that you're using the same HTML ID attribute for multiple HTML elements in your second script. HTML element IDs must be unique. That...
All - I wanted to forward this to the javascript group as well, since I havn't heard much from the maps group and this might deal with the YUI as well. Thanks,...
Group - I am working on a side project that requires the use of both the tab view and maps on a single page. Each aspect works fine in isolation, however when...
Hi yoonfui83, JSON == JavaScript Object Notation. The file that you load will be a regular JavaScript file with the contents being in JSON format. You'll load...
This behaviour is reproducible on the YUI examples too. Go to http://developer.yahoo.com/yui/examples/grids/example_t5.html and using IE dev toolbar, set the...
Hello every one, I am using YUI. I need to show a scroll bar on my layer.Layer will come after clicking a Link. How can you help me?? Thanks, Kuber Gaur...
Hi, I'm using a YUI grid layout with total width of 950px (div #doc2) and template of yui-t5 and so I have panels of width 710px and 240px. I would like to use...
hi, i noticed that the menu content wouldn't hide itself when you click on it. is there any properties to configure it ? Or it is just like that ? thanks....
Hi, I am new to yui. I have already posted one issue over here. But didn't get any reply :-( . I have created scheduler (like http://www.calendar.google.com)....
hi thomas... i kind of worked around that problem by using a JS function to disbale the enter key functionality ..... thanks :) and i too happen to named...
Hi, Is it possible to use autocomplete with a select element populated from a flat file? Also with queryMatchContains=true for matching substrings is very...
hi, any import i need to do if i choose to use JSON? how to read a .json file from fs ? how to implement json into my YUI - menu? pls provide some reference....
Hi, I'm new to this and am trying to configure the Autocomplete to use the queryMatchContains=true function. I am hosting the js files and they are including...
hello all, I'm having a problem with an addListener event listener disappearing or rather no longer sensing the event after a tabview reload. the datasrc...
Hallo all, This is my first post on this group, and I hope that I post correctly. Now my question: How can I style only the submenu items with CSS? If I add a...
... Thanks Nick, that really cleared things up for me... I tried it a couple of ways and it still isn't working for me... it is, as you can guess applying the...
Hi there, I'am using, YUI in my web site, in particular the module container. I've got a form page where users put some informations about "plates", they can...
With XForms you use submission I.E <xforms:submit submission="submission-ID" /> FormFaces does not use YUI, it has its own submission handler. Francisco _____...