Well - it's undocumented - but there is a "method" option for each tag when You look in underlaying js files ...
You can try to set 'method'=>'post' in a tag php function call (it will be forwarded to JS - You can see it in generated html) and then do some debugging/fixes to forward it up to XMLRequest calls.
If You are still interested in this - let me know - maybe I find some time and prepare newer version with this functionality ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to know if it is possible to use "POST" method ?
Thanks for more information.
Well - it's undocumented - but there is a "method" option for each tag when You look in underlaying js files ...
You can try to set 'method'=>'post' in a tag php function call (it will be forwarded to JS - You can see it in generated html) and then do some debugging/fixes to forward it up to XMLRequest calls.
If You are still interested in this - let me know - maybe I find some time and prepare newer version with this functionality ...