I have a page with two autocompletes, the second autocomplete (which located under the first) - gets over the first's container. This happens only in IE, is...
Hi Mayank, I am not sure that I understand your question. The Pie Chart will only show individual values as a percentage of the total. The only data available...
First clear the Editor with setEditorHTML, then clear the textarea: myEditor.setEditorHTML('<br>'); myEditor.get('element39;).value = ''; Dav -- Dav Glass ...
I'd like to use YUItest as a real unit test framework; i.e. completely outside of any browser. (In my case, under Rhino.) I'm at a loss as to how to get test...
I'd like to use YUItest as a real unit test framework; i.e. completely outside of any browser. (In my case, under Rhino.) I'm at a loss as to how to get test...
hi, im trying to build a week schedule application, im having problems connecting the calendar to an external datasource(a php file that selects all holidays...
What is the fastest way test a fix on an application without signing out and signing in again to Yahoo Messenger? Along the same lines, is it possible to test...
Hi, i have a Dialog created with javascript. Once the Dialog is created i attach some event listeners and autocompletes to some of it's elements. For the...
After much head scraching I managed to get a refresh of a data table working when using a JSON remote data source. I used the following code: var st =...
what is the call that detaches the SecondaryWindow from its primary parent? And most importantly, where can someone look for this? It does not seem to be...
Thanks a lot for the help! I was wondering if you can hint to me on this one as well. Can I call these values and have them do an onClick or an onHover for...
... working when using a ... myDataSource.sendRequest("action=getData&sort=id&dir=asc&startIndex=0&results=20", ... reset to the first page. The ... for the...
I need to execute some javascript to manipulate data table elements after it has loaded with all data and elements. I tried putting code in window.onload and...
... Pag.TEMPLATE_ROWS_PER_PAGE; ... egzemplarzy"; ... "1"}); ... Since you're not adding or modifying any behavior of the Paginator class, it looks like a...
Unfortunately, that's also outside of developer's control. The timing of the events is dependent on how often Flash can poll the TCP socket it creates, which...
What you are describing most likely has to do with differences in how Flash player deals with relative URLs in different browsers. We will investigate and make...
Just to add to that: by default, for each uploaded file, Flash will submit a POST request with the following variables: Filedata: the content of the file ...
Hi Loc, Have you tested your backend script to make sure that it receives files correctly and doesn't throw any errors? You can test it with regular HTTP...
Hello, To do that you can use the onAvailable <http://developer.yahoo.com/yui/docs/YAHOO.util.Event.html#method_onCont92; entReady> static method in the Event...
You can also add columns permanently to the DataTable from the start. The number of columns in the column definitions does not need to match the number of...
Showing simultaneously is the killing part of your description, afa i know Dialog have a focus first element method fire when it render or show or get content...