Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 30086 - 30115 of 52119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30086
For the example given for resizable panels. http://developer.yahoo.com/yui/examples/container/panel-resize_source.html I'm trying to figure out what I have to...
Jacques
pspri92229
Offline Send Email
May 1, 2008
7:08 am
30087
What happens if you type that same URL into the address bar of the browser? Can you see anything? If the browser can reach that URL as a normal page then the...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
8:23 am
30088
Hi, I have two questions: 1. When I initialize the rich text editor in IE after deleting the temporary internet file I get only the text area in plain view...
omrigez
Offline Send Email
May 1, 2008
9:15 am
30089
Hi is there any way to edit directly into the cell rather than have a textbox/textarea pop up? I want to allow users to edit directly into cells and have the...
david_c1986
Offline Send Email
May 1, 2008
9:34 am
30090
Hi there, The DataTable is a beautiful thing, but I've had one issue with it... I've got serverside pagination working, but for some reason the totalRecords...
amirlaher
Offline Send Email
May 1, 2008
9:54 am
30091
how do i do that? tell me its urgent fx_aeb <fx_aeb@...> wrote: Hi, You can change this CSS property: .ygtvtp { ...
abhishek Reddy
yui_query
Offline Send Email
May 1, 2008
11:13 am
30092
This example: http://www.satyam.com.ar/yui/#assortedControls might help. It was done for 2.4 and then slightly changed for 2.5, your choice. Anyway, regarding...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
12:00 pm
30093
I have just joined this List, and searched for posts re: this problem, and have come up with zip, so here it is: I'm only trying to set up a page using one of...
Tom Cloyd, M.S., M.A.
tomcloyd2001
Offline Send Email
May 1, 2008
12:04 pm
30094
In the constructor to the Paginator you have: totalRecords: SENRO.clientsearch.resultcount, I am not sure what it might do. It is not required and I suspect...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
12:12 pm
30095
I have a panel that I need to make visible with pure javascript not any of the listeners. the reason is because there are multiple of these objects, and it ...
Jacques
pspri92229
Offline Send Email
May 1, 2008
12:40 pm
30096
Hi Satyam, wow that was quick - thanks. I actually put that totalRecords in the constructor as an initial attempt to remedy the problem. Sorry, I should have...
amirlaher
Offline Send Email
May 1, 2008
12:51 pm
30097
My own sample is not really different from the example along the docs, but it might give you some clue. http://www.satyam.com.ar/yui/2.5.0/dt_serverdriven.html...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
1:04 pm
30098
I got it half working but I think my implementation is wrong. I have a URL you can look at http://www.vimarksolutions.com/admin the login box is fake. Click...
Jacques
pspri92229
Offline Send Email
May 1, 2008
1:10 pm
30099
Just a guess, but are you perhaps using the strict doctype? Did you validate your HTML against the doctype to make sure you don't have any violations? For...
Karr, David
david.karr@...
Send Email
May 1, 2008
1:40 pm
30100
Thanks for the help Luke. Modifying the #demo class solved the problem. ... sliders. ... IE7 the...
b.ellingson
Offline Send Email
May 1, 2008
1:43 pm
30101
... David, Thanks for your thoughts. Yes, I am validating against HTML strict, but WHAT I'm validating is the initial code I get from YUI's Grids builder at...
Tom Cloyd
tomcloyd2001
Offline Send Email
May 1, 2008
1:59 pm
30102
Satyam you're a hero! Your example was enlightening, thanks. All I needed to do was define a doBeforeCallback: myDataSource.doBeforeCallback =...
amirlaher
Offline Send Email
May 1, 2008
3:12 pm
30103
It looks like Sourceforge had an outage: http://news.netcraft.com/archives/2008/04/30/slashdot_sourceforge_back_online_after_outage.html However, if you've...
Neil Erdwien
agidihtf
Offline Send Email
May 1, 2008
3:26 pm
30104
Hello, everyone. I am guessing this was an issue that was fixed in later versions of YUI as we've missed a few upgrades, but I wanted to confirm before ...
monsieurdizzy
Offline Send Email
May 1, 2008
3:47 pm
30105
Hi, Is the data source component able to work with this json? { "length" : 3, "resources": [ { "url": "http://localhost:3000/instances/5.json", ...
Raphael Bauduin
raphinou
Offline Send Email
May 1, 2008
4:00 pm
30106
So I finally found out what I needed to do. I'm not quite sure exactly what the difference is between this and what I was trying to do earlier... I get...
jeremymefford
Offline Send Email
May 1, 2008
4:03 pm
30107
Amir: Can you try taking the quotes off the object literals in your returned JSON? You said you return this: ...
bretlevy
Offline Send Email
May 1, 2008
4:05 pm
30108
Adam, Thanks for your response. At this point, I'm trying to understand how the whole thing works (this is the first time I am playing with the YUI, and I'm...
Ivan Queiroz
ifqueiroz
Offline Send Email
May 1, 2008
4:12 pm
30109
The JSON message seems fine to me, though it is quite redundant in that you have every nested object within an array that only contains that single object....
Satyam
satyamutsa
Offline Send Email
May 1, 2008
4:17 pm
30110
Actually, you might do worse by taking those quotes out. If you include the json component, the DataSource will use it and that one does expect the property...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
4:21 pm
30111
... Those arrays are indeed meant to enable multiple values. ... Thanks for pointing that out! I tried with this version, but still got a failure :( ...
Raphael Bauduin
raphinou
Offline Send Email
May 1, 2008
4:28 pm
30112
If they contain multiple values, which one is the one you mean to show. There can only be one value returned per field, if there are going to be multiple...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
5:00 pm
30113
I have a set of controls that edits rows in a datatable, several autocompletes and sliders. Sometimes I want the controls to be in a disabled state so no...
Michael Terry
michaelwterry
Offline Send Email
May 1, 2008
5:19 pm
30114
... hem, yes..... Mixing languages..... ... I still get a failure indeed. Does that mean there's no solution to consume that JSON with the datasource...
Raphael Bauduin
raphinou
Offline Send Email
May 1, 2008
5:38 pm
30115
If you are using the in-line cell editors, you are listening to "cellClickEvent" and passing that on to onEventShowCellEditor. Make that conditional. The...
Satyam
satyamutsa
Offline Send Email
May 1, 2008
5:40 pm
Messages 30086 - 30115 of 52119   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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