logo       

Re: InPlaceEditor question: msg#00078

lang.ruby.rails.spinoffs

Subject: Re: InPlaceEditor question

This is my rough guess, value is keyword on javascript.
Try to use something else as parameter and see if it works.

<p id="storyTitle"><%= storyTitle %></p>

<script type="text/javascript"> new Ajax.InPlaceEditor('storyTitle', 'editBlog.jsp', {
callback: function(a) { return 'v=edit&user=<%=
customerName %>&story=<%= storyID
%>&editItem=storyTitle&storyTitle=' + a.value;}, }); </script>

Ricky.

Brandon Dove wrote:

I've noticed some strangeness when using the InPlaceEditor.
Here's my code:

<p id="storyTitle"><%= storyTitle %></p>

<script type="text/javascript">
new Ajax.InPlaceEditor('storyTitle', 'editBlog.jsp', {
callback: function(value) { return 'v=edit&user=<%=
customerName %>&story=<%= storyID
%>&editItem=storyTitle&storyTitle=' + value.value;}, }); </script>

The problem I'm having is with the callback function. In the
examples at script.aculo.us, they show assigning parameters the
new form value by simply saying:

"param=" + value;

For some reason hhis not working for me in Firefox (1.07).
Instead I have to do:

"param=" + value.value.value;

In IE (6.0) none of these work (value, value.value,
value.value.value).

I'm stumped -- anyone see what I'm mising?

Cheers,

Brandon

________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@xxxxxxxxxxxxxxxx
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise