Last change
on this file since 615 was
609,
checked in by ray, 13 years ago
|
Added notice about implicit UTF-8 encoding of data (see Ticket #882)
|
File size:
659 bytes
|
Line | |
---|
1 | SaveSubmit for Xinha |
---|
2 | |
---|
3 | developed by Raimund Meyer (ray) xinha @ raimundmeyer.de |
---|
4 | |
---|
5 | Registers a button for submiting the Xinha form using asynchronous |
---|
6 | postback for sending the data to the server |
---|
7 | |
---|
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. |
---|
12 | |
---|
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. |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.