Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12937
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 41714 - 41745 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
41714 Satyam
satyamutsa Send Email
Dec 1, 2008
8:00 am
Starting with 2.6, TreeView has method getTreeDefintion which produces an object which can be serialized via the JSON utility to be stored wherever. The...
41715 Kelvin
kelvinrei Send Email
Dec 1, 2008
8:38 am
duh... ok... so gears is a plugin... so how about this question then... how does YUI rate compared to what is out there in its category? thanks and ya... i'm...
41716 Marco Mariani
marco.mariani@... Send Email
Dec 1, 2008
9:32 am
... The answer is: YUI and Gears have nothing to do with each other, they have a different goal and different feature set, you can have both pets but they...
41717 Alex Wibowo
javaforlive Send Email
Dec 1, 2008
10:48 am
Hi Caridy, As I mentioned... I'm trying to find the most effective way to debug the Javascript that is executed inside the fetched page. As you have pointed,...
41718 Satyam
satyamutsa Send Email
Dec 1, 2008
10:52 am
You can place a 'debugger&#39; statement in the loaded code and that will act as a breakpoint....
41720 dipika_thadhani Send Email Dec 1, 2008
11:17 am
Hi I want to provide training to my team members on Yahoo UI Is anyone in India who can help with the training. Pls post your contact no or mail id to get in...
41721 christoph.juergens
christoph.ju... Send Email
Dec 1, 2008
11:19 am
Hi, In IE6 i get an "Object Required" error with the code below in the line marked with an X. Code works fine with FF, Opera, Safari etc. Any ideas anyone? ...
41722 Michael Hasenstein
hasenstein Send Email
Dec 1, 2008
11:54 am
... what is out ... VERY RUSTY! ... To briefly summarize my opinion and what others write in response to similar questions, here's my recommendation: - JQuery...
41723 Arun Kumar Roy
arun@... Send Email
Dec 1, 2008
12:02 pm
Hi, Is YUI such a difficult thig to give training and all. Our team started working on it with the help of its api and gogle only. Thanks Arun On Mon, Dec 1,...
41724 claracruzz Send Email Dec 1, 2008
1:43 pm
Hi Satyam, Thanks a Million... It is my dream that I can spend my retirement doing what you do. Absoulutely splendid. Regards, Clara ... your ... like ... ...
41725 Gopal Venkatesan (...
gopalarathnam_v Send Email
Dec 1, 2008
2:09 pm
... Looks like IE6 is having problems with some of the CSS rules. While I couldn't find the exact problem, inspecting with IE web developer toolbar reveals...
41726 bretlevy Send Email Dec 1, 2008
2:17 pm
I *am* able to set the color value (yui 2.5.1) of the color picker. See: http://yuihelp.levycodev.com/demos/colorpicker/multi_colorpickers_on_a _page_help.php ...
41727 Alex Wibowo
javaforlive Send Email
Dec 1, 2008
2:30 pm
Hi Satyam, What did u mean by that? The fetched code is not available at all in the 'script&#39; tab in firebug.... so how can i put the breakpoint ?? Did I miss...
41728 Alex Wibowo
javaforlive Send Email
Dec 1, 2008
2:30 pm
Hi Satyam.. Another question for you (as you are the YUI developer team).... is there any reason why you cant replace the content of center unit in the YUI ...
41729 Dav Glass
dav.glass Send Email
Dec 1, 2008
2:31 pm
jms -- The difference is that you are loading base, base may be adding styles to the H2 that the layout skin isn't defending against. 1. I use an h2 because it...
41730 Satyam
satyamutsa Send Email
Dec 1, 2008
2:45 pm
I'm not sure it it works, but give it a try, put the instruction: debugger; at the top of the file that is dynamically loaded and run your app. It should stop...
41731 Satyam
satyamutsa Send Email
Dec 1, 2008
2:46 pm
... No, I'm not. ... I don't know. Sorry to be so negative :-( Satyam...
41732 dimus_99 Send Email Dec 1, 2008
3:07 pm
formatDropdown : function (datatable-debug.js v.2.6) lines 3384-3385: optionEl.innerHTML = (lang.isValue(option.text)) ? option.text : option; sorry about...
41733 jerry_gagliano Send Email Dec 1, 2008
3:55 pm
Doesn't work for me. :( It uploads the file to the server perfectly but the progress bar appears 100% once the upload is done. I though i programmed something...
41734 Alejandro Diaz
kiedis_007 Send Email
Dec 1, 2008
4:03 pm
Hello, I have migrated the datatable from 2.5.2 to yui 2.6 and now its working pretty fine, I just have a problem with the rowsPerPageOptions. When I select to...
41736 cbr_talus46 Send Email Dec 1, 2008
5:04 pm
after loose a full day to customize the calendar header apearence. I still have an issue. the previousMonth link,nextMonth link and the header text don't...
41737 tommy.bramble Send Email Dec 1, 2008
5:38 pm
I'm using the layout manager to create a paneled layout (header, left, right). All the element units are working great, but I have a gray border around each...
41738 Caridy Patino
caridyp Send Email
Dec 1, 2008
5:45 pm
Hey Alex, What do you mean with "why you cant replace the content of center unit in the YUI layout"???? You can do that... If you have a reference to the unit,...
41739 Caridy Patino
caridyp Send Email
Dec 1, 2008
5:58 pm
Hey Alex, Placing "debugger;" in your code should work. When I mentioned the problems debugging I was talking about the inline JS code, external js code can be...
41740 jellyrhubarb Send Email Dec 1, 2008
6:21 pm
Thank you for confirming that it does work! I inherited some code from a co-worker who has departed. He swore the issue was a yui bug. Now that I've...
41741 Eric Miraglia
ericmiraglia Send Email
Dec 1, 2008
6:43 pm
Frazer.jin, Although we don't formally test mixed-version implementations, it's almost certain that what you're suggesting will be safe as a workaround until...
41742 Nicholas Zakas
nicholas.zakas Send Email
Dec 1, 2008
6:52 pm
There's no way to trap those error messages at the moment. It's on my list of things to do for YUI Test in the future. -Nicholas ...
41743 MadLuke
madluke2510 Send Email
Dec 1, 2008
6:54 pm
Hi to all, I have some problems with Dialog pane http://developer.yahoo.com/yui/examples/container/dialog-quickstart.html I had to copy the source code, part...
41744 malafskyg Send Email Dec 1, 2008
7:10 pm
Good fix. I found another approach after tracing all the event firings. The problem appears to be that the cell editor is not actually destroyed in the...
41745 Dav Glass
dav.glass Send Email
Dec 1, 2008
7:32 pm
tommy.bramble -- Something like this should do it: .yui-skin-sam .yui-layout .yui-layout-hd, .yui-skin-sam .yui-layout .yui-layout-ft, .yui-skin-sam...
Messages 41714 - 41745 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help