Content deleted Content added
Platipusica (talk | contribs) m py and JS |
Platipusica (talk | contribs) mNo edit summary |
||
Line 31:
send the asynchronous request to the server, hiding the message after response.
Server Module ([[Python (programming language)|Python]]):
<syntaxhighlight lang="python">
import time
Line 38:
return params1 + param2
</syntaxhighlight>
Client Module ([[JavaScript]]):
<syntaxhighlight lang="python">
function on_edit_form_created(item) {
|