55 redirect(
"survey_dashboard");
70 $page->page_title .=
" for {$survey->title}";
75 $redirect =
"survey_questions?survey_id=$survey_id";
78 $form->required(
"question");
79 $form->annotate(
"options",
"<br><span class='annotate'>List each option on a separate line.</span>");
80 $form->getRenderer(
"question")->height =
"100px";
87 $form->button(
"Remove",
"questionnaireMgr.removeQuestionFromForm($survey_question_id)",
"Are you sure you want to remove this question?",
true);
90 $form->hide(
"question_name");
95 $infoText =
"<i>Note: </i>This question has been answered. You may edit the question but be careful not to change its meaning.";
125 <div
id=
"survey_tab_border"><?
128 echo
"<b>{$infoText}</b>";
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.