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

Messages

Advanced
Messages Help
Messages 45811 - 45840 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
45811 C.Everson
chuck.everson Send Email
Mar 1, 2009
8:52 am
... Hi Luke, Thanks for the feedback. Since YUI removeClass uses an ID and I don't have one for the <html> tag, then will this do it? ...
45812 Alexandros Vellis
alexandrosv Send Email
Mar 1, 2009
11:11 am
On Fri, 27 Feb 2009 13:07:17 -0000 ... What do you mean by "offset"? ... No, Flash disallows that. -- Alexandros Vellis National and Kapodistrian University of...
45813 bj4fr Send Email Mar 1, 2009
11:27 am
I mean the time the uploader is firing the uploadProgress event. I'd like to set lower time between each event that fires....
45814 johan.kiviniemi Send Email Mar 1, 2009
12:26 pm
Would it be worthwhile to wrap the Grids CSS in @media screen, projection, print { }? A CSS-compliant browser in a handheld device probably shouldn't be told...
45815 ohadaston Send Email Mar 1, 2009
1:59 pm
Visual Studio or Microsoft Script Editor If you want to debug javascript add to your code the following line: debugger; This line will behave like breakpoint. ...
45816 runjithkumar@...
runjithkumar... Send Email
Mar 1, 2009
4:02 pm
Hi Markup, I have a issue with the NaN bug, Can you suggest how to fix it. -Runjith ... title="Slider">...
45817 runjithkumar@...
runjithkumar... Send Email
Mar 1, 2009
4:08 pm
Hi I am creating N Horizontal sliders on page load and it should be rendered to the user on need. I am able to render it style property and thumbs are showing...
45818 sai.kumar_gv Send Email Mar 1, 2009
4:53 pm
clearEditorDoc() is working fine in FireFox , but not in IE. Is there any woraround for IE . reset , set('element&#39;,"",true) doesnt work. Please suggest. ...
45819 sai.kumar_gv Send Email Mar 1, 2009
4:58 pm
clearEditorDoc() doesnt clear RTE in IE but fine in FireFox. Is there any work around in IE to clear text in RTE . reset ,set method doesnt help. Regards Sai...
45820 cjavajim Send Email Mar 1, 2009
7:13 pm
... 1. Which version of IE are your referring to? And which version of FireFox? 2. What version of YUI are you using? 3. Post a URL to your code so we can help...
45821 danl1020 Send Email Mar 1, 2009
7:52 pm
I have a popup menu, and its context is set to a button on a draggable resize panel. When the show event is fired, the menu display location is always to...
45822 Dav Glass
dav.glass Send Email
Mar 1, 2009
8:39 pm
Please file a bug, it should work.. You can also do i this way: myEditor.setEditorHTML('<br>'); Dav -- Dav Glass davglass@... blog.davglass.com +...
45823 Lucas Smith
y_lsmith Send Email
Mar 1, 2009
9:29 pm
... tag, ... problems. That's exactly right. That won't cause any leaks. ... callback. ... Glad to help, Luke...
45824 C.Everson
chuck.everson Send Email
Mar 1, 2009
9:43 pm
... Thanks for the confirmation! ... You folks are the best! Chuck...
45825 Arnel
arnel_enero Send Email
Mar 1, 2009
10:10 pm
I see that you didn¹t enclose your script in <script> tags. The DIV id is there to link the tooltip with DIV, using the ³context² property you specify (look...
45826 traderashish Send Email Mar 2, 2009
1:41 am
It partially works but is getting much more complex, as I have header and footers. Also when I resize from a larger size to 1024 * 768 , somehow yui data...
45827 blp
blpiko Send Email
Mar 2, 2009
3:45 am
Hi, The API document.elementFromPoint will give me a element by certain position. But I need a elements by certain region. For example: <!-- if this region is...
45828 sai.kumar_gv Send Email Mar 2, 2009
4:21 am
Hi , Thanks for the reply . Plz find the details IE Version : 6.0.2900.xx FireFox Version : 3.0.6 YUI Version : 2.7 ( Same in 2.6 also ) Sample code ...
45829 k6rks Send Email Mar 2, 2009
5:57 am
Chris, I'm not sure if this is what you are after, but to block off the middle weekdays of March you would use this call before the render: ...
45830 kavih7 Send Email Mar 2, 2009
7:04 am
This company uses javascript to power a desktop app: http://www.browsernotincluded.com/...
45831 sai.kumar_gv Send Email Mar 2, 2009
8:39 am
Hi , clearEditorDoc(); clears the text that we key in on RTE . but if the text is already present in <textarea> This is not cleared </textarea> . How do we...
45832 ragtek_ragga Send Email Mar 2, 2009
8:44 am
Is it possible to send params like i'm trying here: YAHOO.util.Event.on(sendtweetforminput, 'keyup&#39;, this.CharChange('twittercharcount', 'twitter_tweet'),...
45833 valentin_jacquemin
valentin_jac... Send Email
Mar 2, 2009
10:53 am
Hello, Yes it is possible but you missused the function. Here is what the doc <http://developer.yahoo.com/yui/docs/YAHOO.util.Event.html#method_on> states for...
45834 hejwoszmichael@...
hejwoszmicha... Send Email
Mar 2, 2009
12:06 pm
Hello! Based on one of Satyam's articles (available here: http://satyam.com.ar/yui/ and highly recommended), I have extended the Paginator widget. My problem...
45835 Mayank Desai
mayank.desai@... Send Email
Mar 2, 2009
1:10 pm
Hello, I am using YUI chart in my application, and in the pie chart onmouseover I am able to display name,count and percenate.Now i want to display one more...
45836 seyed_7 Send Email Mar 2, 2009
2:42 pm
Hi Everyone! I'm stuck big time. I'm very new to YUI, so please forgive if this is too simple. YUI datatable takes in json objects and displays them into a...
45837 Timothy Stone
scentofjava Send Email
Mar 2, 2009
3:10 pm
... Hash: SHA1 For proxies, I prefer leveraging mod_rewrite + mod_proxy in Apache (http://bit.ly/10s3I0 ). But, the current side project I'm working on does...
45838 sai.kumar_gv Send Email Mar 2, 2009
3:38 pm
Press enter key after a line in Firefox , it doesnt add. In firefox it adds . Is there any fix for this. How do we insert normal text after formatted text. ...
45839 cjavajim Send Email Mar 2, 2009
4:03 pm
... removeColumn() and insertColumn() will remove and insert Column instances from the actual ColumnSet; see http://developer.yahoo.com/yui/datatable/#colapis...
45840 Nathan Moschkin
nmosch Send Email
Mar 2, 2009
4:37 pm
dealing with Internet Explorer (v7 or 8, doesn't matter which) : I am initiating a drag and drop to reorder elements on the screen ... But when I do,...
Messages 45811 - 45840 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