/tag_utils/frame_utils.inc

Description

This file contains helper functions related to framesets and frames

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

Functions
html_frame (line 55)

This function is used to build a FRAMEtag object with some common attributes already set.

NOT: this comes with the following attribtes defaulted to: marginwidth = "0" marginheight = "0" noresize frameborder = "0"

  • return: object.
FRAMEtag html_frame (string $name, string $src, [string $scrolling = "no"])
  • string $name: - $name - the "name" attribute
  • string $src: - $src - the "src" atribute
  • string $scrolling: - $scrolling - the "scrolling" attribute
html_frameset (line 28)

This function is used to build a FRAMESETtag object with the most common attributes.

NOTE: It comes with the following attributes defaulted to: framespacing = "0" frameborder = "no"

  • return: object
FRAMESETtag html_frameset (string $rows, string $cols, [int $border = "0"])
  • string $rows: - $rows - the rows attribute
  • string $cols: - $cols - the cols attribute
  • int $border: - $border - the border attribute

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