Check your web server to see if the MIME type for a *.PL file is restricted. This would give you an error....
50069
Brian McCullough
bdmc1000
Jun 30, 2009 4:14 pm
... I'm sorry. There should be no spaces between the "http" and the ".pl". Brian...
50070
Brian McCullough
bdmc1000
Jun 30, 2009 4:14 pm
... I presume that that space before "test.pl" isn't really there. Which web server are you using? Brian...
50071
Nicolas Beney
nbeney
Jun 30, 2009 4:29 pm
Dear Satyam, Using resultsList: "" didn't work but resultsList: "results" and wrapping my list in { "results": [ ... ] } did. Thank you so much for your help. ...
50072
John Doe
learningyui
Jun 30, 2009 4:36 pm
There are NO spaces: http://linuxvm/cgi-bin/Eric/testperl.pl (linuxvm is my localhost - set up correctly - I have been using the linuxvm instead of localhost...
50073
Satyam
satyamutsa
Jun 30, 2009 4:50 pm
The error message below says it all. The problem has nothing to do with YUI, sever misconfiguration or whatever but on the server side. Go to the appropriate...
50074
Satyam
satyamutsa
Jun 30, 2009 4:57 pm
I've just searched for it: http://yuilibrary.com/projects/yui2/ticket/2149648 look at the last comment, it says: <quote>The component owner has reviewed this...
50075
Satyam
satyamutsa
Jun 30, 2009 5:02 pm
I've just tried a couple of TreeView examples with XHTML headers and they worked fine in IE, FF and Safari. Are you sure the issue is not elsewhere? Can I...
50076
Daniel
ikaro751
Jun 30, 2009 5:36 pm
Hi, I'm isolating the problem testing XML Data Over XHR With GET. The datatable appears, also the rows; however the data don't appear in it ...
50077
stein.dave@...
stein.dave...
Jun 30, 2009 7:08 pm
After I posted I've taken a look deeper. I understand why you're using execCommand better now. You can't really select the text another way to even put an...
50078
bretlevy
Jun 30, 2009 7:40 pm
This might help: http://yuihelp.levycodev.com/demos/tabview/change_tabs_via_code.php ~~bret...
50079
Daniel
ikaro751
Jun 30, 2009 8:05 pm
Hi, I found the ploblem, the keys are case-sensitive; if the XML is defined as clave_almacen, then key in myColumnDefs must be the same. I had "Clave_almacen" ...
50080
ets04uga
Jun 30, 2009 8:09 pm
Thank you. Yes, I need to be subscribing to events. Your articles and examples have been very helpful....
50081
Brian McCullough
bdmc1000
Jun 30, 2009 8:13 pm
... Thank you for the example, Bret. That looks a lot like the older version of what I am trying to do, where I have built the TabView on HTML Markup. ...
50082
Andrés Reyes Douglas
andres_crd
Jun 30, 2009 8:36 pm
Forget M$ software... i'm using the newest Firefox 3.5 The YUI speed is awesome....
Hi, I need to select a row on a datatable. Simply, but no selecting by the row number (0,1,2,3,etc.). I've a hide column named "Code" with unique number...
50085
Satyam
satyamutsa
Jun 30, 2009 9:04 pm
There is nothing built into the DataTable to help you on this. If it is going to happen just once, simply loop through the Recordset looking for the value you...
50086
jarret.minkler@...
agentorangejdm
Jun 30, 2009 9:49 pm
If you hit the cgi from the browser what response do you get? Sent from my Verizon Wireless BlackBerry...
50087
douloscristou
Jun 30, 2009 10:33 pm
My application is using the treeview for navigation and I am dynamically adding items to the list as they are created using the following: ...
50088
Ryan V. Bayona
r2b2_ry
Jul 1, 2009 12:24 am
Hi, I wanted to implement YUI Charts in my application. The problem is the chart's value will be dependent on a user-specified criteria. Users will select the...
50089
Dwight Bridges
tripp.bridges
Jul 1, 2009 12:31 am
You can re-assign value to the chart by setting its datasource. mychart.set(³dataSource², myUpdatedDataSource); Tripp ... Re: [ydn-javascript] YUI Charts :...
50090
chad.clites
Jul 1, 2009 1:13 am
The title is a bit misleading, but I couldn't come up with a good title. In short, I am displaying saved biological data based on user selection. Users can...
50091
Joe Desbonnet
jdesbonnet
Jul 1, 2009 2:04 am
I'll need to implement a math equation editor in a rich text editor soon. I'm wondering has anyone got experience doing something like with with the YUI...
50092
mayonesa
mayo_7
Jul 1, 2009 2:25 am
... Used it but same behavior as isTarget. The file of interest is taglib/MyDragAndDropTagLib.groovy in http://www.nabble.com/file/p24265871/grails-app%2B2.zip...
50093
ianz2008
Jul 1, 2009 3:09 am
I am new to YUI and would like to make some webpages with form. the purpose of those forms is to reload the current page with proper action (add or remove some...
50094
Brian McCullough
bdmc1000
Jul 1, 2009 3:52 am
... It turns out that there seems to be an issue with activeIndex. However, activeTab does have the correct value. var aTab = TabView.get( 'activeTab39; ); var...
50095
David Fealkoff
davidfealkoff
Jul 1, 2009 5:05 am
Well a little progress. I get the same sting in IE7, but I still just get a text string instead of rendered HTML with Colored or Bolded text. I reviewed...
50096
mary_09876
Jul 1, 2009 6:16 am
I have a yui datatable where the first column holds a set of radio buttons -- just radio buttons, not inline radio editors. How do I go about conditionally...
50097
Satyam
satyamutsa
Jul 1, 2009 6:35 am
... First of all, don't use "javascript:" type of hrefs, they are not recommended. Listen to clickEvent instead, it is safer, supported and it provides you...
50098
Satyam
satyamutsa
Jul 1, 2009 6:42 am
Drop the selectRadio column and show the type column instead with your own formatter that will show an enabled or disabled radio button. Forget about the row...