ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Notes GUI class. More...
Public Member Functions | |
__construct ($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... | |
renderLink ($a_tpl, $a_var, $a_txt, $a_cmd, $a_anchor="") | |
Render a link. More... | |
addObserver ($a_callback) | |
Add observer. More... | |
Static Public Member Functions | |
static | initJavascript ($a_ajax_url, $a_type=IL_NOTE_PRIVATE) |
Init javascript. More... | |
static | getListNotesJSCall ($a_hash, $a_update_code=null) |
Get list notes js call. More... | |
static | getListCommentsJSCall ($a_hash, $a_update_code=null) |
Get list comments js call. More... | |
Data Fields | |
$public_deletion_enabled = false | |
$repository_mode = false | |
$old = 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::__construct | ( | $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 32 of file class.ilNoteGUI.php.
References $_GET, $ilCtrl, $lng, ilObject\_lookupType(), array, ilNote\commentsActivated(), ilUtil\getImagePath(), IL_NOTE_CONTRA, IL_NOTE_IMPORTANT, IL_NOTE_PRO, IL_NOTE_QUESTION, IL_NOTE_UNLABELED, and setRepositoryMode().
ilNoteGUI::activateComments | ( | ) |
Activate Comments.
Definition at line 357 of file class.ilNoteGUI.php.
References $ilCtrl, and ilNote\activateComments().
ilNoteGUI::addNote | ( | ) |
add note
Definition at line 1381 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 1349 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 1715 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 1676 of file class.ilNoteGUI.php.
ilNoteGUI::cancelAddNote | ( | ) |
cancel add note
Definition at line 1365 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::cancelDelete | ( | ) |
cancel deletion of note
Definition at line 1489 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::cancelUpdateNote | ( | ) |
cancel edit note
Definition at line 1373 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::checkDeletion | ( | $a_note | ) |
Check whether deletion is allowed.
Definition at line 926 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 958 of file class.ilNoteGUI.php.
References $ilUser.
Referenced by getNoteListHTML(), and updateNote().
ilNoteGUI::confirmDelete | ( | ) |
cancel deletion of note
Definition at line 1497 of file class.ilNoteGUI.php.
References $_POST, $ilCtrl, $ilUser, $lng, and checkDeletion().
ilNoteGUI::deactivateComments | ( | ) |
Deactivate Comments.
Definition at line 377 of file class.ilNoteGUI.php.
References $ilCtrl, and ilNote\activateComments().
ilNoteGUI::deleteNote | ( | ) |
delete note confirmation
Definition at line 1459 of file class.ilNoteGUI.php.
References getNotesHTML().
ilNoteGUI::deleteNotes | ( | ) |
delete notes confirmation
Definition at line 1469 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 1449 of file class.ilNoteGUI.php.
References getNotesHTML().
Referenced by updateNote().
ilNoteGUI::enableAnchorJump | ( | $a_enable = true | ) |
enable anchor for form jump
Definition at line 194 of file class.ilNoteGUI.php.
ilNoteGUI::enableCommentsSettings | ( | $a_enable = true | ) |
enable private notes
Definition at line 154 of file class.ilNoteGUI.php.
ilNoteGUI::enableHiding | ( | $a_enable = true | ) |
enable hiding
Definition at line 170 of file class.ilNoteGUI.php.
ilNoteGUI::enableMultiSelection | ( | $a_enable = true | ) |
enable multi selection (checkboxes and commands)
Definition at line 186 of file class.ilNoteGUI.php.
ilNoteGUI::enablePrivateNotes | ( | $a_enable = true | ) |
enable private notes
Definition at line 138 of file class.ilNoteGUI.php.
Referenced by ilPageObjectGUI\getNotesHTML(), and ilPDNotesGUI\view().
ilNoteGUI::enablePublicNotes | ( | $a_enable = true | ) |
enable public notes
Definition at line 146 of file class.ilNoteGUI.php.
Referenced by ilInfoScreenGUI\showNotesSection().
ilNoteGUI::enablePublicNotesDeletion | ( | $a_enable = true | ) |
enable public notes
Definition at line 162 of file class.ilNoteGUI.php.
Referenced by ilLMPresentationGUI\ilLMNotes().
ilNoteGUI::enableTargets | ( | $a_enable = true | ) |
enable target objects
Definition at line 178 of file class.ilNoteGUI.php.
ilNoteGUI::executeCommand | ( | ) |
ilNoteGUI::exportNotesHTML | ( | ) |
export selected notes to html
Definition at line 1525 of file class.ilNoteGUI.php.
References $tpl, ilUtil\deliverData(), and getNotesHTML().
|
static |
Get list comments js call.
string | $a_hash | |
string | $a_update_code |
Definition at line 1653 of file class.ilNoteGUI.php.
Referenced by ilDclRecordListTableGUI\getCommentsAjaxLink(), ilObjectListGUI\getHeaderAction(), ilDclBaseRecordModel\getStandardFieldHTML(), ilObjectListGUI\insertCommonSocialCommands(), and ilObjectListGUI\insertProperties().
|
static |
Get list notes js call.
string | $a_hash | |
string | $a_update_code |
Definition at line 1632 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 397 of file class.ilNoteGUI.php.
References $_GET, $_POST, $_SESSION, $a_type, $ilCtrl, $ilUser, $img, $lng, $target, $text, $title, $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 242 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 230 of file class.ilNoteGUI.php.
References $ilCtrl, and getNotesHTML().
ilNoteGUI::getOnlyNotesHTML | ( | ) |
Get only notes html.
Definition at line 216 of file class.ilNoteGUI.php.
References $ilCtrl, and getNotesHTML().
ilNoteGUI::getPDNoteHTML | ( | $note_id | ) |
Note display for personal desktop.
Definition at line 1083 of file class.ilNoteGUI.php.
References $ilCtrl, $ilUser, $lng, $target, $text, $tpl, array, 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 909 of file class.ilNoteGUI.php.
References $ilCtrl, ilObject\_lookupType(), and array.
Referenced by getNoteListHTML(), and showTargets().
ilNoteGUI::hideNotes | ( | ) |
hide notes
Definition at line 1566 of file class.ilNoteGUI.php.
References $_GET, $ilUser, getNotesHTML(), and IL_NOTE_PRIVATE.
|
static |
Init javascript.
Definition at line 1605 of file class.ilNoteGUI.php.
References $lng, $tpl, array, iljQueryUtil\initjQuery(), ilModalGUI\initJS(), 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 976 of file class.ilNoteGUI.php.
References $_GET, $a_type, $ilCtrl, $lng, IL_NOTE_PUBLIC, and ilUtil\prepareFormOutput().
Referenced by addNote(), getNoteListHTML(), and updateNote().
|
protected |
|
protected |
|
protected |
Notify observers on update/create.
string | $a_action | |
ilNote | $a_note |
Definition at line 1726 of file class.ilNoteGUI.php.
Referenced by addNote(), and updateNote().
ilNoteGUI::printNotes | ( | ) |
notes print view screen
Definition at line 1538 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 1684 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 204 of file class.ilNoteGUI.php.
Referenced by __construct().
ilNoteGUI::showAllPublicNotes | ( | ) |
show all public notes to user
Definition at line 1581 of file class.ilNoteGUI.php.
References $ilUser, and getNotesHTML().
ilNoteGUI::showMyPublicNotes | ( | ) |
show only public notes of user
Definition at line 1593 of file class.ilNoteGUI.php.
References $ilUser, and getNotesHTML().
ilNoteGUI::showNotes | ( | ) |
show notes
Definition at line 1551 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 1138 of file class.ilNoteGUI.php.
References $additional, $ilUser, $location, $path, $ref_id, $title, $tpl, ilObject\_getAllReferences(), ilObject\_getIcon(), ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupOwner(), ilContainerReference\_lookupTargetId(), ilSCORM2004Node\_lookupTitle(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilUtil\appendUrlParameterString(), array, ilWorkspaceAccessHandler\getGotoLink(), ilUtil\getImagePath(), and getSubObjectTitle().
Referenced by getNoteListHTML(), and getPDNoteHTML().
ilNoteGUI::updateNote | ( | ) |
update note
Definition at line 1414 of file class.ilNoteGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, $lng, checkEdit(), editNoteForm(), initNoteForm(), notifyObserver(), and ilUtil\stripSlashes().
ilNoteGUI::$old = false |
Definition at line 22 of file class.ilNoteGUI.php.
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.