mythfexml.cpp File Reference

Go to the source code of this file.

Variables

static const QString PROCESS_ACTION
static const QString HIDDEN_IFRAME

Variable Documentation

const QString PROCESS_ACTION [static]
Initial value:
    "  <script type =\"text/javascript\">\n"
    "    function postaction(action) {\n"
    "      var myForm = document.createElement(\"form\");\n"
    "      myForm.method =\"Post\";\n"
    "      myForm.action =\"../Frontend/SendAction?\";\n"
    "      myForm.target =\"post_target\";\n"
    "      var myInput = document.createElement(\"input\");\n"
    "      myInput.setAttribute(\"name\", \"Action\");\n"
    "      myInput.setAttribute(\"value\", action);\n"
    "      myForm.appendChild(myInput);\n"
    "      document.body.appendChild(myForm);\n"
    "      myForm.submit();\n"
    "      document.body.removeChild(myForm);\n"
    "    }\n"
    "  </script>\n"

Definition at line 156 of file mythfexml.cpp.

Referenced by MythFEXML::GetActionListTest(), and MythFEXML::GetRemote().

const QString HIDDEN_IFRAME [static]
Initial value:
    "    <iframe id=\"hidden_target\" name=\"post_target\" src=\"\""
    " style=\"width:0;height:0;border:0px solid #fff;\"></iframe>\n"

Definition at line 173 of file mythfexml.cpp.

Referenced by MythFEXML::GetActionListTest(), and MythFEXML::GetRemote().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Sun May 27 06:41:46 2012 for MythTV by  doxygen 1.6.3