Hi all! When show query results in DataTable with "Row Selection" the cells with "Link Format" (formatter:YAHOO.widget.DataTable.formatLink) don't execute the...
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...
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.formatLink39; method...
In the DataSource, you could do: responseSchema.fields = [ ... , {key:'myLink39;,parser:function(link) {return link + '.html39;}}, ... ] or otherwise you could...
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...
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...
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.......
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...
... ^^^^ That should have been "this.myDataSource". Eric Miraglia has written an excellent article explaining the module pattern[1] on YUIBlog[2]. [1]...
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: ...
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,...
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"> ... ...
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 =...
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...
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, 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...
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...
Two forms, actually. ... From: stefan@... To: ydn-javascript@yahoogroups.com Sent: Monday, September 03, 2007 8:57 AM Subject: Re: [ydn-javascript] Re:...
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...
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...
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...
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"...