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

update docs

parent 20f1be33
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ To get an inpression: 2 entry points for AdminLTE are: ...@@ -7,7 +7,7 @@ To get an inpression: 2 entry points for AdminLTE are:
* source: <https://adminlte.io/themes/v3/starter.html> * source: <https://adminlte.io/themes/v3/starter.html>
* docs: <https://adminlte.io/docs/3.2/index.html> * docs: <https://adminlte.io/docs/3.2/index.html>
The AdminLTE renderer class offers several methods to render The AdminLTE renderer is a PHP class offers several methods to render
* the page * the page
* layout elements * layout elements
...@@ -17,3 +17,23 @@ The AdminLTE renderer class offers several methods to render ...@@ -17,3 +17,23 @@ The AdminLTE renderer class offers several methods to render
* boxes * boxes
* buttons * buttons
* ... * ...
The class is compatible to PHP 7.3 to PHP 8.2
## Screenshots
Overview of all handled widgets
![Screenshot](/images/component_overview.png)
For each widget there is a live editor with all variables. Pre defined values can be selected from a dropdown.
You see the PHP source code of your input and what is rendered plus its html source.
![Screenshot](/images/component_live_editor.png)
Next to a select box there is a buton [Loop]. It generates a preview with all values of the selected option.
BTW: there is also a loop to render all values at once.
![Screenshot](/images/component_var_loop.png)
docs/images/component_live_editor.png

140 KiB

docs/images/component_overview.png

105 KiB

docs/images/component_var_loop.png

52.5 KiB

...@@ -12,4 +12,6 @@ Free software and Open Source from University of Bern :: IML - Institute of Medi ...@@ -12,4 +12,6 @@ Free software and Open Source from University of Bern :: IML - Institute of Medi
- - - - - -
Status: Work in progress ... PRE-ALPHA Status: Work in progress ... BETA
![Screenshot](/docs/images/component_overview.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment