... In what circumstance? In response to a user click or such or when drawing them or what? ... Method getTrEl() returns the TR HTML element and then you can...
In the asyncSubmitter, you get to establish the communication with the server in whichever way you wish, it just provides a place to hook your asynchronous...
Session variables in whatever language you write in server-side is what I use, PHP and $_SESSION in my case. Best regards, Christian Tiberg 2009/12/15 JohanA...
Hi. This might be a newbie questions, but I really need an answer to them. 1) How do I get a hold of a particular cell? (I have all data in JSP, but I need a...
I am using Inline Cell Editing with DataTable to update values in a database. I am considering using asyncSubmitter to send the new data to the server in...
Ah, false alarm. It appears firebug got in some funky state and so was never hitting the breakpoint (and ultimately falling through to subsequent submit code,...
I've set up a button with a click handler, but it's never called... I've tried using the "onclick" option as well as the button.on() method. Any ideas? This is...
I don't understand the issue, what the problem was before you added the code or where that code goes (I assume is in the listener for a clickEvent) or what was...
1) You can call render at any time. Whatever nodes exist in the tree up to that point will be rendered. Nodes added later (unless via dynamic loading) will...
Hi I am new to yui... and I am using yui2.7 and created a datatable A for which there are 2 columns add and delete. my columns are tableA[0].id ,tableA[0].name...
1.i just finish the search on the YDN group for this question,but i do not get the answer i want.my question is:Almost all YUI(yui2) widgets have the method...
In IE8 I get the following error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. I get this...
Hi Satyam, Thanks for your quick reply. You really helped me to solve this.I will definitely add this to the list of possible solutions. Thanks, Bill...
Now it makes sense. Method render would recreate the complete markup for the cell editor and place it, once again, in documentBody. Your solution is good. ...
Hi, The dropdown cell editor was populated on cellClickEvent of the datatable. And i call column.editor.render() there. The issue is fixed by adding the...
Hi, This is working fine for TextboxCellEditor.But not for other editors like YAHOO.widget.DropdownCellEditor and YAHOO.widget.DateCellEditor. Thanks, Bill...
No read ... From: bobstachel <bob.stachel@...> Sent: Thursday, 19 November 2009 10:39 AM To: ydn-javascript@yahoogroups.com Subject: [ydn-javascript]...
Hi, I'm trying to put an inline editable table inside a YAHOO.widget.Dialog. If the dialog is a modal dialog, the editor is coming up for each cell but i am...
I have a bevy of controls and tabs on a system administration panel, and I'm using the DataTable for the e-mail log. Well, the entire page resizes a bit...
Hi, I have developed a data grid with inline celleditors and it is awefully slow in IE7 and it really is a pain using it. The number of columns is 23 ( 15 non...
I changed the previous code with the code below and partially is working. The problem is that in case the oMenuAgent menu is not renderer (the else part) the...
Hi, Trying to replace the content of a button's menu from an event inside of another button menu was unsuccessful. I create the 2 menus like below. var...
I am using the autocomplete on an input field. But is it showing under other elements in ie6 and 7. It works fine in ie8 and firefox. I have set the...
I've found that if I replace the JSON.parse(...) method with eval(...) then my it all works fine for a format of: "[{text:'Test139;,url:39;www.d.com'}]" Reading...
Hi Todd, One more question... I've changed your sURL page to my own getMenuData.jsp page and all this page contains as a test is what I believe to be the...