method fakeLabel documentation in bbn\Html\Builder
function(array $cfg, $force = false)
{
$this->record('fake_label', $cfg);
$ele = new Element($cfg);
$label = $this->label($cfg);
$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.
© 2011-2025
BBN Solutions