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: 12955
  • 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 14154 - 14183 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
14154 Kico Zaninetti
kicozaninetti Send Email
Jun 5, 2007
10:55 pm
I have a function that formats a column to delete the row if the cell of this column is clicked. I want to reference the datatable row of the column that was...
14155 Mike Lee
mikeleeorg Send Email
Jun 5, 2007
11:06 pm
Oh, oops. Here's another solution. It's CSS-based and doesn't require any changes in JavaScript, so you can keep all of your UI revisions to CSS. It does...
14156 tssha Send Email Jun 5, 2007
11:15 pm
... This simple "cut and paste" example should get you started: *** begin code *** <html> <head> <script type="text/javascript" ...
14157 Todd Kloots
toddkloots Send Email
Jun 5, 2007
11:31 pm
Yeah - I was going to say - "feel free to file an enhancement request via SourceForge." - Todd...
14158 fanleuk Send Email Jun 6, 2007
1:36 am
Hi, I have a problem in IE using tabview (generate using js) and its dynamic datasource. THe situation is, I got several tabs that use datasource, all...
14159 Amos Shacham
amos_sha Send Email
Jun 6, 2007
1:43 am
hi, thanks for your help. i am actually dealing with a regular form, no uploads. i just don't understand setForm method. how does it transfer the data to...
14160 Matt
cyberlogi Send Email
Jun 6, 2007
1:58 am
All, I have a threshold input with a connected slider. I have input 'A' that can update slider 'B' 'onblur&#39; and the slider 'B' can update input 'A' when the...
14161 Jon Herron
leftturnsolu... Send Email
Jun 6, 2007
2:07 am
Can you post the code to your example? Also using the same id for multiple divs is not a good idea, which divs are you refering to? The content divs for the...
14162 surya_opensource
surya_openso... Send Email
Jun 6, 2007
2:47 am
Hi Eric, I am new to YUI. I need help on Data table. I want to generate a data table with collpase/expand feature for each record in the data table and also...
14163 skp19722003 Send Email Jun 6, 2007
2:48 am
I found the answer. After creating the nodes, add node.check(). ie, var tmpNode = new YAHOO.widget.TaskNode("Check"; + i, tree.getRoot(), false); ...
14164 Jon Herron
leftturnsolu... Send Email
Jun 6, 2007
3:02 am
Unless I am missing something with your question, I think it is easier than you are making it out to be. I use setForm to async form submissions for both...
14165 Amos Shacham
amos_sha Send Email
Jun 6, 2007
3:14 am
after heavly investigating the source code here is what i think i figured out: when you run setForm the function saves 2 private variables (and maybe more): 1....
14166 Amos Shacham
amos_sha Send Email
Jun 6, 2007
3:29 am
okay, thanks for showing me the code. that seems to go along with what i am slowly understanding. well first i must ask you if you stop the default action of...
14167 fanleuk Send Email Jun 6, 2007
3:30 am
Here is the code: extract from index.html: YAHOO.example.init = function() { var tabView = new YAHOO.widget.TabView({id: 'topmenu&#39;}); tabView.addTab(new...
14168 tssha Send Email Jun 6, 2007
3:34 am
... You're making this far too hard on yourself. 1) The first argument of setForm is the HTML form's ID or a reference to the form object. The second and...
14169 Amos Shacham
amos_sha Send Email
Jun 6, 2007
3:45 am
i understand that. but i am thinking of a way to improv thr yui library. i think the connection manager is used for "ajax"ed form submittion often and it can...
14170 Amos Shacham
amos_sha Send Email
Jun 6, 2007
3:47 am
wow and i am also very sorry for the english (stupid) mistakes... it is not my mother tounge. amos...
14171 tssha Send Email Jun 6, 2007
4:03 am
... wrote: <snip> ... One of the reasons why setForm requires a separate interface is so that you can indicate if the form itself contains an input type of ...
14172 ilyas_khan_oib Send Email Jun 6, 2007
4:11 am
Hi, I am new to datatable and want to populate my table from server component using JSp. I have tried so that my JSP return a Json format string to the...
14173 jerome
jeromekbe Send Email
Jun 6, 2007
5:47 am
Hello everyone, i am using datatable build from markup, and when clicking on a cell, i want to execute an async request retrieving json data, but reading...
14174 Satyen Desai
sdezzi Send Email
Jun 6, 2007
6:14 am
Hey Christophe, Theoretically, you could iterate through the renderStack property of Calendar to find the date/date range which is mapped to the ...
14175 Satyen Desai
sdezzi Send Email
Jun 6, 2007
6:38 am
Hi, Along the lines of the getDay() advice, you can combine the integer value Date.getDay() returns with the array of long weekday strings which the Calendar...
14176 wyzfr Send Email Jun 6, 2007
8:06 am
I don't think your link to the tracker is corresponding to what you're talking about but I agree that both should be in sync. In the doc it is written that...
14177 wyzfr Send Email Jun 6, 2007
9:05 am
Ok. Just found it out in the tracker : https://sourceforge.net/tracker/index.php?func=detail&aid=1699200&group_id=165715&atid=836476 deleteRow is not deleting...
14178 sleepy_donkey Send Email Jun 6, 2007
10:00 am
Hello, I would like to show a list of tasks. These tasks are related by parent-child relationship and can have unlimited level of nesting. Has anyone managed...
14179 Robert Crowley
molku Send Email
Jun 6, 2007
11:47 am
There is a brief example of how to send a form on the Connection Manager cheat sheet. Have you seen this? Its the first example in the Solutions section. ...
14180 Tud
tud67 Send Email
Jun 6, 2007
12:13 pm
Hello, I would like to load many (around 150) menu nodes (a product catalogue) into a treeview Which is the faster and more maintainable (I need to update -...
14181 Amos Shacham
amos_sha Send Email
Jun 6, 2007
1:14 pm
you are right about that - thanks. i now know how to use it but also think it can be improved. ... ...
14182 Jon Herron
leftturnsolu... Send Email
Jun 6, 2007
1:16 pm
Stefano - Have you looked into the dynamic load functionality? If your nodes are only changing every 2-3 months it seems like a caching solution would be...
14183 Amos Shacham
amos_sha Send Email
Jun 6, 2007
1:27 pm
Hey Thomas. thanks for your time in explaining. i now understand how to do a form submittion with yui. i also now know how to stop the normal flow of the form...
Messages 14154 - 14183 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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