/tag_utils/divtag_utils.inc

Description

this file holds special DIVtag rendering functions.

Since the <div> is commonly used for special things we automate some common used <div> content </div> rendering functions.

$Id: _tag_utils_divtag_utils_inc.html,v 1.48.2.1 2005/05/12 01:52:14 hemna Exp $

Includes
require_once ("$phphtmllib/tag_utils/html_utils.inc") (line 20)

make sure we include the required functions

Functions
div_build_spacergif_tag (line 33)

Render a div w/ a spacer give as its content.

  • return: object.
  • author: Walter A. Boring IV
DIVtag div_build_spacergif_tag (int $width, int $height)
  • int $width: - the width of the img ( DEFAULT : 1)
  • int $height: - the height of the img ( DEFAULT : 1)
html_div (line 69)

build a new div tag with content

  • return: object.
  • author: Walter A. Boring IV
DIVtag html_div ([string $class = ""], mixed 1)
  • string $class: - the css class for the div
  • mixed 1: - any # of arguments that will live in the <div></div>
html_div_center (line 49)

build a new div tag with default attributes of "align=center"

  • return: object.
  • author: Walter A. Boring IV
DIVtag html_div_center ([mixed 0 = - any # of arguments that will live in the
])
  • mixed 0: - any # of arguments that will live in the <div></div>
html_div_small (line 93)

This builds the 1px font size DIVtag object, which can be used anywhere

  • return: object.
DIVtag html_div_small ([mixed 0 = - any # of arguments that will live in the
])
  • mixed 0: - any # of arguments that will live in the <div></div>

Documentation generated on Wed, 11 May 2005 18:17:47 -0700 by phpDocumentor 1.3.0RC3