Plugin/Events/Captcha

From Joomla! Documentation

< Plugin‎ | Events
Copyedit.png
This Article Needs Your Help

This article is tagged because it NEEDS COMPLETION. You can help the Joomla! Documentation Wiki by contributing to it.
More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice.

Reason: This page need completing to be a useful doc reference.


Events of Captcha

onInit[edit]

Description[edit]

Event called to initialise the captcha

Parameters[edit]

  • $id DOM id of the field that will contain the captcha

Return Value[edit]

Boolean True on success, false otherwise

Called in files[edit]

  • libraries/cms/captcha/captcha.php

onDisplay[edit]

Description[edit]

Parameters[edit]

Return Value[edit]

Called in files[edit]

onCheckAnswer[edit]

Description[edit]

Parameters[edit]

Return Value[edit]

Called in files[edit]