<?php
class Application_Form_Example11 extends Twitter_Bootstrap3_Form_Inline
{
public function init()
{
$this->addElement('text', 'inputSuccess2', array(
'label' => 'Input with success',
'success' => true,
));
}
}