Login   Register  
PHP Classes
elePHPant
Icontem

Forms

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of L
Name: L <e-mail contact>
Packages: 13 Browse all classes by L Browse all classes by
Country: Germany Germany - PHP jobs in Germany
Age: 38
All time rank: 466 in Germany Germany
Week rank: 238 Down8 in Germany Germany Down


  Detailed description   Download .zip .tar.gz  
Class for generating forms

Utility class to generate form elements


function openForm($action, $method = 'post', $target = '', $fileUpload = false, $charset = '', $additional = '')
function closeForm()
function openFieldset($title, $pre = '')
function closeFieldset()
function hidden($name, $value='')
function checkBox($value, $group='', $selected=false, $additional='')
function checkBoxes($array, $group='', $selectArray, $additional='')
function radioButtons($array, $group='', $selectId=1, $additional = '')
function radioButton($value, $group='', $selected=false, $additional='')
function selectBox($array, $selected=0, $name='', $size=1, $multiple=false, $additional='')
function submitButton($title = '', $new = false, $newContent = '', $additional='')
function resetButton($title = '', $new = false, $newContent = '', $additional='')
function button($title, $name = '', $new = false, $newContent = '', $additional = '')
function textField($value, $name='', $hidden=false, $size =-1, $length =-1, $additional='')
function fileField($name = '', $file = '', $fileSize = 1000000, $size = -1, $accept="text/*", $additional='')
function textArea($value, $name='', $cols=-1, $rows=-1, $wrap='soft' ,$readOnly=false, $additional='')

  Classes of L  >  Forms  >  Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Forms
Base name: forms
Description: Class for generating forms
Version: -
PHP version: -
License: GNU Lesser General Public License (LGPL)
All time users: 2657 users
All time rank: 1252
Week users: 2 users
Week rank: 1359 Down
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image HTML HTML generation and processing View top rated classes


  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (75.0%)
Sufficient (68.8%)
-
Sufficient (75.0%)
-
-
Not sure (51.9%)
1411
Month:
Not yet rated by the users

  Applications that use this class  
Link Description
Uploader Class Class for handling file uploads
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file Forms.php Class main class
Accessible without login HTML file testForms.html Output example output
Accessible without login Plain text file testForms.php Example example

Download all files: forms.tar.gz forms.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.