the following code has problem with IE 6 ( select box cannot show):

</p><p class="" style="background-color: rgb(255, 255, 153); 
background-image: none;" title="Click to edit" id="tobeedited">Click me, 
click me!</p>
<script type="text/javascript">
new Ajax.InPlaceCollectionEditor(
  'tobeedited', 'demoajaxreturn.html', {
  collection: ['one','two','three'],
  ajaxOptions: {method: 'get'} //override so we can use a static for the 
result
});
</script>


in control.js 1.8.0 , comment   line 838:
        //    this._controls.editor.update('');  

IE6 can show select box.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to