55 redirect(
"survey_list");
64 $survey->filter =
new InclusionFilter(
"status",
"start_date",
"sender_email");
66 $form->hide(
"status",
"start_date",
"sender_email");
67 $form->submitLabel =
"Send Survey Emails";
68 $form->button(
"Send Test Email to {$user->email}",
"questionnaireSendMgr.sendTestEmail()",
null,
true);
74 $page->page_title .=
"Survey {$survey->title}";
82 $tabs->queryString .=
"&sent={$send_result}";
93 <div
id=
"survey_tab_border">
95 echo
"<p id='action_result' class='questionnaire_action_result' style='display: none'></p>\n";
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static surveyTabs($key="")
$method
Pull out a simple reference to the request method.