10 lines
210 B
PHP
10 lines
210 B
PHP
|
<?php
|
||
|
namespace nur\v\bs3\fo;
|
||
|
|
||
|
class FormNavbar extends Form {
|
||
|
const HORIZONTAL = false;
|
||
|
const SHOW_HELP = false;
|
||
|
const FORM_CLASS = ["navbar-form", "navbar-left"];
|
||
|
const ALLOW_AUTOHIDE_LABEL = true;
|
||
|
}
|