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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 45842 - 45872 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
45842 ohadaston Send Email Mar 2, 2009
4:52 pm
I have a page with two autocompletes, the second autocomplete (which located under the first) - gets over the first's container. This happens only in IE, is...
45843 tripp.bridges Send Email Mar 2, 2009
6:24 pm
Hi Mayank, I am not sure that I understand your question. The Pie Chart will only show individual values as a percentage of the total. The only data available...
45844 Adam Moore
adam.moore Send Email
Mar 2, 2009
6:52 pm
... http://developer.yahoo.com/yui/slider/#knownissues -Adam ... --...
45845 Yunfei Wu
yunfeiwu Send Email
Mar 2, 2009
7:10 pm
double check your syntext, recommend jsLint, it's sound a typo to me ________________________________ From: Nathan Moschkin <nmoschkin@...> To:...
45846 Dav Glass
dav.glass Send Email
Mar 2, 2009
7:40 pm
First clear the Editor with setEditorHTML, then clear the textarea: myEditor.setEditorHTML('<br>'); myEditor.get('element&#39;).value = ''; Dav -- Dav Glass ...
45847 Lucas Smith
y_lsmith Send Email
Mar 2, 2009
8:48 pm
... Runjith, Can you provide a link to a page that illustrates the issue? Luke...
45848 imalittleverklempt
imalittlever... Send Email
Mar 2, 2009
9:42 pm
I'd like to use YUItest as a real unit test framework; i.e. completely outside of any browser. (In my case, under Rhino.) I'm at a loss as to how to get test...
45849 imalittleverklempt
imalittlever... Send Email
Mar 2, 2009
9:42 pm
I'd like to use YUItest as a real unit test framework; i.e. completely outside of any browser. (In my case, under Rhino.) I'm at a loss as to how to get test...
45850 jrbramble Send Email Mar 2, 2009
10:01 pm
The selector utility has an example function available in the documentation: var handleClick = function(e) { alert('click&#39;); }; var nodes =...
45851 Phanor
phanor_coll Send Email
Mar 2, 2009
10:12 pm
hi, im trying to build a week schedule application, im having problems connecting the calendar to an external datasource(a php file that selects all holidays...
45852 illiphilli Send Email Mar 2, 2009
11:24 pm
Here ya go Dav, http://gist.github.com/73068 Do what you will with it. Send me a link where you use it :) ~Phillip ... saw your...
45853 Lucas Smith
y_lsmith Send Email
Mar 2, 2009
11:54 pm
... Sorry about the time it took to track this down. A bug has been created on yuilibrary.com to track this: ...
45854 east_bay_yui Send Email Mar 3, 2009
12:05 am
What is the fastest way test a fix on an application without signing out and signing in again to Yahoo Messenger? Along the same lines, is it possible to test...
45855 tasos.bekos Send Email Mar 3, 2009
12:19 am
Hi, i have a Dialog created with javascript. Once the Dialog is created i attach some event listeners and autocompletes to some of it's elements. For the...
45856 illiphilli Send Email Mar 3, 2009
12:23 am
Hey all, I'm combining 2 examples: http://developer.yahoo.com/yui/examples/datatable/dt_dynamicdata.html and ...
45857 stockley0883 Send Email Mar 3, 2009
2:34 am
After much head scraching I managed to get a refresh of a data table working when using a JSON remote data source. I used the following code: var st =...
45858 east_bay_yui Send Email Mar 3, 2009
3:09 am
what is the call that detaches the SecondaryWindow from its primary parent? And most importantly, where can someone look for this? It does not seem to be...
45860 seyed_7 Send Email Mar 3, 2009
4:14 am
Thanks a lot for the help! I was wondering if you can hint to me on this one as well. Can I call these values and have them do an onClick or an onHover for...
45861 Lucas Smith
y_lsmith Send Email
Mar 3, 2009
5:04 am
... working when using a ... myDataSource.sendRequest("action=getData&sort=id&dir=asc&startIndex=0&results=20", ... reset to the first page. The ... for the...
45862 traderashish Send Email Mar 3, 2009
5:28 am
I need to execute some javascript to manipulate data table elements after it has loaded with all data and elements. I tried putting code in window.onload and...
45863 Lucas Smith
y_lsmith Send Email
Mar 3, 2009
5:34 am
... Pag.TEMPLATE_ROWS_PER_PAGE; ... egzemplarzy"; ... "1"}); ... Since you're not adding or modifying any behavior of the Paginator class, it looks like a...
45864 Allen Rabinovich
allenrabinovich Send Email
Mar 3, 2009
6:32 am
Unfortunately, that's also outside of developer's control. The timing of the events is dependent on how often Flash can poll the TCP socket it creates, which...
45865 Allen Rabinovich
allenrabinovich Send Email
Mar 3, 2009
6:35 am
What you are describing most likely has to do with differences in how Flash player deals with relative URLs in different browsers. We will investigate and make...
45866 Allen Rabinovich
allenrabinovich Send Email
Mar 3, 2009
6:48 am
Just to add to that: by default, for each uploaded file, Flash will submit a POST request with the following variables: Filedata: the content of the file ...
45867 Allen Rabinovich
allenrabinovich Send Email
Mar 3, 2009
6:54 am
Hi Loc, Have you tested your backend script to make sure that it receives files correctly and doesn't throw any errors? You can test it with regular HTTP...
45868 valentin_jacquemin
valentin_jac... Send Email
Mar 3, 2009
7:10 am
Hello, To do that you can use the onAvailable <http://developer.yahoo.com/yui/docs/YAHOO.util.Event.html#method_onCont&#92; entReady> static method in the Event...
45869 Satyam
satyamutsa Send Email
Mar 3, 2009
7:44 am
Listen to initEvent, it will fire the first time the DataTable is drawn Satyam...
45870 Satyam
satyamutsa Send Email
Mar 3, 2009
7:51 am
You can also add columns permanently to the DataTable from the start. The number of columns in the column definitions does not need to match the number of...
45871 runjithkumar@...
runjithkumar... Send Email
Mar 3, 2009
7:55 am
Is it ok If I share the screen shots ? - Runjith...
45872 Yunfei Wu
yunfeiwu Send Email
Mar 3, 2009
9:42 am
Showing simultaneously is the killing part of your description, afa i know Dialog have a focus first element method fire when it render or show or get content...
Messages 45842 - 45872 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