method labelInput documentation in bbn\Html\Builder

function($cfg, $force = false) { $this->record('label_input', $cfg); $ele = $this->input($cfg); $label = $this->label($ele->getConfig()); $container = new Element([ 'tag' => 'div', 'attr' => [ 'class' => self::$field_class ] ]); $container->append($ele); $this->append($label)->append($container); return $this->_chainable && !$force ? $this : [$label, $container]; }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.