XOOPS 2.5.6
Final
|
Public Member Functions | |
render () | |
renderValidationJS () | |
setConfig ($name, $val) | |
XoopsFormCaptcha ($caption= '', $name= 'xoopscaptcha', $skipmember=true, $configs=array()) | |
Public Member Functions inherited from XoopsFormElement | |
getAccessKey () | |
getAccessString ($str) | |
getCaption ($encode=false) | |
getClass () | |
getDescription ($encode=false) | |
getExtra ($encode=false) | |
getFormType () | |
getName ($encode=true) | |
getNocolspan () | |
getTitle ($encode=true) | |
isContainer () | |
isHidden () | |
isRequired () | |
render () | |
renderValidationJS () | |
setAccessKey ($key) | |
setCaption ($caption) | |
setClass ($class) | |
setDescription ($description) | |
setExtra ($extra, $replace=false) | |
setFormType ($value= '') | |
setHidden () | |
setName ($name) | |
setNocolspan ($nocolspan=true) | |
XoopsFormElement () | |
Public Attributes | |
$captchaHandler | |
Public Attributes inherited from XoopsFormElement | |
$_accesskey = '' | |
$_caption | |
$_class = array() | |
$_description = '' | |
$_extra = array() | |
$_formtype = '' | |
$_hidden = false | |
$_name | |
$_nocolspan = false | |
$_required = false | |
$customValidationCode = array() | |
Definition at line 48 of file formcaptcha.php.
XoopsFormCaptcha::render | ( | ) |
Definition at line 79 of file formcaptcha.php.
XoopsFormCaptcha::renderValidationJS | ( | ) |
Definition at line 86 of file formcaptcha.php.
XoopsFormCaptcha::setConfig | ( | $name, | |
$val | |||
) |
Definition at line 74 of file formcaptcha.php.
XoopsFormCaptcha::XoopsFormCaptcha | ( | $caption = '' , |
|
$name = 'xoopscaptcha' , |
|||
$skipmember = true , |
|||
$configs = array() |
|||
) |
string | $caption | Caption of the form element, default value is defined in captcha/language/ |
string | $name | Name for the input box |
boolean | $skipmember | Skip CAPTCHA check for members |
Definition at line 58 of file formcaptcha.php.
References $configs, XoopsCaptcha\getInstance(), and xoops_load().
XoopsFormCaptcha::$captchaHandler |
Definition at line 50 of file formcaptcha.php.