mirror of https://github.com/xfarrow/phpxpress.git
Update README.md
This commit is contained in:
parent
3dc728a282
commit
935bab9e49
|
@ -53,7 +53,7 @@ function onValueDisplaying($caption, &$value, $row){
|
||||||
|
|
||||||
produces the following output
|
produces the following output
|
||||||
|
|
||||||
<img src="/phpxpress/examples/images/demoTable.jpg" alt="Demo">
|
<img src="/examples/images/demoTable.jpg" alt="Demo">
|
||||||
|
|
||||||
|
|
||||||
### Card
|
### Card
|
||||||
|
@ -107,7 +107,7 @@ Card::endCardGroupLayout();
|
||||||
|
|
||||||
produces the following output
|
produces the following output
|
||||||
|
|
||||||
<img src="/phpxpress/examples/images/card.jpg" alt="Demo">
|
<img src="/examples/images/card.jpg" alt="Demo">
|
||||||
|
|
||||||
$card2 receives a DataSource whereas $card1 does not.
|
$card2 receives a DataSource whereas $card1 does not.
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ The follwing code
|
||||||
|
|
||||||
Produces the following output:
|
Produces the following output:
|
||||||
|
|
||||||
<img src="/phpxpress/examples/images/breadcrumb.jpg" alt="Demo">
|
<img src="/examples/images/breadcrumb.jpg" alt="Demo">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue