如何直接使用验证码,而不是跟Form一起使用

按照这里http://yii2-user.readthedocs.org/en/latest/howto/adding-captcha.html可以成功显示验证码,但是现在我想要把验证码单独拿出来使用。要怎么用?

  1. yii\captcha\CaptchaAction 输出验证码图片数据

  2. yii\captcha\Captcha widget显示到前台html (可以自行显示action数据)

  3. yii\captcha\CaptchaValidator::validate($userInputCaptcha) 验证captcha数据