Update README.md

This commit is contained in:
Alessandro Ferro 2022-07-24 11:13:31 +02:00 committed by GitHub
parent 3dc728a282
commit 935bab9e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ function onValueDisplaying($caption, &$value, $row){
produces the following output
<img src="/phpxpress/examples/images/demoTable.jpg" alt="Demo">
<img src="/examples/images/demoTable.jpg" alt="Demo">
### Card
@ -107,7 +107,7 @@ Card::endCardGroupLayout();
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.
@ -128,7 +128,7 @@ The follwing code
Produces the following output:
<img src="/phpxpress/examples/images/breadcrumb.jpg" alt="Demo">
<img src="/examples/images/breadcrumb.jpg" alt="Demo">