dark_mode edit EN
  • Data WEngine :nOperType
  • Type Numeric
  • Initial value OPER_DEFAULT

Type of operation to be performed, which can be:

TypeDescription
OPER_DEFAULTDefault operation. No parameters or POST information.
OPER_ACTION'Action' type operation. CGI parameters via GET indicate the document and method to be executed.
OPER_FORM'Form' type operation. CGI parameters via GET indicate the document and method to be executed, and the Hash hPost includes all the information from the form fields.
OPER_SERVICE'Service' type operation. CGI parameters via GET indicate the document and method to be executed. It must return a JSON object
OPER_SERVICEJS'Service-JavaScript' type operation. The CGI parameters via GET indicate the document and method to be executed and it must return JavaScript code for execution by the web page.
OPER_CUSTOM'Custom' type operation. The CGI parameters via GET indicate the name of the process. These operations are always routed through the WDoc:CustomProcess method that the programmer must overload /td>
For further information consult the programming guide.

Previous chevron_left Next chevron_right