@@ -33,8 +33,8 @@ discard block |
||
| 33 | 33 | */ |
| 34 | 34 | protected $invokableClasses = [ |
| 35 | 35 | |
| 36 | - // panels |
|
| 37 | - // |
|
| 36 | + // panels |
|
| 37 | + // |
|
| 38 | 38 | 'element' => 'UIComponents\View\Helper\Components\Element', |
| 39 | 39 | 'block' => 'UIComponents\View\Helper\Components\Block', |
| 40 | 40 | //'well' => 'UIComponents\View\Helper\Components\Well', |
@@ -43,33 +43,33 @@ discard block |
||
| 43 | 43 | 'widget' => 'UIComponents\View\Helper\Components\Widget', |
| 44 | 44 | 'dashboard' => 'UIComponents\View\Helper\Components\Dashboard', |
| 45 | 45 | |
| 46 | - // page components |
|
| 47 | - // |
|
| 46 | + // page components |
|
| 47 | + // |
|
| 48 | 48 | 'nav' => 'UIComponents\View\Helper\Components\Navbar', // set 'alias to' or combine with 'Navbars' ! |
| 49 | 49 | 'topbar' => 'UIComponents\View\Helper\Components\Navbar', // set 'alias to' or combine with 'Navbars' ! |
| 50 | 50 | 'breadcrumbs' => 'UIComponents\View\Helper\Components\Breadcrumbs', |
| 51 | 51 | 'languagemenu' => 'UIComponents\View\Helper\Components\Languagemenu', |
| 52 | - 'toolbar' => 'UIComponents\View\Helper\Components\Toolbar', |
|
| 52 | + 'toolbar' => 'UIComponents\View\Helper\Components\Toolbar', |
|
| 53 | 53 | |
| 54 | 54 | // controls |
| 55 | 55 | // |
| 56 | 56 | 'button' => 'UIComponents\View\Helper\Components\Button', // default, drop-down/up, splitted |
| 57 | 57 | 'buttongroup' => 'UIComponents\View\Helper\Components\Buttongroup', |
| 58 | - //'inputgroup' => 'UIComponents\View\Helper\Components\Inputgroup', |
|
| 58 | + //'inputgroup' => 'UIComponents\View\Helper\Components\Inputgroup', |
|
| 59 | 59 | //'progressbar' => 'UIComponents\View\Helper\Components\Progressbar', |
| 60 | 60 | |
| 61 | - // forms |
|
| 62 | - // |
|
| 61 | + // forms |
|
| 62 | + // |
|
| 63 | 63 | 'formgroup' => 'UIComponents\View\Helper\Components\Formgroup', |
| 64 | 64 | |
| 65 | - // lists/tables |
|
| 66 | - // |
|
| 65 | + // lists/tables |
|
| 66 | + // |
|
| 67 | 67 | //'listgroup' => 'UIComponents\View\Helper\Components\Listgroup', |
| 68 | 68 | 'table' => 'UIComponents\View\Helper\Components\Listgroup', |
| 69 | - //'pagination' => 'UIComponents\View\Helper\Components\Pagination', |
|
| 69 | + //'pagination' => 'UIComponents\View\Helper\Components\Pagination', |
|
| 70 | 70 | |
| 71 | - // widgets |
|
| 72 | - // |
|
| 71 | + // widgets |
|
| 72 | + // |
|
| 73 | 73 | //'label' => 'UIComponents\View\Helper\Components\Label', |
| 74 | 74 | //'badge' => 'UIComponents\View\Helper\Components\Badge', |
| 75 | 75 | //'pageheader' => 'UIComponents\View\Helper\Components\Pageheader', |