Definition at line 43 of file survey_manager.inc.
◆ getSurveyTabs()
static SurveyManager::getSurveyTabs |
( |
|
$key | ) |
|
|
static |
Definition at line 60 of file survey_manager.inc.
62 $formTitle =
"Create a Survey";
63 $viewTitle =
"Preview/Send";
68 $formTitle = (
$survey->isEditable()) ?
"Edit Survey" :
"Survey Details";
69 $viewTitle = (!
$survey->isSent()) ?
"Preview/Send" :
"Manage Survey";
72 $images[0] =
"<img src='/fakoli/images/tab_create_survey.gif' style='display: inline-block;vertical-align: middle; border: none'/> ";
73 $images[1] =
"<img src='/fakoli/images/tab_view_results.gif' style='display: inline-block;vertical-align: middle; border: none'/> ";
76 $images[0] . $formTitle => array(
77 "Introduction" =>
"survey_form",
78 "Questions" =>
"survey_questions",
79 "Email" =>
"survey_email",
80 "Confirmation" =>
"survey_confirmation",
81 $viewTitle =>
"survey_preview"
84 $images[1] .
"View Results" => array(
85 "Survey Responses" =>
"survey_results",
86 "Graphical Data" =>
"survey_data",
87 "Tabular View" =>
"survey_data_table",
88 "Spreadsheet View" =>
"survey_spreadsheet"
◆ SurveyManager()
SurveyManager::SurveyManager |
( |
| ) |
|
◆ surveyTabs()
static SurveyManager::surveyTabs |
( |
|
$key = "" | ) |
|
|
static |
Definition at line 51 of file survey_manager.inc.
54 $qs = ($key) ?
"survey_id=$key" :
"";
55 $tabBar =
new TwoLevelTabBar(
$tabs,
$qs);
static getSurveyTabs($key)
The documentation for this class was generated from the following file: