Could you post at least a bit of your code or an example page, it would help to get your problem fixed ;)...
38522
Caxton
ivy_ckf
Oct 1, 2008 9:24 am
Hi all, I try to modify a web page form dojo into YUI. I have a problem that dojo has a API "xhrGET", but I can not find a similar API in YUI. Here is a...
38523
p_bhangale47
Oct 1, 2008 10:17 am
Hi all, i am using Yahoo calendar in my web page for that i use yaho-dom- event.js file and that home page i also use event.js from yahoo for another purpose...
38524
vikram pratap
singhpratap_06
Oct 1, 2008 10:25 am
hi, u can use the YUI calendar if u r not show on the page. first u can debugg the javascript fubction and find out where the problem. warm regards, vikram...
38525
adrian_verstuyft
adrian_verst...
Oct 1, 2008 10:49 am
Hi, how should I alter what css-file(s) to get an individual layout? For example: width: 955px left sidebar: 155px (respectively the appropriate em value) ...
38526
vikram pratap
singhpratap_06
Oct 1, 2008 10:57 am
hi you can change the YUI Style Sheet as per ur requirement u can change left right and contect margin in ccs. u can do it. try again warm reagrds vikram ... ...
38527
Caridy Patino
caridyp
Oct 1, 2008 12:30 pm
Hey Caxton, YUI Connection Manager is the equivalent to DOJO xhrget and xhrpost, check the documentation here: http://developer.yahoo.com/yui/connection/ Best...
38528
narendra reddy
mnrbug
Oct 1, 2008 12:37 pm
Hi there, We are using YUI Profiler to profile our Javascript APIs. Interestingly, the values are increasing when we run YUI Profiler for the same API...
38529
Venkat Sadasivam
venkatsalem
Oct 1, 2008 1:54 pm
Hi, When is the 2.6.0 release going to be? Thanks, Venkat Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
38530
Jordi Boggiano
j.boggiano@...
Oct 1, 2008 2:41 pm
Hi, I am trying to build an logarithmic X axis and well, I am completely lost as the code probably shows. What I have is the size on the X axis, that should...
38531
Lucas Smith
y_lsmith
Oct 1, 2008 2:42 pm
... you have time to answer a question about the same software. I've developed it quite a bit since we last touched base. It works fine with Opera and...
38532
Eric Miraglia
ericmiraglia
Oct 1, 2008 2:53 pm
Venkat, Always refer to the Roadmap for this kind of information: http://developer.yahoo.com/yui/articles/roadmap/ We've been targeting 9/30 as beginning of...
38533
Eric Miraglia
ericmiraglia
Oct 1, 2008 2:57 pm
p_bhangale47, Try including the following file when you want to use Dom, Event and Calendar together: <script type="text/javascript"...
38534
Eric Miraglia
ericmiraglia
Oct 1, 2008 3:34 pm
Ania, Here's what our Flash experts say: My suggestion would be to check the wmode of their SWF embed. This sounds like a longstanding issue with the plugin...
38535
aniad
Oct 1, 2008 4:14 pm
Eric, Changing the wmode helped a little. The mouse tracks correctly when the panel is dragged around over most of the screen areas, however it still is...
38536
irene_varas2005
Oct 1, 2008 4:34 pm
i want to refresh a datatable which datasource retrieves data from an xml, but the xml change only in the values of a node example xml is <id>1</id> ...
38537
Sean Bradshaw
seanblader
Oct 1, 2008 4:55 pm
Any chance that release notes are ready for distribution?...
38538
Eric Miraglia
ericmiraglia
Oct 1, 2008 5:03 pm
Nathan, Feel free to email me about your project (at miraglia at yahoo dash inc dot com). Regards, Eric...
38539
Eric Miraglia
ericmiraglia
Oct 1, 2008 5:08 pm
daveb662001, Thanks for sharing this -- looks like a fun and challenging project! -Eric...
38540
Dav Glass
dav.glass
Oct 1, 2008 5:17 pm
aniad -- I have created a page based on the code from your email and I am not able to get it to error in IE7: ...
38541
hewsonism
Oct 1, 2008 5:22 pm
Hello all, I am new to javascript and YUI. I have tried to figure this out on my own, but have not had any luck. I have a web application that consists of...
38542
John Panelli
johnpanelli
Oct 1, 2008 5:35 pm
Hi, I'm creating a modal dialog with a 'Save' button as follows: <script language="Javascript"> YAHOO.namespace('yuiModalDialog'); // Show the Deduction dialog...
That error often signals that you have not loaded all the library files, that you didn't load them in order or even that you loaded one more than once and the...
38545
Satyam
satyamutsa
Oct 1, 2008 6:11 pm
I could, but it would be nicer if, after I took the time to explain a few things, you took the time to reply. You want code? There you have it. It isn't...
38546
Satyam
satyamutsa
Oct 1, 2008 6:16 pm
You are directing the callback from the sendRequest method straight to the DataTable code to initialize the table so it doesn't code through any code of yours...
38547
Satyam
satyamutsa
Oct 1, 2008 6:18 pm
In: http://developer.yahoo.com/yui/datatable/#datasource read the section titled "getting more data" Satyam...
38548
Lucas Smith
y_lsmith
Oct 1, 2008 6:42 pm
... Sorry for the long delay. It is possible to include multiple ColorPickers on a page. Check out this example for guidance: ...
38549
Lucas Smith
y_lsmith
Oct 1, 2008 6:53 pm
... code. ... [snip] Ok, I'm able to reproduce your ???? case. Unfortunately, I'm not sure what could be the cause of it, but I'm asking around. Luke...
38550
Satyam
satyamutsa
Oct 1, 2008 7:50 pm
Globals should be avoided as much as possible. Normally a page is a mixture of code you wrote and libraries from external sources, ad providers, mashups and so...