Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AdminLTE renderer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
AdminLTE renderer
Commits
fec28a1a
Commit
fec28a1a
authored
2 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
upodate docs
parent
7711e1eb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/50_Components/10_Grid.md
+23
-0
23 additions, 0 deletions
docs/50_Components/10_Grid.md
docs/50_Components/Card.md
+2
-0
2 additions, 0 deletions
docs/50_Components/Card.md
with
25 additions
and
0 deletions
docs/50_Components/10_Grid.md
+
23
−
0
View file @
fec28a1a
...
@@ -20,12 +20,35 @@ $renderAdminLTE->addRow([HTML code]);
...
@@ -20,12 +20,35 @@ $renderAdminLTE->addRow([HTML code]);
## Columns
## Columns
The grid has a width of 12 columns. With giving a number 1..12 you can set the witdth of your output container in the current row.
```
txt
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____
12 x 1 | : : : : : : : : : : : |
|____:____:____:____:____:____:____:____:____:____:____:____|
___________________________________________________________
full: | |
1 x 12 |___________________________________________________________|
_____________________________ _____________________________
half: | | |
2 x 6 |_____________________________|_____________________________|
______________ _____________________________ ______________
3-6-3 | | | |
|______________|_____________________________|______________|
```
### Syntax
### Syntax
```
php
```
php
$renderAdminLTE
->
addCol
([
HTML
code
],
[
Width
]);
$renderAdminLTE
->
addCol
([
HTML
code
],
[
Width
]);
```
```
### Return
{string} html code
### Parameters
### Parameters
*
[HTML code] - {string} Html code of the visible content
*
[HTML code] - {string} Html code of the visible content
...
...
This diff is collapsed.
Click to expand it.
docs/50_Components/Card.md
+
2
−
0
View file @
fec28a1a
...
@@ -54,6 +54,8 @@ tools | html code for upper right corner
...
@@ -54,6 +54,8 @@ tools | html code for upper right corner
$renderAdminLTE
->
getCard
(
array
(
$renderAdminLTE
->
getCard
(
array
(
'type'
=>
'primary'
,
'type'
=>
'primary'
,
'variant'
=>
'solid'
,
'variant'
=>
'solid'
,
'tb-remove'
=>
1
,
'tb-collapse'
=>
1
,
'title'
=>
'I am a card'
,
'title'
=>
'I am a card'
,
'tools'
=>
'123'
,
'tools'
=>
'123'
,
'text'
=>
'Hello everybody out there!'
,
'text'
=>
'Hello everybody out there!'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment