Go to the source code of this file.
Variables | |
| static const QString | PROCESS_ACTION |
| static const QString | HIDDEN_IFRAME |
const QString PROCESS_ACTION [static] |
" <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] |
" <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().
1.6.3