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...
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...
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...
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) ...
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 ... ...
Hey Caxton, YUI Connection Manager is the equivalent to DOJO xhrget and xhrpost, check the documentation here: http://developer.yahoo.com/yui/connection/ Best...
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...
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...
Jordi Boggiano
j.boggiano@...
Oct 1, 2008 2:41 pm
38531
... 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...
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...
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...
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...
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> ...
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...
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...
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...
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...
... 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...
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...