Skip to search.
ydn-javascript · Yahoo! User Interface Library Group

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 17569 - 17600 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17569 Satyam
satyamutsa Online Now Send Email
Sep 1, 2007
8:24 am
I remember that links didn't work in some old version of YUI, 2.1 or before. They were fixed, or so I recall, I didn't test them myself, in 2.2 or...
17571 Alex Leonard
alexleonard2006 Offline Send Email
Sep 1, 2007
10:10 am
Brilliant.. I completely forgot about CDATA stuff - it's just something I've read about but never actually needed to use. Thanks. I haven't had time to read...
17572 ter31024 Offline Send Email Sep 1, 2007
7:35 pm
Hello, I'm still fairly new at YUI and am having trouble getting links configured in a DataTable. I have added the 'YAHOO.widget.DataTable.formatLink' method...
17573 Satyam
satyamutsa Online Now Send Email
Sep 1, 2007
8:47 pm
In the DataSource, you could do: responseSchema.fields = [ ... , {key:'myLink',parser:function(link) {return link + '.html'}}, ... ] or otherwise you could...
17574 Caridy Patiño Mayea
caridyp Offline Send Email
Sep 1, 2007
10:09 pm
Hi, The mark-up of the tooltip control has changed in the YUI 2.3.0, mainly for the shadow and the rounded corners. That's why you need to change the CSS's...
17575 Caridy Patiño Mayea
caridyp Offline Send Email
Sep 1, 2007
10:10 pm
Hi Prasanna, Sorry for the delay... Unfortunately, the tabview/tab control don't have a manager to interconnect the DOM references with a certain tabview/tab...
17576 dave2002002 Offline Send Email Sep 1, 2007
10:58 pm
same problem if i remove the form tags.... www.amateurartauction.co.uk...
17577 sagar_balla Offline Send Email Sep 2, 2007
12:13 am
I want to create panels with Minimize button. If any one tried this option previously then please let me know Thanks, Sagar...
17578 sudermatt Offline Send Email Sep 2, 2007
2:35 am
I tried to keep it really simple for a scrollable datatable. I'm getting a "datasource has no properties" error on the line this.myDataSource.responseType.......
17579 someguynameddylan
someguynamed... Online Now Send Email
Sep 2, 2007
2:58 am
Create an image object and set the source to the url of the image. i.e: var imgObj = new Image(); imgObj.src = "http://not.a.url/img.gif"; that will at least...
17580 Gopal Venkatesan
gopalarathnam_v Offline Send Email
Sep 2, 2007
4:18 am
... Looking at: http://www.amateurartauction.co.uk/Gallery.aspx I can see: <form name="aspnetForm" method="post" action="Gallery.aspx" id="aspnetForm"> ...
17581 Gopal Venkatesan
gopalarathnam_v Offline Send Email
Sep 2, 2007
4:37 am
... ^^^^ That should have been "this.myDataSource". Eric Miraglia has written an excellent article explaining the module pattern[1] on YUIBlog[2]. [1]...
17582 chonlia Offline Send Email Sep 2, 2007
8:00 am
I find a function to prevent click before double-click using window.setTimeout. The problem is i don't know how pass parameters. At calendar.js, doSelectCell: ...
17583 kaffeeringe Offline Send Email Sep 2, 2007
9:40 am
Hi all! This is my first question here, so please don't smack me, if I do something wrong ;-) I am trying to implement a 4 column layout: narrow, wide, narrow,...
17584 dave2002002 Offline Send Email Sep 2, 2007
9:50 am
Hi, thanks for having a look, that is the right URL, but the form tags seem to be auto-generated... so im not sure how 2 solve that? ... id="aspnetForm"> ... ...
17585 fhs.ecommerce Offline Send Email Sep 2, 2007
10:26 am
Nobody an idea or suggestion?...
17587 dave2002002 Offline Send Email Sep 2, 2007
11:56 am
updated URL - http://www.amateurartauction.co.uk/yuitest.aspx ... www.amateurartauction.co.uk ... Internet ... get a...
17588 Rodrigo Haas
rodrigohaasb... Offline Send Email
Sep 2, 2007
8:31 pm
Satyam, Thanks for response! I am using YUI 2.3.0. Look my code: <code> this.myDataSource = new YAHOO.util.DataSource(uri); this.myDataSource.responseType =...
17589 Satyam
satyamutsa Online Now Send Email
Sep 2, 2007
9:17 pm
I just checked the source and this has changed from 2.2.2 to 2.3.0 so whatever I recalled from previous versions does not matter. You would have to listen to...
17590 Satyam
satyamutsa Online Now Send Email
Sep 2, 2007
11:31 pm
I think I have a better one. Change this line: this.myDataTable.subscribe("rowClickEvent", this.myDataTable.onEventSelectRow); to this: ...
17591 David Seruyange
idmkid Offline Send Email
Sep 3, 2007
1:54 am
Is anyone at work on a YUI book? I've seen a few javascript or "web 2.0" books with YUI mentioned, but I'm wondering if anyone's thought of making a...
17592 Eric Miraglia
ericmiraglia Online Now Send Email
Sep 3, 2007
4:45 am
David, I believe that there are some books in the works, based on what I've heard from publishers. I'm not sure that anything has been announced as yet, but...
17593 stefan@...
urkmansturm Offline Send Email
Sep 3, 2007
6:58 am
Hello, thanks for your answer. But my problem is, that my page allready contails a form. So I have something like this: <form action="page.php"> <div...
17594 Satyam
satyamutsa Online Now Send Email
Sep 3, 2007
7:13 am
Two forms, actually. ... From: stefan@... To: ydn-javascript@yahoogroups.com Sent: Monday, September 03, 2007 8:57 AM Subject: Re: [ydn-javascript] Re:...
17595 Satyam
satyamutsa Online Now Send Email
Sep 3, 2007
7:15 am
There is a typo in the code below, the line within the conditional should be: this.myDataTable.onEventSelectRow(o); ... From: Satyam To:...
17596 Nagasamudram, Prasann...
prasanna.nagasamudram... Send Email
Sep 3, 2007
8:06 am
Thanks a lot Satyam.... I have a very basic question here.... This solution involves changing the yui code. Is this allowed, I mean are we supposed to give...
17597 Satyam
satyamutsa Online Now Send Email
Sep 3, 2007
8:32 am
It is better that you don't change the original distribution files, I did that once and when the update came, it was tough to check the changes. What I now...
17598 Satyam
satyamutsa Online Now Send Email
Sep 3, 2007
8:37 am
Finally, forget about all those replies, I shouldn't be checking my mail past midnight. This works, I have just tested it: ...
17599 andrew.bykov Offline Send Email Sep 3, 2007
9:08 am
Hi! Please clarify me - how I can completely hide the YUI rich edit toolbar, or at least it's buttons panel only? If it's impossible, can I emulate "collapse"...
17600 Stefan Sturm
urkmansturm Offline Send Email
Sep 3, 2007
9:28 am
Hello, want to refresh the content of Panel with Data I get from an Ajax Request. Is there somewhere an example for this? Thanks and greetings, Stefan Sturm...
Messages 17569 - 17600 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