Skip to content
Snippets Groups Projects
Select Git revision
  • 700ebf8421b78add9c5331b7acd012ea9bb3c5f9
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_systemdservices

Blame
  • 10_Description.md 1.03 KiB

    What is it?

    AdminLTE is a Bootstrap based framework to create admin like webinterfaces.

    To get an inpression: 2 entry points for AdminLTE are:

    The AdminLTE renderer is a PHP class offers several methods to render

    • the page
    • layout elements
    • components you can use on the page
      • navigation
      • grid
      • boxes
      • buttons
      • ...

    The class is compatible to PHP 7.3 to PHP 8.2

    Screenshots

    Overview of all handled widgets

    Screenshot

    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

    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