Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17569 - 17600 of 52119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17569
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...
Satyam
satyamutsa
Offline Send Email
Sep 1, 2007
8:24 am
17571
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...
Alex Leonard
alexleonard2006
Offline Send Email
Sep 1, 2007
10:10 am
17572
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...
ter31024
Offline Send Email
Sep 1, 2007
7:35 pm
17573
In the DataSource, you could do: responseSchema.fields = [ ... , {key:'myLink',parser:function(link) {return link + '.html'}}, ... ] or otherwise you could...
Satyam
satyamutsa
Offline Send Email
Sep 1, 2007
8:47 pm
17574
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...
Caridy Patiño Mayea
caridyp
Offline Send Email
Sep 1, 2007
10:09 pm
17575
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...
Caridy Patiño Mayea
caridyp
Offline Send Email
Sep 1, 2007
10:10 pm
17576
same problem if i remove the form tags.... www.amateurartauction.co.uk...
dave2002002
Offline Send Email
Sep 1, 2007
10:58 pm
17577
I want to create panels with Minimize button. If any one tried this option previously then please let me know Thanks, Sagar...
sagar_balla
Offline Send Email
Sep 2, 2007
12:13 am
17578
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.......
sudermatt
Offline Send Email
Sep 2, 2007
2:35 am
17579
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...
someguynameddylan
someguynamed...
Online Now Send Email
Sep 2, 2007
2:58 am
17580
... Looking at: http://www.amateurartauction.co.uk/Gallery.aspx I can see: <form name="aspnetForm" method="post" action="Gallery.aspx" id="aspnetForm"> ...
Gopal Venkatesan
gopalarathnam_v
Online Now Send Email
Sep 2, 2007
4:18 am
17581
... ^^^^ That should have been "this.myDataSource". Eric Miraglia has written an excellent article explaining the module pattern[1] on YUIBlog[2]. [1]...
Gopal Venkatesan
gopalarathnam_v
Online Now Send Email
Sep 2, 2007
4:37 am
17582
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: ...
chonlia
Offline Send Email
Sep 2, 2007
8:00 am
17583
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,...
kaffeeringe
Offline Send Email
Sep 2, 2007
9:40 am
17584
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"> ... ...
dave2002002
Offline Send Email
Sep 2, 2007
9:50 am
17585
Nobody an idea or suggestion?...
fhs.ecommerce
Offline Send Email
Sep 2, 2007
10:26 am
17587
updated URL - http://www.amateurartauction.co.uk/yuitest.aspx ... www.amateurartauction.co.uk ... Internet ... get a...
dave2002002
Offline Send Email
Sep 2, 2007
11:56 am
17588
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 =...
Rodrigo Haas
rodrigohaasb...
Offline Send Email
Sep 2, 2007
8:31 pm
17589
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...
Satyam
satyamutsa
Offline Send Email
Sep 2, 2007
9:17 pm
17590
I think I have a better one. Change this line: this.myDataTable.subscribe("rowClickEvent", this.myDataTable.onEventSelectRow); to this: ...
Satyam
satyamutsa
Offline Send Email
Sep 2, 2007
11:31 pm
17591
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...
David Seruyange
idmkid
Offline Send Email
Sep 3, 2007
1:54 am
17592
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...
Eric Miraglia
ericmiraglia
Online Now Send Email
Sep 3, 2007
4:45 am
17593
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...
stefan@...
urkmansturm
Offline Send Email
Sep 3, 2007
6:58 am
17594
Two forms, actually. ... From: stefan@... To: ydn-javascript@yahoogroups.com Sent: Monday, September 03, 2007 8:57 AM Subject: Re: [ydn-javascript] Re:...
Satyam
satyamutsa
Offline Send Email
Sep 3, 2007
7:13 am
17595
There is a typo in the code below, the line within the conditional should be: this.myDataTable.onEventSelectRow(o); ... From: Satyam To:...
Satyam
satyamutsa
Offline Send Email
Sep 3, 2007
7:15 am
17596
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...
Nagasamudram, Prasann...
prasanna.nagasamudram...
Send Email
Sep 3, 2007
8:06 am
17597
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...
Satyam
satyamutsa
Offline Send Email
Sep 3, 2007
8:32 am
17598
Finally, forget about all those replies, I shouldn't be checking my mail past midnight. This works, I have just tested it: ...
Satyam
satyamutsa
Offline Send Email
Sep 3, 2007
8:37 am
17599
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"...
andrew.bykov
Offline Send Email
Sep 3, 2007
9:08 am
17600
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...
Stefan Sturm
urkmansturm
Offline Send Email
Sep 3, 2007
9:28 am
Messages 17569 - 17600 of 52119   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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