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 26548 - 26577 of 52120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26548
Simple Dialog inherits from Panel the methods setBody and appendToBody. Actually, in the API documentation for SimpleDialog, there are more methods and...
Satyam
satyamutsa
Offline Send Email
Mar 1, 2008
9:01 am
26549
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...
Satyam
satyamutsa
Offline Send Email
Mar 1, 2008
10:01 am
26550
... 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:...
dietrich.frank
Offline Send Email
Mar 1, 2008
10:32 am
26551
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...
d.zhiharev
Offline Send Email
Mar 1, 2008
11:52 am
26552
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...
evolab_pm
Offline Send Email
Mar 1, 2008
11:57 am
26553
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...
daveb662001
Offline Send Email
Mar 1, 2008
2:22 pm
26554
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...
Satyam
satyamutsa
Offline Send Email
Mar 1, 2008
4:16 pm
26555
Thank you. I did not even see that page before. I'll try the appendToBody now. ... has many ... at the ... ...
daveb662001
Offline Send Email
Mar 1, 2008
5:47 pm
26556
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 =...
chaluwa
Offline Send Email
Mar 1, 2008
7:14 pm
26557
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...
chaluwa
Offline Send Email
Mar 1, 2008
7:43 pm
26558
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...
nahueldefosse
Offline Send Email
Mar 1, 2008
8:20 pm
26559
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...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 1, 2008
9:04 pm
26560
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...
bj4fr
Offline Send Email
Mar 1, 2008
11:06 pm
26561
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...
Del
dhanoad
Offline Send Email
Mar 2, 2008
12:18 am
26562
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...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
12:36 am
26563
One thing is wrong for sure. You shouldn't have put <script type="text/javascript">..........<script> inside your ssirss2.js file. :) Regards, Jing...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
12:42 am
26564
I think a combination of Dialog and TabView can serve your need....
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
12:47 am
26565
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...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
1:11 am
26566
... 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...
chaluwa
Offline Send Email
Mar 2, 2008
3:45 am
26567
Surely you can disable any tab. But one thing to notice, you can only move to an enabled tab. So before using tabView.set('activeTab'....) or ...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
4:56 am
26568
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%;...
Sonny To
son_wh98
Offline Send Email
Mar 2, 2008
5:00 am
26569
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...
Eric Miraglia
ericmiraglia
Offline Send Email
Mar 2, 2008
6:28 am
26570
... 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...
chaluwa
Offline Send Email
Mar 2, 2008
8:02 am
26571
good point Jing, thanks. i think the problem here is that i would be trying to do an AJAX request across domains -- this is impossible to do. so a proxy script...
Del
dhanoad
Offline Send Email
Mar 2, 2008
10:40 am
26572
No problem. And I'm very interested in how you do it ;) Best Regards, Jing...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
10:47 am
26573
I don't have too much experience in this, but I just found one solution which might help. I think it's better you read it yourself ;) ...
Jing Ceawlin
jingceawlin
Offline Send Email
Mar 2, 2008
11:02 am
26574
Hello Folks This is completely new to me. Is it possible? Perhaps Get Utility does it internally? Are external stylesheets represented in DOM as nodes (and can...
d_adamkiewicz
Offline Send Email
Mar 2, 2008
11:28 am
26575
I am trying to implement a drop-in replacement of the JavaScript window.confirm dialog box based on Dav's example available @ ...
memorathoner
Offline Send Email
Mar 2, 2008
11:56 am
26576
Do you have some example code to show the work-around? Thanks ... question ... version. ... table which ... problem is ... invisible. So, ... displayed. You ...
warmsmile4
Offline Send Email
Mar 2, 2008
3:13 pm
26577
No, sorry, I'm not switching to 2.5. Just make sure the container of the DataTable is visible when you draw it or call the function _syncColWidths if it...
Satyam
satyamutsa
Offline Send Email
Mar 2, 2008
3:55 pm
Messages 26548 - 26577 of 52120   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