![]() |
CMS
Version 3.9
|
Public Member Functions | |
QuestionField ($parent, $question) | |
getID () | |
writeScript () | |
writeHTML () | |
drawGraph () | |
drawSummaryView () | |
getAnswer () | |
getSpreadsheetAnswer () | |
getOptionAnswer () | |
writeLimitScript () | |
renderLimitEnd ($limit, $field, $value) | |
getRequired () | |
getRequiredValidator () | |
Static Public Member Functions | |
static | create ($parent, $question) |
Public Attributes | |
$parent | |
The parent QuestionForm obj. More... | |
$question | |
The question renderer obj. More... | |
$readonly | |
Whether the questions should be drawn readonly. More... | |
$answer | |
The answer to the question obj. More... | |
$answerSeparator = "<br>" | |
for list of answers in checklist renderer More... | |
Definition at line 61 of file question_renderer.inc.
|
static |
Definition at line 208 of file question_renderer.inc.
QuestionField::drawGraph | ( | ) |
Definition at line 92 of file question_renderer.inc.
QuestionField::drawSummaryView | ( | ) |
QuestionField::getAnswer | ( | ) |
Reimplemented in CheckListView, RatingView, SelectFieldView, and MultipleChoiceView.
Definition at line 111 of file question_renderer.inc.
QuestionField::getID | ( | ) |
Definition at line 77 of file question_renderer.inc.
QuestionField::getOptionAnswer | ( | ) |
Definition at line 123 of file question_renderer.inc.
QuestionField::getRequired | ( | ) |
Reimplemented in CheckListView.
Definition at line 192 of file question_renderer.inc.
QuestionField::getRequiredValidator | ( | ) |
Reimplemented in CheckListView, RatingView, and MultipleChoiceView.
Definition at line 197 of file question_renderer.inc.
QuestionField::getSpreadsheetAnswer | ( | ) |
Reimplemented in RatingView.
Definition at line 116 of file question_renderer.inc.
QuestionField::QuestionField | ( | $parent, | |
$question | |||
) |
Definition at line 69 of file question_renderer.inc.
QuestionField::renderLimitEnd | ( | $limit, | |
$field, | |||
$value | |||
) |
Definition at line 182 of file question_renderer.inc.
QuestionField::writeHTML | ( | ) |
Reimplemented in CheckListView, FreeTextView, ShortTextView, RatingView, SelectFieldView, and MultipleChoiceView.
Definition at line 87 of file question_renderer.inc.
QuestionField::writeLimitScript | ( | ) |
Definition at line 148 of file question_renderer.inc.
QuestionField::writeScript | ( | ) |
Reimplemented in FreeTextView, and ShortTextView.
Definition at line 82 of file question_renderer.inc.
QuestionField::$answer |
The answer to the question obj.
Definition at line 66 of file question_renderer.inc.
QuestionField::$answerSeparator = "<br>" |
for list of answers in checklist renderer
Definition at line 67 of file question_renderer.inc.
QuestionField::$parent |
The parent QuestionForm obj.
Definition at line 63 of file question_renderer.inc.
QuestionField::$question |
The question renderer obj.
Definition at line 64 of file question_renderer.inc.
QuestionField::$readonly |
Whether the questions should be drawn readonly.
Definition at line 65 of file question_renderer.inc.