bigace.library
[ class tree: bigace.library ] [ index: bigace.library ] [ all elements ]

Procedural File: htmlhelper.inc.php

Source Location: /libs/htmlhelper.inc.php



Classes:



Page Details:

BIGACE - a PHP and MySQL based Web CMS.

Copyright (C) 2003-2005 Kevin Papst.

BIGACE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

BIGACE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

For further information visit www.kevinpapst.de.




Tags:

author:  Kevin Papst <bigace@kevinpapst.de>
version:  $Id: htmlhelper.inc.php,v 1.6 2005/09/30 14:32:36 Kevin Exp $


Includes:

require_once(dirname(__FILE__).'/functions.inc.php') [line 35]
Required for some standard functions (like createMenuLink() for FORM action attribute)







createCheckBox [line 190]

void createCheckBox( mixed $name, mixed $value, mixed $checked, [mixed $disabled = ''])



[ Top ]



createFileInput [line 206]

void createFileInput( mixed $name)

Creates an File Input Type with the given name.



[ Top ]



createNamedCheckBox [line 181]

void createNamedCheckBox( mixed $name, mixed $value, mixed $checked, [mixed $disabled = ''])



[ Top ]



createNamedPasswordField [line 161]

void createNamedPasswordField( mixed $name, mixed $value, mixed $max)



[ Top ]



createNamedRadioButton [line 166]

void createNamedRadioButton( mixed $name, mixed $value, mixed $selected)



[ Top ]



createNamedSelectBox [line 210]

void createNamedSelectBox( mixed $name, mixed $opt_name_val, [mixed $sel = ''], [mixed $onChange = ''], [mixed $disabled = false], [mixed $id = ''])



[ Top ]



createNamedTextInputType [line 141]

void createNamedTextInputType( mixed $name, mixed $value, mixed $max, [mixed $disabled = false])



[ Top ]



createPasswordField [line 156]

void createPasswordField( mixed $name, mixed $value, mixed $max)



[ Top ]



createRadioButton [line 176]

void createRadioButton( mixed $name, mixed $value, mixed $selected)



[ Top ]



createSelectBox [line 234]

void createSelectBox( mixed $name, mixed $opt_name_val, [mixed $sel = ''], [mixed $onChange = ''], [mixed $disabled = false])



[ Top ]



createTable [line 37]

void createTable( mixed $config, [mixed $cssPre = 'auto'])



[ Top ]



createTextArea [line 195]

void createTextArea( mixed $name, mixed $value, [mixed $rows = '10'], [mixed $cols = '50'], [mixed $wrap = ''])



[ Top ]



createTextInputType [line 151]

void createTextInputType( mixed $name, mixed $value, mixed $max, [mixed $disabled = false])



[ Top ]



Documentation generated on Tue, 11 Oct 2005 23:02:06 +0200 by phpDocumentor 1.3.0RC2