Skip to content
Snippets Groups Projects
Commit 953720ea authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'fix-missing-files' into 'main'

Update docs

See merge request !7
parents 86230ed6 409cf74b
No related branches found
No related tags found
1 merge request!7Update docs
......@@ -20,7 +20,7 @@ See also <https://adminlte.io/docs/3.2/layout.html>
### Visual parts
![image: page](/images/page_layout.png)
![image: page](images/page_layout.png)
Variable | Description
--- |---
......
File moved
......@@ -22,7 +22,7 @@ Styling:
Key | Description
--- | ---
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
Content:
......
......@@ -24,7 +24,7 @@ Key | Description
--- | ---
bgcolor | optional: background color (without prefix "bg"); hint: you should prefer a "type".
class | optional: additional css classes
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
Content:
......
......@@ -26,8 +26,8 @@ Styling:
Key | Description
--- | ---
class | optional: additional css classes
size | set size of the button; one of [none]|lg|sm|xs|flat
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
size | set size of the button; one of<br>- [empty]<br>- "lg"<br>- "sm"<br>- "xs"<br>- "flat"
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
Content:
......
......@@ -23,8 +23,8 @@ Styling:
Key | Description
--- | ---
class | optional: additional css classes
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
shadow | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
shadow | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
Content:
......
......@@ -25,9 +25,9 @@ Styling:
Key | Description
--- | ---
class | optional: additional css classes
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
shadow | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
variant | kind of coloring: one of<br>- "default" - titlebar is colored<br>- "outline" - a small stripe on top border is colored<br>- "solid" - whole card is colored<br>- "gradient" - whole card is colored with a gradient
shadow | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
state | window state. one of [none]\|collapsed\|maximized
Toolbar icons:
......
......@@ -22,9 +22,11 @@ Styling:
Key | Description
--- | ---
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
shadow | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
iconbg | background color or type of icon; use it for default type (type="")
shadow | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
Content:
......
......@@ -22,8 +22,8 @@ Styling:
Key | Description
--- | ---
type | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
shadow | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
shadow | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
type | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
Content:
......
File moved
......@@ -4,7 +4,7 @@
return [
['href'=>'#', 'label'=>'Menu A', 'icon'=>'fas fa-home' ],
['href'=>'#', 'label'=>'Menu B', 'icon'=>'fas fa-tv'],
['href'=>'#', 'label'=>'Menu B', 'icon'=>'fas fa-tv', 'class' => 'active' ],
['href'=>'#', 'label'=>'Menu C', 'icon'=>'fas fa-truck-pickup',
'children'=>[
['href'=>'#', 'label'=>'FAQ' , 'icon'=>'fas fa-truck-monster'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment