AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

Can I use In Place Editor without server-side script? What is the meaning of the URL parameter? #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is very little documentation about how and why to use the URL
parameter. For me it is relevant to make the whole script to be
client-side. At least for testing it how does it work. Why do I need
server-side script?

Now I managed to make it work when I put it in my public_html folder and
invoke the web page trough the web server
(http://localhost/~user/wepbage.html).

If it is not there it doesn't work. Even if I put server.php in public_html
and set the URL parameter to "http://localhost/~user/server.php"

What version of the product are you using? On what operating system?

The version is 1.0.1

Original issue reported on code.google.com by raicho.n...@gmail.com on 30 Jan 2010 at 10:18

GoogleCodeExporter commented 8 years ago
You can entirely use the script client-side - just set the callback property 
and you can handle the whole submit 
part yourself.

Original comment by martin.h...@googlemail.com on 14 Feb 2010 at 3:10

GoogleCodeExporter commented 8 years ago
If this doesn't work for you, please feel free to reopen this bug. :-)

Original comment by mhaec...@gmail.com on 23 Mar 2010 at 10:31

GoogleCodeExporter commented 8 years ago
The problem is that there is no explanation or a working example on how to use 
my own
function. I have been trying some variant but none of them  worked. Please show 
me
some examples.

Original comment by raicho.n...@gmail.com on 23 Mar 2010 at 10:43