Program_Root/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.34 2003/08/01 01:37:36 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>

Documention generated on Thu, 31 Jul 2003 18:32:27 -0700 by phpDocumentor 1.2.0