Welcome Guest, Not a member yet? Register   Sign In
InPlace Edit
#1

[eluser]MMCCQQ[/eluser]
hi!

when i typing dont work because the URL GOES

dont work
value=no existe ninguna descripcion&editorId=editme2

how can i do?

Quote: new Ajax.InPlaceEditor('editme2', 'spacio/desc/<?=$this->uri->segment(3);?>', {rows:15,cols:40});
<div id="spacio_fotodesc"><p id="editme2">&lt;?=$row->desc;?&gt;</p></div>


HELP!
#2

[eluser]doors[/eluser]
I'm not really sure what your asking?

Give us a better description of the error your receiving.
#3

[eluser]Elliot Haughin[/eluser]
You need to make sure you're using POST, not GET for the request.

Change it to:

Code:
new Ajax.InPlaceEditor(’editme2’, ‘spacio/desc/&lt;?=$this->uri->segment(3);?&gt;’, {rows:15,cols:40,ajaxOptions: {method: 'post'}});




Theme © iAndrew 2016 - Forum software by © MyBB