|
Revision 117, 0.6 kB
(checked in by argh, 4 years ago)
|
Massive update of the examples collection; added the patExampleGen examples framework; commented all examples; reworked all the templates...
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
$sections['Clientside'] = array( |
|---|
| 14 |
'state' => 'Alpha', |
|---|
| 15 |
'descr' => 'These examples show patForm\'s clientside features including form |
|---|
| 16 |
, |
|---|
| 17 |
'basename' => 'example_clientside_', |
|---|
| 18 |
'pages' => array( |
|---|
| 19 |
'date' => array( |
|---|
| 20 |
'title' => 'Date element', |
|---|
| 21 |
'descr' => 'Clientside validation with the date element', |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
?> |
|---|
| 27 |
|
|---|