add documentation for async form internationalization
This commit is contained in:
parent
796cddf21e
commit
1c99b36be0
@ -12,6 +12,11 @@
|
|||||||
* Example usage:
|
* Example usage:
|
||||||
* <form uw-async-form method='POST' action='...'>
|
* <form uw-async-form method='POST' action='...'>
|
||||||
* ...
|
* ...
|
||||||
|
*
|
||||||
|
* Internationalization:
|
||||||
|
* This utility expects the following translations to be available:
|
||||||
|
* asyncFormFailure: text that gets shown if an async form request fails
|
||||||
|
* example: "Oops. Something went wrong."
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var ASYNC_FORM_UTIL_NAME = 'asyncForm';
|
var ASYNC_FORM_UTIL_NAME = 'asyncForm';
|
||||||
|
|||||||
Reference in New Issue
Block a user