====== MEDIAMANAGER_CONTENT_OUTPUT ====== ---- dataentry event ---- Description: Wraps the output of the (right) content pane in the Media Manager DefaultAction: Outputs the list of files in a namespace, the image meta data form or a list of files in use depending on certain global parameters Preventable: yes Added_dt: 2009-08-30 ---- This event can be used to add your own functionality into the media manager. Your event handler should check the passed do parameter and directly print the wanted output. ===== Passed Data ===== The data array contains a single ''do'' key indicating what action is about to be executed. Plugins could set the $_REQUEST['do'] parameter to trigger an action here. ===== See also ===== * [[codesearch>MEDIAMANAGER_CONTENT_OUTPUT|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]