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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 30086 - 30115 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
30086 Jacques
pspri92229 Send Email
May 1, 2008
7:08 am
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...
30087 Satyam
satyamutsa Send Email
May 1, 2008
8:23 am
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...
30088 omrigez Send Email May 1, 2008
9:15 am
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...
30089 david_c1986 Send Email May 1, 2008
9:34 am
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...
30090 amirlaher Send Email May 1, 2008
9:54 am
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...
30091 abhishek Reddy
yui_query Send Email
May 1, 2008
11:13 am
how do i do that? tell me its urgent fx_aeb <fx_aeb@...> wrote: Hi, You can change this CSS property: .ygtvtp { ...
30092 Satyam
satyamutsa Send Email
May 1, 2008
12:00 pm
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...
30093 Tom Cloyd, M.S., M.A.
tomcloyd2001 Send Email
May 1, 2008
12:04 pm
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...
30094 Satyam
satyamutsa Send Email
May 1, 2008
12:12 pm
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...
30095 Jacques
pspri92229 Send Email
May 1, 2008
12:40 pm
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 ...
30096 amirlaher Send Email May 1, 2008
12:51 pm
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...
30097 Satyam
satyamutsa Send Email
May 1, 2008
1:04 pm
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...
30098 Jacques
pspri92229 Send Email
May 1, 2008
1:10 pm
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...
30099 Karr, David
david.karr@... Send Email
May 1, 2008
1:40 pm
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...
30100 b.ellingson Send Email May 1, 2008
1:43 pm
Thanks for the help Luke. Modifying the #demo class solved the problem. ... sliders. ... IE7 the...
30101 Tom Cloyd
tomcloyd2001 Send Email
May 1, 2008
1:59 pm
... 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...
30102 amirlaher Send Email May 1, 2008
3:12 pm
Satyam you're a hero! Your example was enlightening, thanks. All I needed to do was define a doBeforeCallback: myDataSource.doBeforeCallback =...
30103 Neil Erdwien
agidihtf Send Email
May 1, 2008
3:26 pm
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...
30104 monsieurdizzy Send Email May 1, 2008
3:47 pm
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 ...
30105 Raphael Bauduin
raphinou Send Email
May 1, 2008
4:00 pm
Hi, Is the data source component able to work with this json? { "length" : 3, "resources&quot;: [ { "url": "http://localhost:3000/instances/5.json", ...
30106 jeremymefford Send Email May 1, 2008
4:03 pm
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...
30107 bretlevy Send Email May 1, 2008
4:05 pm
Amir: Can you try taking the quotes off the object literals in your returned JSON? You said you return this: ...
30108 Ivan Queiroz
ifqueiroz Send Email
May 1, 2008
4:12 pm
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...
30109 Satyam
satyamutsa Send Email
May 1, 2008
4:17 pm
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....
30110 Satyam
satyamutsa Send Email
May 1, 2008
4:21 pm
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...
30111 Raphael Bauduin
raphinou Send Email
May 1, 2008
4:28 pm
... Those arrays are indeed meant to enable multiple values. ... Thanks for pointing that out! I tried with this version, but still got a failure :( ...
30112 Satyam
satyamutsa Send Email
May 1, 2008
5:00 pm
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...
30113 Michael Terry
michaelwterry Send Email
May 1, 2008
5:19 pm
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...
30114 Raphael Bauduin
raphinou Send Email
May 1, 2008
5:38 pm
... hem, yes..... Mixing languages..... ... I still get a failure indeed. Does that mean there's no solution to consume that JSON with the datasource...
30115 Satyam
satyamutsa Send Email
May 1, 2008
5:40 pm
If you are using the in-line cell editors, you are listening to "cellClickEvent" and passing that on to onEventShowCellEditor. Make that conditional. The...
Messages 30086 - 30115 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