If an html file is empty, pretend it has a body
[booki.git] / site_media / xinha / plugins / SaveSubmit / README.txt
blob22a71d818600bff241a14982057ad2171c78ee38
1 SaveSubmit for Xinha
3 developed by Raimund Meyer (ray) xinha @ raimundmeyer.de
5 Registers a button for submiting the Xinha form using asynchronous
6 postback for sending the data to the server
8 Usage: This should be a drop-in replacement for a normal submit button.
9 While saving a message is displayed to inform the user what's going on.
10 On successful transmission the output of the target script is shown, so it should print some information
11 about the success of saving.
13 ATTENTION: The data sent by this method is always UTF-8 encoded, regardless of the actual charset used. So, if you 
14 are using a different encoding you have to convert on the server side.