ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Notes GUI class. More...
Public Member Functions | |
ilNoteGUI ($a_rep_obj_id="", $a_obj_id="", $a_obj_type="", $a_include_subobjects=false) | |
constructor, specifies notes set More... | |
& | executeCommand () |
execute command More... | |
enablePrivateNotes ($a_enable=true) | |
enable private notes More... | |
enablePublicNotes ($a_enable=true) | |
enable public notes More... | |
enableCommentsSettings ($a_enable=true) | |
enable private notes More... | |
enablePublicNotesDeletion ($a_enable=true) | |
enable public notes More... | |
enableHiding ($a_enable=true) | |
enable hiding More... | |
enableTargets ($a_enable=true) | |
enable target objects More... | |
enableMultiSelection ($a_enable=true) | |
enable multi selection (checkboxes and commands) More... | |
enableAnchorJump ($a_enable=true) | |
enable anchor for form jump More... | |
setRepositoryMode ($a_value) | |
Set repository mode. More... | |
getOnlyNotesHTML () | |
Get only notes html. More... | |
getOnlyCommentsHTML () | |
Get only comments html. More... | |
getNotesHTML ($a_init_form=true) | |
activateComments () | |
Activate Comments. More... | |
deactivateComments () | |
Deactivate Comments. More... | |
getNoteListHTML ($a_type=IL_NOTE_PRIVATE, $a_init_form=true) | |
get notes/comments list as html code More... | |
checkDeletion ($a_note) | |
Check whether deletion is allowed. More... | |
checkEdit ($a_note) | |
Check edit. More... | |
initNoteForm ($a_mode="edit", $a_type, $a_note=null) | |
Init note form. More... | |
getPDNoteHTML ($note_id) | |
Note display for personal desktop. More... | |
showTargets (&$tpl, $a_rep_obj_id, $a_note_id, $a_obj_type, $a_obj_id) | |
show related objects as links More... | |
addNoteForm ($a_init_form=true) | |
get notes list including add note area More... | |
cancelAddNote () | |
cancel add note More... | |
cancelUpdateNote () | |
cancel edit note More... | |
addNote () | |
add note More... | |
updateNote () | |
update note More... | |
editNoteForm ($a_init_form=true) | |
get notes list including add note area More... | |
deleteNote () | |
delete note confirmation More... | |
deleteNotes () | |
delete notes confirmation More... | |
cancelDelete () | |
cancel deletion of note More... | |
confirmDelete () | |
cancel deletion of note More... | |
exportNotesHTML () | |
export selected notes to html More... | |
printNotes () | |
notes print view screen More... | |
showNotes () | |
show notes More... | |
hideNotes () | |
hide notes More... | |
showAllPublicNotes () | |
show all public notes to user More... | |
showMyPublicNotes () | |
show only public notes of user More... | |
initJavascript ($a_ajax_url) | |
Init javascript. More... | |
getListNotesJSCall ($a_hash, $a_update_code=null) | |
Get list notes js call. More... | |
getListCommentsJSCall ($a_hash, $a_update_code=null) | |
Get list comments js call. More... | |
renderLink ($a_tpl, $a_var, $a_txt, $a_cmd, $a_anchor="") | |
Render a link. More... | |
addObserver ($a_callback) | |
Add observer. More... | |
Data Fields | |
$public_deletion_enabled = false | |
$repository_mode = false | |
Protected Member Functions | |
getSubObjectTitle ($parent_obj_id, $sub_obj_id) | |
Get sub object title if available with callback. More... | |
notifyObserver ($a_action, $a_note) | |
Notify observers on update/create. More... | |
listSortAsc () | |
listSortDesc () | |
Static Protected Member Functions | |
static | buildAjaxHash ($a_node_type, $a_node_id, $a_sub_id, $a_sub_type) |
Combine properties to hash. More... | |
Notes GUI class.
An instance of this class handles all notes (and their lists) of an object.
Definition at line 18 of file class.ilNoteGUI.php.
ilNoteGUI::activateComments | ( | ) |
Activate Comments.
Definition at line 356 of file class.ilNoteGUI.php.
References $ilCtrl, and ilNote\activateComments().
ilNoteGUI::addNote | ( | ) |
add note
Definition at line 1379 of file class.ilNoteGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, $lng, initNoteForm(), and notifyObserver().
ilNoteGUI::addNoteForm | ( | $a_init_form = true | ) |
get notes list including add note area
Definition at line 1347 of file class.ilNoteGUI.php.
References $_GET, $ilUser, getNotesHTML(), and IL_NOTE_PRIVATE.
ilNoteGUI::addObserver | ( | $a_callback | ) |
Add observer.
string | array | $a_callback |
Definition at line 1706 of file class.ilNoteGUI.php.
|
staticprotected |
Combine properties to hash.
string | $a_node_type | |
int | $a_node_id | |
int | $a_sub_id | |
string | $a_sub_type |
Definition at line 1667 of file class.ilNoteGUI.php.
ilNoteGUI::cancelAddNote | ( | ) |
cancel add note
Definition at line 1363 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::cancelDelete | ( | ) |
cancel deletion of note
Definition at line 1487 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::cancelUpdateNote | ( | ) |
cancel edit note
Definition at line 1371 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::checkDeletion | ( | $a_note | ) |
Check whether deletion is allowed.
Definition at line 924 of file class.ilNoteGUI.php.
References $ilSetting, $ilUser, $public_deletion_enabled, IL_NOTE_PRIVATE, and IL_NOTE_PUBLIC.
Referenced by confirmDelete(), and getNoteListHTML().
ilNoteGUI::checkEdit | ( | $a_note | ) |
Check edit.
Definition at line 956 of file class.ilNoteGUI.php.
References $ilUser.
Referenced by getNoteListHTML(), and updateNote().
ilNoteGUI::confirmDelete | ( | ) |
cancel deletion of note
Definition at line 1495 of file class.ilNoteGUI.php.
References $_POST, $ilCtrl, $ilUser, $lng, and checkDeletion().
ilNoteGUI::deactivateComments | ( | ) |
Deactivate Comments.
Definition at line 376 of file class.ilNoteGUI.php.
References $ilCtrl, and ilNote\activateComments().
ilNoteGUI::deleteNote | ( | ) |
delete note confirmation
Definition at line 1457 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::deleteNotes | ( | ) |
delete notes confirmation
Definition at line 1467 of file class.ilNoteGUI.php.
References $_POST, $lng, and getNotesHTML().
ilNoteGUI::editNoteForm | ( | $a_init_form = true | ) |
get notes list including add note area
Definition at line 1447 of file class.ilNoteGUI.php.
References getNotesHTML().
Referenced by updateNote().
ilNoteGUI::enableAnchorJump | ( | $a_enable = true | ) |
enable anchor for form jump
Definition at line 193 of file class.ilNoteGUI.php.
ilNoteGUI::enableCommentsSettings | ( | $a_enable = true | ) |
enable private notes
Definition at line 153 of file class.ilNoteGUI.php.
ilNoteGUI::enableHiding | ( | $a_enable = true | ) |
enable hiding
Definition at line 169 of file class.ilNoteGUI.php.
ilNoteGUI::enableMultiSelection | ( | $a_enable = true | ) |
enable multi selection (checkboxes and commands)
Definition at line 185 of file class.ilNoteGUI.php.
ilNoteGUI::enablePrivateNotes | ( | $a_enable = true | ) |
enable private notes
Definition at line 137 of file class.ilNoteGUI.php.
Referenced by ilPageObjectGUI\getNotesHTML(), and ilPDNotesGUI\view().
ilNoteGUI::enablePublicNotes | ( | $a_enable = true | ) |
enable public notes
Definition at line 145 of file class.ilNoteGUI.php.
Referenced by ilInfoScreenGUI\showNotesSection().
ilNoteGUI::enablePublicNotesDeletion | ( | $a_enable = true | ) |
enable public notes
Definition at line 161 of file class.ilNoteGUI.php.
Referenced by ilLMPresentationGUI\ilLMNotes().
ilNoteGUI::enableTargets | ( | $a_enable = true | ) |
enable target objects
Definition at line 177 of file class.ilNoteGUI.php.
& ilNoteGUI::executeCommand | ( | ) |
ilNoteGUI::exportNotesHTML | ( | ) |
export selected notes to html
Definition at line 1523 of file class.ilNoteGUI.php.
References $tpl, ilUtil\deliverData(), and getNotesHTML().
ilNoteGUI::getListCommentsJSCall | ( | $a_hash, | |
$a_update_code = null |
|||
) |
Get list comments js call.
string | $a_hash | |
string | $a_update_code |
Definition at line 1644 of file class.ilNoteGUI.php.
Referenced by ilDataCollectionRecordListTableGUI\getCommentsAjaxLink(), ilObjectListGUI\getHeaderAction(), ilDataCollectionRecord\getStandardFieldHTML(), ilObjectListGUI\insertCommonSocialCommands(), and ilObjectListGUI\insertProperties().
ilNoteGUI::getListNotesJSCall | ( | $a_hash, | |
$a_update_code = null |
|||
) |
Get list notes js call.
string | $a_hash | |
string | $a_update_code |
Definition at line 1623 of file class.ilNoteGUI.php.
Referenced by ilObjectListGUI\getHeaderAction(), ilObjectListGUI\insertCommonSocialCommands(), and ilObjectListGUI\insertProperties().
ilNoteGUI::getNoteListHTML | ( | $a_type = IL_NOTE_PRIVATE , |
|
$a_init_form = true |
|||
) |
get notes/comments list as html code
Definition at line 396 of file class.ilNoteGUI.php.
References $_GET, $_POST, $_SESSION, $ilCtrl, $ilUser, $img, $lng, $tpl, $txt, ilObject\_exists(), ilObject\_getIcon(), ilNote\_getNotesOfObject(), ilObjUser\_getPersonalPicturePath(), ilObjUser\_lookupLogin(), ilContainerReference\_lookupTitle(), ilObject\_lookupTitle(), checkDeletion(), checkEdit(), ilGlyphGUI\CLOSE, ilDatePresentation\formatDate(), ilGlyphGUI\get(), ilUtil\getImagePath(), ilUserUtil\getNamePresentation(), getSubObjectTitle(), IL_CAL_DATETIME, IL_NOTE_CONTRA, IL_NOTE_IMPORTANT, IL_NOTE_PRIVATE, IL_NOTE_PRO, IL_NOTE_PUBLIC, IL_NOTE_QUESTION, IL_NOTE_UNLABELED, ilUtil\img(), initNoteForm(), renderLink(), ilDatePresentation\setUseRelativeDates(), showTargets(), and ilDatePresentation\useRelativeDates().
Referenced by getNotesHTML().
ilNoteGUI::getNotesHTML | ( | $a_init_form = true | ) |
Definition at line 241 of file class.ilNoteGUI.php.
References $_GET, $ilCtrl, $ilSetting, $ilUser, $lng, ilNote\commentsActivated(), exit, getNoteListHTML(), IL_NOTE_PRIVATE, IL_NOTE_PUBLIC, and renderLink().
Referenced by addNoteForm(), cancelAddNote(), cancelDelete(), cancelUpdateNote(), deleteNote(), deleteNotes(), editNoteForm(), exportNotesHTML(), getOnlyCommentsHTML(), getOnlyNotesHTML(), hideNotes(), printNotes(), showAllPublicNotes(), showMyPublicNotes(), and showNotes().
ilNoteGUI::getOnlyCommentsHTML | ( | ) |
Get only comments html.
Definition at line 229 of file class.ilNoteGUI.php.
References $ilCtrl, and getNotesHTML().
ilNoteGUI::getOnlyNotesHTML | ( | ) |
Get only notes html.
Definition at line 215 of file class.ilNoteGUI.php.
References $ilCtrl, and getNotesHTML().
ilNoteGUI::getPDNoteHTML | ( | $note_id | ) |
Note display for personal desktop.
Definition at line 1081 of file class.ilNoteGUI.php.
References $ilCtrl, $ilUser, $lng, $tpl, ilDatePresentation\formatDate(), IL_CAL_DATETIME, and showTargets().
|
protected |
Get sub object title if available with callback.
int | $parent_obj_id | |
int | $sub_obj_id |
Definition at line 907 of file class.ilNoteGUI.php.
References $ilCtrl, and ilObject\_lookupType().
Referenced by getNoteListHTML(), and showTargets().
ilNoteGUI::hideNotes | ( | ) |
hide notes
Definition at line 1564 of file class.ilNoteGUI.php.
References $_GET, $ilUser, getNotesHTML(), and IL_NOTE_PRIVATE.
ilNoteGUI::ilNoteGUI | ( | $a_rep_obj_id = "" , |
|
$a_obj_id = "" , |
|||
$a_obj_type = "" , |
|||
$a_include_subobjects = false |
|||
) |
constructor, specifies notes set
$a_rep_obj_id | int object id of repository object (0 for personal desktop) |
$a_obj_id | int subobject id (0 for repository items, user id for personal desktop) |
$a_obj_type | string "pd" for personal desktop |
$a_include_subobjects | string include all subobjects of rep object (e.g. pages) |
Definition at line 31 of file class.ilNoteGUI.php.
References $_GET, $ilCtrl, $lng, ilObject\_lookupType(), ilNote\commentsActivated(), ilUtil\getImagePath(), IL_NOTE_CONTRA, IL_NOTE_IMPORTANT, IL_NOTE_PRO, IL_NOTE_QUESTION, IL_NOTE_UNLABELED, and setRepositoryMode().
ilNoteGUI::initJavascript | ( | $a_ajax_url | ) |
Init javascript.
Definition at line 1603 of file class.ilNoteGUI.php.
References $tpl, iljQueryUtil\initjQuery(), and ilYuiUtil\initPanel().
Referenced by ilObjectListGUI\prepareJsLinks().
ilNoteGUI::initNoteForm | ( | $a_mode = "edit" , |
|
$a_type, | |||
$a_note = null |
|||
) |
Init note form.
int | $a_mode | Edit Mode |
Definition at line 974 of file class.ilNoteGUI.php.
References $_GET, $ilCtrl, $lng, IL_NOTE_PUBLIC, and ilUtil\prepareFormOutput().
Referenced by addNote(), getNoteListHTML(), and updateNote().
|
protected |
Definition at line 1732 of file class.ilNoteGUI.php.
References $_SESSION.
|
protected |
Definition at line 1738 of file class.ilNoteGUI.php.
References $_SESSION.
|
protected |
Notify observers on update/create.
string | $a_action | |
ilNote | $a_note |
Definition at line 1717 of file class.ilNoteGUI.php.
Referenced by addNote(), and updateNote().
ilNoteGUI::printNotes | ( | ) |
notes print view screen
Definition at line 1536 of file class.ilNoteGUI.php.
References $tpl, exit, and getNotesHTML().
ilNoteGUI::renderLink | ( | $a_tpl, | |
$a_var, | |||
$a_txt, | |||
$a_cmd, | |||
$a_anchor = "" |
|||
) |
Render a link.
Definition at line 1675 of file class.ilNoteGUI.php.
References $ilCtrl.
Referenced by getNoteListHTML(), and getNotesHTML().
ilNoteGUI::setRepositoryMode | ( | $a_value | ) |
Set repository mode.
bool | $a_value |
Definition at line 203 of file class.ilNoteGUI.php.
Referenced by ilNoteGUI().
ilNoteGUI::showAllPublicNotes | ( | ) |
show all public notes to user
Definition at line 1579 of file class.ilNoteGUI.php.
References $ilUser, and getNotesHTML().
ilNoteGUI::showMyPublicNotes | ( | ) |
show only public notes of user
Definition at line 1591 of file class.ilNoteGUI.php.
References $ilUser, and getNotesHTML().
ilNoteGUI::showNotes | ( | ) |
show notes
Definition at line 1549 of file class.ilNoteGUI.php.
References $_GET, $ilUser, getNotesHTML(), and IL_NOTE_PRIVATE.
ilNoteGUI::showTargets | ( | & | $tpl, |
$a_rep_obj_id, | |||
$a_note_id, | |||
$a_obj_type, | |||
$a_obj_id | |||
) |
show related objects as links
Definition at line 1136 of file class.ilNoteGUI.php.
References $additional, $ilUser, $location, $path, $ref_id, $tpl, ilObject\_getAllReferences(), ilObject\_getIcon(), ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupOwner(), ilContainerReference\_lookupTargetId(), ilSCORM2004Node\_lookupTitle(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilUtil\appendUrlParameterString(), ilWorkspaceAccessHandler\getGotoLink(), ilUtil\getImagePath(), and getSubObjectTitle().
Referenced by getNoteListHTML(), and getPDNoteHTML().
ilNoteGUI::updateNote | ( | ) |
update note
Definition at line 1412 of file class.ilNoteGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, $lng, checkEdit(), editNoteForm(), initNoteForm(), notifyObserver(), and ilUtil\stripSlashes().
ilNoteGUI::$public_deletion_enabled = false |
Definition at line 20 of file class.ilNoteGUI.php.
Referenced by checkDeletion().
ilNoteGUI::$repository_mode = false |
Definition at line 21 of file class.ilNoteGUI.php.