ILIAS
Release_4_4_x_branch Revision 61816
|
Survey per page view. More...
Public Member Functions | |
__construct (ilObjSurvey $a_survey, ilSurveyEditorGUI $a_survey_editor_gui) | |
Constructor. | |
executeCommand () | |
Routing. | |
determineCurrentPage () | |
determine current page | |
insertNewQuestion ($a_new_id) | |
Add new question to survey. | |
insertQuestionBlock ($a_block_id) | |
Copy and insert questions from block. | |
getPageNodes (array $a_questions, $a_has_previous_page=false, $a_has_next_page=false, $a_readonly=false) | |
Get Form HTML. | |
renderPageNode (ilTemplate $a_tpl, $a_type, $a_id, $a_content=null, array $a_menu=null, $a_spacer=false, $a_subtitle=false, $a_status=false, $a_heading=false) | |
Render single of dnd page view. | |
editJS () | |
Edit content (ajax, js) | |
saveJS () | |
Save content (ajax, js) | |
getAutoBlockTitle () | |
Get name for newly created blocks. | |
addPoolQuestion ($pos, $node) |
Protected Member Functions | |
appendNewQuestionToSurvey ($a_new_id, $a_duplicate=true, $a_force_duplicate=false) | |
Add new question to survey (database part) | |
addQuestion ($a_type, $a_use_pool, $a_pos, $a_special_position) | |
Call add question to survey form. | |
cutQuestion ($a_id) | |
Add question to be cut to clipboard. | |
copyQuestion ($a_id) | |
Add question to be copied to clipboard. | |
multiCut ($a_id) | |
Add questions to be cut to clipboard. | |
multiCopy ($a_id) | |
Add questions to be copied to clipboard. | |
clearClipboard () | |
Empty clipboard. | |
paste ($a_id) | |
Paste from clipboard. | |
dnd () | |
Move questions in page. | |
deleteBlock () | |
Confirm removing question block. | |
deleteQuestion ($a_id) | |
Confirm removing question(s) from survey. | |
confirmRemoveQuestions () | |
Remove question(s) from survey. | |
editBlock ($a_id) | |
Edit question block. | |
addHeading ($a_id) | |
Add heading to question. | |
editHeading ($a_id) | |
Edit question heading. | |
deleteHeading ($a_id) | |
Delete question heading. | |
callEditor ($a_cmd, $a_param, $a_value) | |
splitPage ($a_id) | |
Split current page in 2 pages. | |
moveNext ($a_id) | |
Move question to next page. | |
movePrevious ($a_id) | |
Move question to previous page. | |
editQuestion ($a_id) | |
Edit question. | |
addQuestionToolbarForm () | |
Add question to survey form (used in toolbar) | |
addQuestionToolbar () | |
Add question to survey action (used in toolbar) | |
movePageForm () | |
Move current page. | |
movePage () | |
Move current page to new position. | |
renderToolbar ($a_pages) | |
Render toolbar form. | |
renderPage () | |
render questions per page |
Protected Attributes | |
$ref_id | |
$lng | |
$object | |
$editor_gui | |
$current_page | |
$has_previous_page | |
$has_next_page | |
$has_datasets | |
$use_pool |
Survey per page view.
Definition at line 14 of file class.ilSurveyPageGUI.php.
ilSurveyPageGUI::__construct | ( | ilObjSurvey | $a_survey, |
ilSurveyEditorGUI | $a_survey_editor_gui | ||
) |
Constructor.
ilObjSurvey | $a_survey | |
ilSurveyEditorGUI | $a_survey_editor_gui |
Definition at line 32 of file class.ilSurveyPageGUI.php.
References ilObject\getRefId().
|
protected |
Add heading to question.
int | $a_id |
Definition at line 828 of file class.ilSurveyPageGUI.php.
References callEditor().
ilSurveyPageGUI::addPoolQuestion | ( | $pos, | |
$node | |||
) |
Definition at line 1816 of file class.ilSurveyPageGUI.php.
References $cmd, $ilCtrl, and $ilUser.
|
protected |
Call add question to survey form.
int | $a_type | question type |
bool | $a_use_pool | add question to pool |
int | $a_pos | target position |
string | $a_special_position | special positions (toolbar | page_end) |
Definition at line 339 of file class.ilSurveyPageGUI.php.
References $_GET, $_POST, $_REQUEST, $ilCtrl, SurveyQuestionGUI\_getQuestionGUI(), and ilObjSurveyQuestionPool\_getQuestiontypes().
Referenced by addQuestionToolbar(), and executeCommand().
|
protected |
Add question to survey action (used in toolbar)
Definition at line 1122 of file class.ilSurveyPageGUI.php.
References $_POST, $ilCtrl, $lng, addQuestion(), addQuestionToolbarForm(), renderPage(), and ilUtil\sendFailure().
|
protected |
Add question to survey form (used in toolbar)
Definition at line 1056 of file class.ilSurveyPageGUI.php.
References $ilCtrl, $lng, $si, $tpl, ilObjSurveyQuestionPool\_getQuestiontypes(), and ilSelectInputGUI\setOptions().
Referenced by addQuestionToolbar().
|
protected |
Add new question to survey (database part)
int | $a_new_id | |
bool | $a_duplicate |
Definition at line 156 of file class.ilSurveyPageGUI.php.
References $result.
Referenced by insertNewQuestion(), insertQuestionBlock(), and paste().
|
protected |
Definition at line 856 of file class.ilSurveyPageGUI.php.
References $_REQUEST.
Referenced by addHeading(), deleteHeading(), editBlock(), and editHeading().
|
protected |
Empty clipboard.
Definition at line 495 of file class.ilSurveyPageGUI.php.
References $_SESSION, and $ref_id.
Referenced by paste().
|
protected |
Remove question(s) from survey.
Definition at line 744 of file class.ilSurveyPageGUI.php.
References $_POST, and $ilCtrl.
|
protected |
Add question to be copied to clipboard.
int | $a_id | question id |
Definition at line 443 of file class.ilSurveyPageGUI.php.
References $_SESSION, $lng, $ref_id, and ilUtil\sendSuccess().
|
protected |
Add question to be cut to clipboard.
int | $a_id | question id |
Definition at line 425 of file class.ilSurveyPageGUI.php.
References $_SESSION, $lng, $ref_id, and ilUtil\sendSuccess().
|
protected |
Confirm removing question block.
int | $a_id |
Definition at line 694 of file class.ilSurveyPageGUI.php.
References $_REQUEST, $ilCtrl, $lng, and ilUtil\sendQuestion().
|
protected |
Delete question heading.
int | $a_id |
Definition at line 850 of file class.ilSurveyPageGUI.php.
References callEditor().
|
protected |
Confirm removing question(s) from survey.
int | array | $a_id |
Definition at line 727 of file class.ilSurveyPageGUI.php.
References $ilCtrl.
ilSurveyPageGUI::determineCurrentPage | ( | ) |
determine current page
Definition at line 132 of file class.ilSurveyPageGUI.php.
References $_REQUEST, and $current_page.
Referenced by executeCommand().
|
protected |
Move questions in page.
Definition at line 668 of file class.ilSurveyPageGUI.php.
References $_REQUEST, and $target_id.
|
protected |
Edit question block.
int | $a_id |
Definition at line 817 of file class.ilSurveyPageGUI.php.
References callEditor().
|
protected |
Edit question heading.
int | $a_id |
Definition at line 839 of file class.ilSurveyPageGUI.php.
References callEditor().
ilSurveyPageGUI::editJS | ( | ) |
Edit content (ajax, js)
Definition at line 1767 of file class.ilSurveyPageGUI.php.
References $_POST, exit, and ilObjSurvey\getTextblock().
|
protected |
Edit question.
int | $a_id |
Definition at line 1039 of file class.ilSurveyPageGUI.php.
References $ilCtrl.
ilSurveyPageGUI::executeCommand | ( | ) |
Routing.
Definition at line 42 of file class.ilSurveyPageGUI.php.
References $_REQUEST, $cmd, $current_page, $ilCtrl, $lng, addQuestion(), determineCurrentPage(), insertNewQuestion(), and ilUtil\sendFailure().
ilSurveyPageGUI::getAutoBlockTitle | ( | ) |
Get name for newly created blocks.
Definition at line 1809 of file class.ilSurveyPageGUI.php.
References $lng.
Referenced by insertNewQuestion(), insertQuestionBlock(), moveNext(), movePrevious(), paste(), and splitPage().
ilSurveyPageGUI::getPageNodes | ( | array | $a_questions, |
$a_has_previous_page = false , |
|||
$a_has_next_page = false , |
|||
$a_readonly = false |
|||
) |
Get Form HTML.
array | $questions | |
bool | $a_has_previous_page | |
bool | $a_has_next_page | |
bool | $a_readonly |
Definition at line 1504 of file class.ilSurveyPageGUI.php.
References $_SESSION, $ilCtrl, $lng, ilObjSurveyQuestionPool\_getQuestiontypes(), and renderPageNode().
Referenced by renderPage().
ilSurveyPageGUI::insertNewQuestion | ( | $a_new_id | ) |
Add new question to survey.
int | $a_new_id |
Definition at line 194 of file class.ilSurveyPageGUI.php.
References $_REQUEST, $lng, SurveyQuestion\_isComplete(), appendNewQuestionToSurvey(), getAutoBlockTitle(), and ilUtil\sendFailure().
Referenced by executeCommand().
ilSurveyPageGUI::insertQuestionBlock | ( | $a_block_id | ) |
Copy and insert questions from block.
int | $a_block_id |
Definition at line 263 of file class.ilSurveyPageGUI.php.
References $_REQUEST, appendNewQuestionToSurvey(), and getAutoBlockTitle().
|
protected |
Move question to next page.
int | $a_id |
Definition at line 921 of file class.ilSurveyPageGUI.php.
References $current_page, $target_id, and getAutoBlockTitle().
|
protected |
Move current page to new position.
Definition at line 1196 of file class.ilSurveyPageGUI.php.
References $_REQUEST, $ilCtrl, $lng, and ilUtil\sendSuccess().
|
protected |
Move current page.
Definition at line 1146 of file class.ilSurveyPageGUI.php.
References $ilCtrl, $lng, $tpl, and ilSelectInputGUI\setOptions().
|
protected |
Move question to previous page.
int | $a_id |
Definition at line 982 of file class.ilSurveyPageGUI.php.
References $target_id, and getAutoBlockTitle().
|
protected |
Add questions to be copied to clipboard.
array | $a_id | question ids |
Definition at line 479 of file class.ilSurveyPageGUI.php.
References $_SESSION, $lng, $ref_id, and ilUtil\sendSuccess().
|
protected |
Add questions to be cut to clipboard.
array | $a_id | question ids |
Definition at line 461 of file class.ilSurveyPageGUI.php.
References $_SESSION, $lng, $ref_id, and ilUtil\sendSuccess().
|
protected |
Paste from clipboard.
int | $a_id | target position |
Definition at line 505 of file class.ilSurveyPageGUI.php.
References $_REQUEST, $_SESSION, $ref_id, ilObjSurvey\_instanciateQuestion(), appendNewQuestionToSurvey(), clearClipboard(), and getAutoBlockTitle().
|
protected |
render questions per page
Definition at line 1344 of file class.ilSurveyPageGUI.php.
References $_SESSION, $cmd, $ilCtrl, $lng, $tpl, ilObjAdvancedEditing\_getUsedHTMLTags(), ilUtil\getImagePath(), getPageNodes(), ilYuiUtil\initDragDrop(), renderToolbar(), and ilUtil\sendInfo().
Referenced by addQuestionToolbar().
ilSurveyPageGUI::renderPageNode | ( | ilTemplate | $a_tpl, |
$a_type, | |||
$a_id, | |||
$a_content = null , |
|||
array | $a_menu = null , |
||
$a_spacer = false , |
|||
$a_subtitle = false , |
|||
$a_status = false , |
|||
$a_heading = false |
|||
) |
Render single of dnd page view.
ilTemplate | $a_tpl | |
string | $a_type | |
int | $a_id | |
string | $a_content | |
array | $a_menu | |
bool | $a_spacer | |
string | $a_subtitle | |
string | $a_heading |
Definition at line 1677 of file class.ilSurveyPageGUI.php.
References $ilCtrl, $lng, ilUtil\getImagePath(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getPageNodes().
|
protected |
Render toolbar form.
array | $a_pages |
Definition at line 1236 of file class.ilSurveyPageGUI.php.
References $cmd, $has_next_page, $has_previous_page, $ilCtrl, $ilUser, $lng, and $si.
Referenced by renderPage().
ilSurveyPageGUI::saveJS | ( | ) |
Save content (ajax, js)
Definition at line 1787 of file class.ilSurveyPageGUI.php.
|
protected |
Split current page in 2 pages.
int | $a_id |
Definition at line 871 of file class.ilSurveyPageGUI.php.
References getAutoBlockTitle().
|
protected |
Definition at line 20 of file class.ilSurveyPageGUI.php.
Referenced by determineCurrentPage(), executeCommand(), and moveNext().
|
protected |
Definition at line 19 of file class.ilSurveyPageGUI.php.
|
protected |
Definition at line 23 of file class.ilSurveyPageGUI.php.
|
protected |
Definition at line 22 of file class.ilSurveyPageGUI.php.
Referenced by renderToolbar().
|
protected |
Definition at line 21 of file class.ilSurveyPageGUI.php.
Referenced by renderToolbar().
|
protected |
Definition at line 17 of file class.ilSurveyPageGUI.php.
Referenced by addQuestionToolbar(), addQuestionToolbarForm(), copyQuestion(), cutQuestion(), deleteBlock(), executeCommand(), getAutoBlockTitle(), getPageNodes(), insertNewQuestion(), movePage(), movePageForm(), multiCopy(), multiCut(), renderPage(), renderPageNode(), and renderToolbar().
|
protected |
Definition at line 18 of file class.ilSurveyPageGUI.php.
|
protected |
Definition at line 16 of file class.ilSurveyPageGUI.php.
Referenced by clearClipboard(), copyQuestion(), cutQuestion(), multiCopy(), multiCut(), and paste().
|
protected |
Definition at line 24 of file class.ilSurveyPageGUI.php.