====== @!FILE!@ ====== ---- dataentry event ---- Description: # short event description DefaultAction: # what default action is executed when not prevented Preventable: # can the event be prevented? yes or no Added_dt: %Y-%m-%d ---- This event is signalled by [[xref>function()]] in [[xref>inc/FILE.php]] when FIXME, handlers can use it to FIXME. ===== Passed Data ===== FIXME //explain the passed $data structure, remove not relevant text// The passed [[xref>Event]] object has the field ''$data'' and ''$result''[if relevant]. ''$data'' is a string/.../array with entries.. ...discuss BEFORE event handler and AFTER event handler [with eventually more about ''$result''] ...if relevant explain ''preventDefault()'' and ''stopPropagation()'' ===== See also ===== * [[codesearch>@!FILE!@|Code related to this event]] used in any DokuWiki files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * FIXME //add related events or xref links//