![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Functions | |
formatSortOrderInputField ($questionType) | |
reorderQuestionTypes () | |
Variables | |
$menu_item = "Questionnaire Question Types" | |
$title = "Question Types" | |
$questionTypes = query(QuestionType, "ORDER BY sort_order") | |
$table = new DataListView($questionTypes, "questionTypes") | |
$table | emptyMessage = "There are no question types defined." |
$table | sortable = false |
$table | cssStyle = "width: 60%" |
if($method=="POST") | $script = $table->writeScript() |
formatSortOrderInputField | ( | $questionType | ) |
Definition at line 85 of file question_types.inc.
reorderQuestionTypes | ( | ) |
Definition at line 93 of file question_types.inc.
$menu_item = "Questionnaire Question Types" |
Definition at line 47 of file question_types.inc.
$questionTypes = query(QuestionType, "ORDER BY sort_order") |
Definition at line 52 of file question_types.inc.
if ( $method=="POST") $script = $table->writeScript() |
Definition at line 72 of file question_types.inc.
$table = new DataListView($questionTypes, "questionTypes") |
Definition at line 54 of file question_types.inc.
$title = "Question Types" |
Definition at line 49 of file question_types.inc.
$table cssStyle = "width: 60%" |
Definition at line 62 of file question_types.inc.
$table emptyMessage = "There are no question types defined." |
Definition at line 60 of file question_types.inc.
$table sortable = false |
Definition at line 61 of file question_types.inc.