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

update pages

parent 85af10f3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
echo $renderAdminLTE->addRow( echo $renderAdminLTE->addRow(
'<h2>Badges</h2>' '<h2>Badges</h2>'
) )
.print_r($renderAdminLTE->showKeyHelp("color"), 1)
// .print_r($renderAdminLTE->showKeyHelp("color"), 1)
.$renderAdminLTE->addRow( .$renderAdminLTE->addRow(
'<h3>Syntax</h3> '<h3>Syntax</h3>
<pre> <pre>
......
...@@ -13,7 +13,6 @@ $aCard=[ ...@@ -13,7 +13,6 @@ $aCard=[
echo $renderAdminLTE->addRow( echo $renderAdminLTE->addRow(
'<h2>Cards</h2>' '<h2>Cards</h2>'
) )
.print_r($renderAdminLTE->showKeyHelp("color"), 1)
.$renderAdminLTE->addRow( .$renderAdminLTE->addRow(
'<h3>Syntax</h3> '<h3>Syntax</h3>
<pre> <pre>
...@@ -21,6 +20,12 @@ echo $renderAdminLTE->addRow( ...@@ -21,6 +20,12 @@ echo $renderAdminLTE->addRow(
</pre> </pre>
' '
) )
// .showExample('"hello"')
// .showExample('"'.var_export($aCard, 1).'"')
.showExample('$renderAdminLTE->getCard('.var_export($aCard, 1).')')
/* /*
.$renderAdminLTE->addRow( .$renderAdminLTE->addRow(
'<h3>Keys</h3> '<h3>Keys</h3>
...@@ -66,7 +71,6 @@ echo $renderAdminLTE->addRow( ...@@ -66,7 +71,6 @@ echo $renderAdminLTE->addRow(
</pre> </pre>
' '
) )
*/
.$renderAdminLTE->addRow( .$renderAdminLTE->addRow(
'<h3>Test</h3> '<h3>Test</h3>
...@@ -80,4 +84,6 @@ echo $renderAdminLTE->addRow( ...@@ -80,4 +84,6 @@ echo $renderAdminLTE->addRow(
</p> </p>
' '
) )
*/
; ;
\ No newline at end of file
<h1>Welome!</h1> <?php
\ No newline at end of file echo $renderAdminLTE->addRow(
'<h2>Welcome</h2>'
)
.$renderAdminLTE->addRow(
$renderAdminLTE->getCard([
'title'=>'Examples',
'text'=>'
Here are a few examples.
',
])
)
;
\ 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