Hello Del, If you are trying to create a plug and play widget that must work in any environment (another people sites), I will recommend you to use json...
26579
Martin Smyllie
msmyllie
Mar 2, 2008 7:36 pm
Hi, I'm using modal dialogs in my YUI-based application, and cannot find how to allow the user to TAB through all the dialog elements including the buttons....
26580
shepmaster
Mar 2, 2008 8:07 pm
... I'm not sure I follow what you are saying... Here is my function: function checkStatus() { var callback = { onSuccess: checkStatusResult, onFailure:...
26581
Adam Moore
adam.moore
Mar 2, 2008 8:37 pm
... JSON is a subset of JavaScript, and the identifier requirement is one of rules an encoder must comply with in order to produce a compliant JSON string....
26583
rogerwithnell
Mar 2, 2008 11:21 pm
When I click "Image Insert" the image window with the browser.asp page momentarily opens on top but immediately goes behind the main window. Any help fixing...
26584
Dav Glass
dav.glass
Mar 2, 2008 11:39 pm
Can you post a link to an example? The default Insert Image "window" is not a real window.. Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. -...
26585
mathew.rowley
Mar 2, 2008 11:49 pm
Is there a way to dynamically create a textbox with YUI? I am trying to dynamically create a a 'form' which is part of a simpleDialog box. Thanks....
26586
john_bell_sas
Mar 2, 2008 11:58 pm
I'm working with the example of a drag and drop to reorder a list. I'm trying to capture the results in a form to send to the server. The example uses the...
26588
Jing Ceawlin
jingceawlin
Mar 3, 2008 12:17 am
Hey Martin, I had the same problem. It's a bug, and looks like we don't have any workaround for now. ...
26589
mathew.rowley
Mar 3, 2008 12:46 am
How do you handle when a user selects a menu item of a YAHOO.widget.button with a type of 'menu'? For exmaple, I want to reload a datatable when a user selects...
26590
Martin Tschofen
tschofa
Mar 3, 2008 2:12 am
I'm using the datatable to display an xml file. The xml file contains <entry> for each row to display in addition it contains a <footer> element. It doesn't...
26592
kevi1122
Mar 3, 2008 2:51 am
Here's what I'm trying to do: I'm using the calendar widget and I want each date to open up a dialog container when the user clicks on it. But, I want to be...
26593
wrumsby
Mar 3, 2008 3:30 am
... We've extended the Autocomplete control to display an activity icon on the dataRequestEvent and hide it on the dataReturnEvent....
26594
Dale Burrell
dale_burrell
Mar 3, 2008 4:22 am
Hi All, Just started using the YUI Rich Text Editor and have come across a couple of problems that I am hoping someone can help me with. Firstly, the...
26595
Dav Glass
dav.glass
Mar 3, 2008 4:30 am
Dale -- 1. In order to skin the popup dialogs, you have to place the yui-skin-sam class on the body. The Editor popups are actually Overlay Controls that are...
26596
Dale Burrell
dale_burrell
Mar 3, 2008 5:09 am
H All Again, My second problem of the day is handling the submit. I am using the rich text editor inside an asp.net wizard control and when I set handleSubmit...
26597
hiteshverma1
Mar 3, 2008 5:32 am
Hi everybody, I am using ajax, Asp.Net 3.5 and YUI to build the website. Layout manager was easy to use and worked as expected in case of user interface. In my...
26598
joacoconsulting
Mar 3, 2008 5:55 am
As far as I can tell, the docs say that the node object for a treeview inherits the subscribe method. If this is true, why doesnt this work: <script...
26599
mathew.rowley
Mar 3, 2008 6:01 am
I am really confused... the API doc for YAHOO.widget.Menu says that there is an event: clickEvent clickEvent ( ) Fires when the user clicks the on the menu....
26600
Satyam
satyamutsa
Mar 3, 2008 8:07 am
You would have to override method doBeforeParseData: http://developer.yahoo.com/yui/docs/YAHOO.util.DataSource.html#doBeforeParseData You get the full XML in...
26601
Satyam
satyamutsa
Mar 3, 2008 8:16 am
There are a couple of ways to do it with the DOM and YUI can't improve on neither of them so, no, there isn't. YUI does not prevent you from doing it in the...
26602
dietrich.frank
Mar 3, 2008 8:21 am
... In many cases the callback is defined with inline-functions for success and failure. then it's easy to forget the colon. You're calling the same function...
26603
jcar300tdi
Mar 3, 2008 9:00 am
Hello, I'm using a Panel to show a map's legend. Inside the panel, there's an IFRAME and its SRC attribute is set to a XML file (associated with a XSL...
26605
Corentin Merot
cmerot
Mar 3, 2008 10:03 am
hi Jenny, I've just apply the patch. That's what I was looking for. Thanks a lot! -- Co ... -- Corentin Merot http://themarqueeblink.com/ 06 33 16 67 96...
26606
little_bobes
Mar 3, 2008 10:33 am
Hello, I have a ContextMenu and a DataTable with a row selection. When I click right button on the DataTable, I need to select row in that DataTable before the...
26607
norman_khine
Mar 3, 2008 10:40 am
Hello, I am currently using jQuery's UI Tabs in my development site, which I am also currently rewriting to use yui's GRIDS for all the styling. In my jQuery I...
26608
chaluwa
Mar 3, 2008 11:16 am
I've got an application using a tabbed structure like the new YAHOO Mail, a home tab and a second tab created (only for the first time) and made active when...
Hi mathew, You have to use selectTableMenu.subscribe("click", function(o){alert(o);}) here. I know this is kinda strange, and I didn't know why either. After ...
26612
little_bobes
Mar 3, 2008 12:09 pm
Thanks, but I know how to select a row and how to implement the ContextMenu, what I need is: how to select row in the DataTable before the ContextMenu is...