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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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@...
May 1, 2008 1:40 pm
30100
Thanks for the help Luke. Modifying the #demo class solved the problem. ... sliders. ... IE7 the...
... 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...
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...
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 ...
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...
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...
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....
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...
... Those arrays are indeed meant to enable multiple values. ... Thanks for pointing that out! I tried with this version, but still got a failure :( ...
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...
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...
... hem, yes..... Mixing languages..... ... I still get a failure indeed. Does that mean there's no solution to consume that JSON with the datasource...
If you are using the in-line cell editors, you are listening to "cellClickEvent" and passing that on to onEventShowCellEditor. Make that conditional. The...