[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/pear/HTML/QuickForm/ -> image.php (summary)

(no description)

File Size: 128 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTML_QuickForm_image:: (6 methods):
  __construct()
  HTML_QuickForm_image()
  setSource()
  setBorder()
  setAlign()
  freeze()


Class: HTML_QuickForm_image  - X-Ref

HTML class for a image type element

__construct($elementName=null, $src='', $attributes=null)   X-Ref
Class constructor

param: string    $elementName    (optional)Element name attribute
param: string    $src            (optional)Image source
param: mixed     $attributes     (optional)Either a typical HTML attribute string
return: void

HTML_QuickForm_image($elementName=null, $src='', $attributes=null)   X-Ref
Old syntax of class constructor. Deprecated in PHP7.


setSource($src)   X-Ref
Sets source for image element

param: string    $src  source for image element
return: void

setBorder($border)   X-Ref
Sets border size for image element

param: string    $border  border for image element
return: void

setAlign($align)   X-Ref
Sets alignment for image element

param: string    $align  alignment for image element
return: void

freeze()   X-Ref
Freeze the element so that only its value is returned

return: void



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1