On Fri, 27 Feb 2009 13:07:17 -0000 ... What do you mean by "offset"? ... No, Flash disallows that. -- Alexandros Vellis National and Kapodistrian University of...
Would it be worthwhile to wrap the Grids CSS in @media screen, projection, print { }? A CSS-compliant browser in a handheld device probably shouldn't be told...
Visual Studio or Microsoft Script Editor If you want to debug javascript add to your code the following line: debugger; This line will behave like breakpoint. ...
Hi I am creating N Horizontal sliders on page load and it should be rendered to the user on need. I am able to render it style property and thumbs are showing...
clearEditorDoc() is working fine in FireFox , but not in IE. Is there any woraround for IE . reset , set('element',"",true) doesnt work. Please suggest. ...
clearEditorDoc() doesnt clear RTE in IE but fine in FireFox. Is there any work around in IE to clear text in RTE . reset ,set method doesnt help. Regards Sai...
... 1. Which version of IE are your referring to? And which version of FireFox? 2. What version of YUI are you using? 3. Post a URL to your code so we can help...
I have a popup menu, and its context is set to a button on a draggable resize panel. When the show event is fired, the menu display location is always to...
I see that you didn¹t enclose your script in <script> tags. The DIV id is there to link the tooltip with DIV, using the ³context² property you specify (look...
It partially works but is getting much more complex, as I have header and footers. Also when I resize from a larger size to 1024 * 768 , somehow yui data...
Hi, The API document.elementFromPoint will give me a element by certain position. But I need a elements by certain region. For example: <!-- if this region is...
Hi , Thanks for the reply . Plz find the details IE Version : 6.0.2900.xx FireFox Version : 3.0.6 YUI Version : 2.7 ( Same in 2.6 also ) Sample code ...
Hi , clearEditorDoc(); clears the text that we key in on RTE . but if the text is already present in <textarea> This is not cleared </textarea> . How do we...
Is it possible to send params like i'm trying here: YAHOO.util.Event.on(sendtweetforminput, 'keyup', this.CharChange('twittercharcount', 'twitter_tweet'),...
Hello, Yes it is possible but you missused the function. Here is what the doc <http://developer.yahoo.com/yui/docs/YAHOO.util.Event.html#method_on> states for...
Hello! Based on one of Satyam's articles (available here: http://satyam.com.ar/yui/ and highly recommended), I have extended the Paginator widget. My problem...
Hello, I am using YUI chart in my application, and in the pie chart onmouseover I am able to display name,count and percenate.Now i want to display one more...
Mayank Desai
mayank.desai@...
Mar 2, 2009 1:10 pm
45836
Hi Everyone! I'm stuck big time. I'm very new to YUI, so please forgive if this is too simple. YUI datatable takes in json objects and displays them into a...
... Hash: SHA1 For proxies, I prefer leveraging mod_rewrite + mod_proxy in Apache (http://bit.ly/10s3I0 ). But, the current side project I'm working on does...
Press enter key after a line in Firefox , it doesnt add. In firefox it adds . Is there any fix for this. How do we insert normal text after formatted text. ...
... removeColumn() and insertColumn() will remove and insert Column instances from the actual ColumnSet; see http://developer.yahoo.com/yui/datatable/#colapis...
dealing with Internet Explorer (v7 or 8, doesn't matter which) : I am initiating a drag and drop to reorder elements on the screen ... But when I do,...