sendData
sends all data which aren't saved to the server side yet
void sendData( [string|number id] );
id | string|number | optional, the id of an item |
Details
- If ID is provided, only one item will be sent to the server side.
- When called without parameters, the method will send all items that aren't saved yet.
Back to top