Forms ================== .. py:data:: model.Form :rtype: string Set this to the HTML you wish to display as a form on your page. It is loaded into your page by the ``/PyScriptForm/YourScript`` GET request URL. .. py:data:: model.Script :rtype: string Set this to the Javascript you want to run on your page. It is loaded into your page by the ``/PyScriptForm/YourScript`` GET request URL. .. py:data:: model.Header :rtype: string Set this to the title of your page .. py:data:: model.HttpMethod :return: Either 'get' or 'post' :rtype: string This readonly property let's you determine action based on whether it is the initial page load (GET) or the AJAX call from your Javascript (POST)