|
ILIAS
Release_5_0_x_branch Revision 61816
|
User interface class for page content map editor. More...
Inheritance diagram for ilPCIIMTriggerEditorGUI:
Collaboration diagram for ilPCIIMTriggerEditorGUI:Public Member Functions | |
| __construct ($a_content_obj, $a_page) | |
| Constructor. | |
| getParentNodeName () | |
| Get parent node name. | |
| getEditorTitle () | |
| Get editor title. | |
| getImageMapTableHTML () | |
| Get trigger table. | |
| getToolbar () | |
| Get toolbar. | |
| addNewArea () | |
| Add new area. | |
| initAreaEditingForm ($a_edit_property) | |
| Init area editing form. | |
| saveArea () | |
| Save new or updated map area. | |
| updateTrigger () | |
| Update trigger. | |
| confirmDeleteTrigger () | |
| Confirm trigger deletion. | |
| deleteTrigger () | |
| Delete trigger. | |
| getAdditionalPageXML () | |
| Get additional page xml (to be overwritten) | |
| outputPostProcessing ($a_output) | |
| Output post processing. | |
Public Member Functions inherited from ilPCImageMapEditorGUI | |
| deleteAreas () | |
| Delete map areas. | |
| getLinkTypeOfArea ($a_nr) | |
| Get Link Type of Area. | |
| getTypeOfArea ($a_nr) | |
| Get Type of Area (only internal link) | |
| getTargetOfArea ($a_nr) | |
| Get Target of Area (only internal link) | |
| getTargetFrameOfArea ($a_nr) | |
| Get TargetFrame of Area (only internal link) | |
| getHrefOfArea ($a_nr) | |
| Get Href of Area (only external link) | |
| updateAreas () | |
| Update map areas. | |
| makeMapWorkCopy ($a_edit_property="", $a_area_nr=0, $a_output_new_area=false, $a_area_type="", $a_coords="") | |
| Make work file for editing. | |
| getAliasXML () | |
Public Member Functions inherited from ilImageMapEditorGUI | |
| __construct ($a_media_object) | |
| Constructor. | |
| executeCommand () | |
| Execute current command. | |
| editMapAreas () | |
| Show map areas. | |
| handleMapParameters () | |
| handle parameter during map area editing (storing to session) | |
| showImageMap () | |
| show image map | |
| linkWholePicture () | |
| Link the whole picture. | |
| addRectangle () | |
| Add a new rectangle. | |
| addCircle () | |
| Add a new circle. | |
| addPolygon () | |
| Add a new polygon. | |
| clearSessionVars () | |
| Clear Session Vars. | |
| addArea ($a_handle=true) | |
| Handle adding new area process. | |
| editMapArea ($a_get_next_coordinate=false, $a_output_new_area=false, $a_save_form=false, $a_edit_property="", $a_area_nr=0) | |
| Edit a single map area. | |
| getImageMapOutput ($a_map_edit_mode="") | |
| Render the image map. | |
| getMapAreaLinkString ($a_target, $a_type, $a_frame) | |
| Get text name of internal link. | |
| editImagemapForward () | |
| Get image map coordinates. | |
| _recoverParameters () | |
| Recover parameters from session variables (static) | |
| setInternalLink () | |
| Set internal link. | |
| setLink ($a_handle=true) | |
| Set link. | |
| editLink () | |
| Edit existing link. | |
| editShapeWholePicture () | |
| Edit an existing shape (make it a whole picture link) | |
| editShapeRectangle () | |
| Edit an existing shape (make it a rectangle) | |
| editShapeCircle () | |
| Edit an existing shape (make it a circle) | |
| editShapePolygon () | |
| Edit an existing shape (make it a polygon) | |
| setShape ($a_handle=true) | |
| edit shape of existing map area | |
| setHighlight () | |
| Set highlight settings. | |
User interface class for page content map editor.
ilPCIIMTriggerEditorGUI: ilInternalLinkGUI
Definition at line 17 of file class.ilPCIIMTriggerEditorGUI.php.
| ilPCIIMTriggerEditorGUI::__construct | ( | $a_content_obj, | |
| $a_page | |||
| ) |
Constructor.
Reimplemented from ilPCImageMapEditorGUI.
Definition at line 22 of file class.ilPCIIMTriggerEditorGUI.php.
References $tpl.
| ilPCIIMTriggerEditorGUI::addNewArea | ( | ) |
Add new area.
| @return |
Reimplemented from ilImageMapEditorGUI.
Definition at line 117 of file class.ilPCIIMTriggerEditorGUI.php.
References $_POST, $ilCtrl, $lng, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::confirmDeleteTrigger | ( | ) |
Confirm trigger deletion.
Definition at line 227 of file class.ilPCIIMTriggerEditorGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, and ilUtil\sendFailure().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::deleteTrigger | ( | ) |
Delete trigger.
Definition at line 257 of file class.ilPCIIMTriggerEditorGUI.php.
References $_POST, $ilCtrl, $lng, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::getAdditionalPageXML | ( | ) |
Get additional page xml (to be overwritten)
Reimplemented from ilImageMapEditorGUI.
Definition at line 279 of file class.ilPCIIMTriggerEditorGUI.php.
| ilPCIIMTriggerEditorGUI::getEditorTitle | ( | ) |
Get editor title.
Reimplemented from ilImageMapEditorGUI.
Definition at line 46 of file class.ilPCIIMTriggerEditorGUI.php.
References $lng.
| ilPCIIMTriggerEditorGUI::getImageMapTableHTML | ( | ) |
Get trigger table.
Reimplemented from ilPCImageMapEditorGUI.
Definition at line 56 of file class.ilPCIIMTriggerEditorGUI.php.
References $ilCtrl, $lng, $tpl, ilAccordionGUI\addCss(), ilAccordionGUI\addJavaScript(), getParentNodeName(), and iljQueryUtil\initjQueryUI().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::getParentNodeName | ( | ) |
Get parent node name.
Reimplemented from ilPCImageMapEditorGUI.
Definition at line 36 of file class.ilPCIIMTriggerEditorGUI.php.
Referenced by getImageMapTableHTML().
Here is the caller graph for this function:| ilPCIIMTriggerEditorGUI::getToolbar | ( | ) |
Get toolbar.
Reimplemented from ilImageMapEditorGUI.
Definition at line 89 of file class.ilPCIIMTriggerEditorGUI.php.
References $ilCtrl, $lng, $options, $si, and ilSelectInputGUI\setOptions().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::initAreaEditingForm | ( | $a_edit_property | ) |
Init area editing form.
| int | $a_mode | Edit Mode |
Reimplemented from ilImageMapEditorGUI.
Definition at line 139 of file class.ilPCIIMTriggerEditorGUI.php.
References $ilCtrl, $lng, and ilTextInputGUI\setMaxLength().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::outputPostProcessing | ( | $a_output | ) |
Output post processing.
| @return |
Reimplemented from ilImageMapEditorGUI.
Definition at line 290 of file class.ilPCIIMTriggerEditorGUI.php.
References IL_PAGE_PREVIEW, and ilPageObjectGUI\setOutputMode().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::saveArea | ( | ) |
Save new or updated map area.
Reimplemented from ilPCImageMapEditorGUI.
Definition at line 176 of file class.ilPCIIMTriggerEditorGUI.php.
References $_POST, $_SESSION, $ilCtrl, $lng, ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPCIIMTriggerEditorGUI::updateTrigger | ( | ) |
Update trigger.
Definition at line 208 of file class.ilPCIIMTriggerEditorGUI.php.
References $_POST, $ilCtrl, $lng, and ilUtil\sendSuccess().
Here is the call graph for this function: