... Thanks, just wanted to sample opinions on the concerns I had about it (not that they were particularly difficult). I've actually started on a draft that...
26569
Eric Miraglia
ericmiraglia
Mar 2, 2008 6:28 am
Shailendra, You're correct; this is a bug in the initial Cookie Utility beta. We will have this issue addressed in the upcoming 2.5.1 release. Sorry for the...
26568
Sonny To
son_wh98
Mar 2, 2008 5:00 am
Hi, I would like to change the size of the calendar widget... whats the CSS? for example, I want the calendar to take up all the available space width:100%;...
26567
Jing Ceawlin
jingceawlin
Mar 2, 2008 4:56 am
Surely you can disable any tab. But one thing to notice, you can only move to an enabled tab. So before using tabView.set('activeTab39;....) or ...
26566
chaluwa
Mar 2, 2008 3:45 am
... If the forms are spread across tabs, (I hope will disabled and only navigable with a set of previous and next buttons), is there a way to access them from...
26565
Jing Ceawlin
jingceawlin
Mar 2, 2008 1:11 am
This one is called IE/Win Guillotine Bug, you can find more detail here http://www.positioniseverything.net/explorer/guillotine.html You can add an empty div...
26564
Jing Ceawlin
jingceawlin
Mar 2, 2008 12:47 am
I think a combination of Dialog and TabView can serve your need....
26563
Jing Ceawlin
jingceawlin
Mar 2, 2008 12:42 am
One thing is wrong for sure. You shouldn't have put <script type="text/javascript">..........<script> inside your ssirss2.js file. :) Regards, Jing...
26562
Jing Ceawlin
jingceawlin
Mar 2, 2008 12:36 am
I copied you code and tried. It really didn't work. But hold on, you got typo you code. After correcting them, everything went back to normal ;). Regards, Jing...
26561
Del
dhanoad
Mar 2, 2008 12:18 am
how do I create a script that serves RSS headlines hosted on my server that users can cut and paste simple code to embed in their blogs/sites that outputs...
26560
bj4fr
Mar 1, 2008 11:06 pm
Hi, I found another bug. When you put the crop mask on a corner of the image, for example on the bottom right, and try to make it larger using the corner on...
26559
Jing Ceawlin
jingceawlin
Mar 1, 2008 9:04 pm
Hi Sam, I tested it, it worked in my case. Can you provide us the link or the full source code so we can see what's going on? Regards, Jing...
26558
nahueldefosse
Mar 1, 2008 8:20 pm
Hi. I've written two Module subclasses (acutally Dialogs). The code looks great and is very easy to understand. Is it possible to subclass YAHOO.widget.Button...
26557
chaluwa
Mar 1, 2008 7:43 pm
I need a way to make a pagenated dialog, one with contents spread accross sections with one section only visible at a time. I am currently working on a project...
26556
chaluwa
Mar 1, 2008 7:14 pm
This is the flow of my login module: // this is within my namespace, and am using the module pattern // handles have been defined at point var isEnterKey =...
26555
daveb662001
Mar 1, 2008 5:47 pm
Thank you. I did not even see that page before. I'll try the appendToBody now. ... has many ... at the ... ...
26554
Satyam
satyamutsa
Mar 1, 2008 4:16 pm
It is not obvious from the documentation at first sight but Panel has many more methods than shown on the index. The extra methods are listed at the end of...
26553
daveb662001
Mar 1, 2008 2:22 pm
Hello! I am new to YUI, I only used it for a couple of days now. This is what I need to do: 1) create a floating panel (this is easy with YUI container, like...
26552
evolab_pm
Mar 1, 2008 11:57 am
Not so easily. Anyway, I fixed the problem myself. Let me explain it to you so you can see it. Perhaps you will catch something else... I have 4 div and 2...
26551
d.zhiharev
Mar 1, 2008 11:52 am
I'll try to explain my needs. I want to display month system activity (count of successfull and failed transactions per day). On some days (e.x. weekend) there...
26550
dietrich.frank
Mar 1, 2008 10:32 am
... In this case the failure should fire immediately. If not You probably have a mistake in the callback's definition. Do You have a colon before the "failure:...
26549
Satyam
satyamutsa
Mar 1, 2008 10:01 am
The new JSON decoder, YAHOO.lang.JSON is more strict than the default decoder included in the DataSource. If you don't include the new JSON decoder and let...
26548
Satyam
satyamutsa
Mar 1, 2008 9:01 am
Simple Dialog inherits from Panel the methods setBody and appendToBody. Actually, in the API documentation for SimpleDialog, there are more methods and...
26547
Caridy PatiƱo Mayea
caridyp
Mar 1, 2008 5:42 am
Hello Owen, You're right, again... :-) The configuration attributes didn't work in the first appear of the mask, only after the second time. I already updated...
26546
errodr
Mar 1, 2008 4:20 am
Is there any way to display a "Loading" message in the autocomplete drop down while the results are being fetched? Even with queryDelay set to 0 there is...
26545
Sam's Lists
samslists@...
Mar 1, 2008 2:00 am
Hi... I'm making a menu using this an example: http://developer.yahoo.com/yui/examples/menu/topnavfromjs.html Here's the relevant code from your example: 16...
26544
WongTseng
wong.tseng
Mar 1, 2008 1:54 am
Hi, I have a question about the correct JSON string format that a datasource can receive through XHR. One thing puzzling me is that when I format the JSON...
26543
mathew.rowley
Mar 1, 2008 1:22 am
Is there a cleaner way to dynamically add content to a SimpleDialog than this? var dialog = new YAHOO.widget.SimpleDialog("dialog",{ width: "300px", ... ...
26542
shepmaster
Mar 1, 2008 1:13 am
Hey all, I have a case where I am trying to retrieve some Javascript from a server that may or may not be running. Everything works fine when the server is...
26541
m_giovenco
Feb 29, 2008 10:53 pm
Awesome, that's exactly what I needed. Thank you very much for your help!...