Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12954
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 52256 - 52286 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
52286 a.pipkin Send Email Dec 20, 2009
10:55 pm
I'm looking at turning some of my code that I've created into some YUI3 modules, but I'm not sure how to start it out. The coding part is fine, just not sure...
52285 dembello85 Send Email Dec 19, 2009
9:13 am
hi every body i have 2 input in my form with autocomplete feature with YUI-2 library the problem is that : the second input is not hidde by the first when the...
52284 Mark Jarecki
urbanyte Send Email
Dec 18, 2009
7:48 pm
Hi all, I'm looking into implementing an app with web workers and YUI3, however, am wondering how to give the worker access to the YUI3 library. My current...
52282 vino ben
vino_gallantguy Send Email
Dec 18, 2009
2:43 pm
Thanks very much Satyam. Your inputs have saved my day. This is what I have done. In the move() function - I get the height of the td element and calculate the...
52281 Martin Kamerbeek
martin@... Send Email
Dec 18, 2009
9:10 am
... These messages are defined as instance attributes of the DataTable. Change them by either passing them to the constructor or using the set method. See: ...
52280 Mauricio Ferreyra
mauriff... Send Email
Dec 18, 2009
4:36 am
*datatable.showTableMessage*("message in your language"); Check it: http://developer.yahoo.com/yui/docs/YAHOO.widget.DataTable.html#method_showTableMessage...
52279 ivy_ckf Send Email Dec 18, 2009
3:40 am
Dear all: Datatable shows some hints such as "Loading", "No data" and "Data error" ,etc. Well, how to show these hints in different language? Thanks. Best...
52278 Satyam
satyamutsa Send Email
Dec 17, 2009
9:42 am
You explanation simply expands the same question without adding any more info. Do you: a) Want to transform the data being presented to the user before the ...
52277 wizard_files3 Send Email Dec 17, 2009
12:22 am
Thank you. Satyam, for your response! My scenario: -I receive data from Ajax call (I don't want to use DataSource for now). -Based on the data received, I need...
52276 Satyam
satyamutsa Send Email
Dec 16, 2009
4:35 pm
The editorShowEvent will fire after the editor is shown and it provides you a reference to the cell editor. ...
52275 vino_gallantguy Send Email Dec 16, 2009
3:47 pm
Hi , I have a datatable with textbox cell editor. Data in the cell sometimes spans over multiple lines, and when i click on it the textbox cell editor pops up...
52274 Satyam
satyamutsa Send Email
Dec 16, 2009
1:35 pm
... 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...
52273 Satyam
satyamutsa Send Email
Dec 16, 2009
1:33 pm
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...
52272 Christian Tiberg
ctiberg Send Email
Dec 16, 2009
7:39 am
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...
52271 wizard_files3 Send Email Dec 15, 2009
10:25 pm
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...
52270 JohanA
johan88travel Send Email
Dec 15, 2009
8:59 pm
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...
52269 Todd Wells
ttopwells Send Email
Dec 15, 2009
7:14 pm
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,...
52268 Todd Wells
ttopwells Send Email
Dec 15, 2009
6:03 pm
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...
52267 Satyam
satyamutsa Send Email
Dec 15, 2009
10:46 am
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...
52266 Satyam
satyamutsa Send Email
Dec 15, 2009
10:18 am
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...
52265 yesjii Send Email Dec 15, 2009
4:17 am
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...
52264 janwen
loujianwen1986 Send Email
Dec 15, 2009
2:24 am
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...
52263 Joaco
joaco182 Send Email
Dec 14, 2009
4:52 pm
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...
52262 david.bill1982 Send Email Dec 14, 2009
2:07 pm
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...
52261 Satyam
satyamutsa Send Email
Dec 14, 2009
12:42 pm
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. ...
52260 david.bill1982 Send Email Dec 14, 2009
11:51 am
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...
52259 Satyam
satyamutsa Send Email
Dec 14, 2009
9:45 am
What happens to them? "doesn&#39;t work" doesn't say much. Can you show us a working example? Satyam...
52258 david.bill1982 Send Email Dec 14, 2009
7:07 am
Hi, This is working fine for TextboxCellEditor.But not for other editors like YAHOO.widget.DropdownCellEditor and YAHOO.widget.DateCellEditor. Thanks, Bill...
52257 Joylyn Gustilo
joyshilyn Send Email
Dec 12, 2009
6:20 pm
No read ... From: bobstachel <bob.stachel@...> Sent: Thursday, 19 November 2009 10:39 AM To: ydn-javascript@yahoogroups.com Subject: [ydn-javascript]...
52256 Satyam
satyamutsa Send Email
Dec 12, 2009
8:24 am
See: http://yuilibrary.com/forum/viewtopic.php?f=89&t=1979&p=6568...
Messages 52256 - 52286 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help