dmstr / yii2-adminlte-asset

AdminLTE Asset Bundle for Backend Theme in Yii2 Framework
1.14k stars 425 forks source link

Missing Layout Options tab?! #187

Closed jolierouge closed 5 years ago

jolierouge commented 5 years ago

1

schmunk42 commented 5 years ago

What are you missing? An example?

This repo just provides an asset bundle.

jolierouge commented 5 years ago

Tobias, I am a Yii2 beginner. My question is: In order to install yours Yii2 AdminLTE Asset Bundle, Had I already to install AdminLTE Bootstrap Admin Dashboard Template? If not why, when I install AdminLTE Asset Bundle, the Layout Options Tab is "missing"?

Kind Regards,

Rogério

P.s.: Why is not loaded the app.min.js file(backend>web>assets>...>js) by default, giving me a browser error, compromising the normal operation of the sidebar-toggle(on left) collapsing and gears open (on right)?

[image: image.png]

Tobias Munk notifications@github.com escreveu no dia segunda, 8/07/2019 à(s) 13:43:

Closed #187 https://github.com/dmstr/yii2-adminlte-asset/issues/187.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dmstr/yii2-adminlte-asset/issues/187?email_source=notifications&email_token=AMQYBKUDSH6THDYZDWBSNZLP6MY7FA5CNFSM4H63DCEKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOSL6FBEI#event-2466009233, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQYBKRGCHJW2YMIHKY7LODP6MY7FANCNFSM4H63DCEA .

schmunk42 commented 5 years ago

Had I already to install AdminLTE Bootstrap Admin Dashboard Template?

What is this, a Yii 2 extension?

If not why, when I install AdminLTE Asset Bundle, the Layout Options Tab is "missing"?

That depends on the layout view, I think we're just missing an example here. I.e. I have added that here https://github.com/dmstr/yii2-backend-module/tree/master/src/views/layouts as control-sidebar.php

jolierouge commented 5 years ago

Restating my question: Hi, how to add the options tab of control sidebar? Options tab 60809462-9b9ba500-a182-11e9-9e02-1537db773c47 Kind Regards,

schmunk42 commented 5 years ago

Here's an example https://github.com/dmstr/yii2-backend-module/blob/master/src/views/layouts/_control-sidebar.php - see also above.

This is not Yii 2 specific, it's "just" HTML and CSS from AdminLTE.