I have a question with respect to how RTE works with embedded HTML. When I enter an HTML embed such as below: <object width="425" height="355"><param...
30115
Satyam
satyamutsa
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...
30114
Raphael Bauduin
raphinou
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...
30113
Michael Terry
michaelwterry
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...
30112
Satyam
satyamutsa
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...
30111
Raphael Bauduin
raphinou
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 :( ...
30110
Satyam
satyamutsa
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...
30109
Satyam
satyamutsa
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....
30108
Ivan Queiroz
ifqueiroz
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...
30107
bretlevy
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: ...
30106
jeremymefford
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...
30105
Raphael Bauduin
raphinou
May 1, 2008 4:00 pm
Hi, Is the data source component able to work with this json? { "length" : 3, "resources": [ { "url": "http://localhost:3000/instances/5.json", ...
30104
monsieurdizzy
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 ...
30103
Neil Erdwien
agidihtf
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...
30102
amirlaher
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 =...
30101
Tom Cloyd
tomcloyd2001
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...
30100
b.ellingson
May 1, 2008 1:43 pm
Thanks for the help Luke. Modifying the #demo class solved the problem. ... sliders. ... IE7 the...
30099
Karr, David
david.karr@...
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...
30098
Jacques
pspri92229
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...
30097
Satyam
satyamutsa
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...
30096
amirlaher
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...
30095
Jacques
pspri92229
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 ...
30094
Satyam
satyamutsa
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...
30093
Tom Cloyd, M.S., M.A.
tomcloyd2001
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...
30092
Satyam
satyamutsa
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...
30091
abhishek Reddy
yui_query
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 { ...
30090
amirlaher
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...
30089
david_c1986
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...
30088
omrigez
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...
30087
Satyam
satyamutsa
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...