root/trunk/examples/patExampleGen/sections_clientside.php

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  * Definitions for the examples on the clientside functionalities
4  * patForms has to offer
5  *
6  * $Id$
7  *
8  * @package        patForms
9  * @subpackage    Examples
10  * @author        Sebastian Mordziol <argh@php-tools.net>
11  */
12  
13     $sections['Clientside'] = array(
14         'state'        =>    'Alpha',
15         'descr'        =>    'These examples show patForm\'s clientside features including form
16                         logic and validation.',
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
Note: See TracBrowser for help on using the browser.