This file contains miscellaneous functions used by the phpHtmllibs that don't seem to fit in the other files.
$Id: _tag_utils_misc_utils_inc.html,v 1.34 2003/08/01 01:37:37 hemna Exp $
This builds an IMG tag object that is used to show a spacer image.
<img src="spacer.gif" width="$width" height="$height">
- the width of the img ( DEFAULT : 1)
- the height of the img ( DEFAULT : 1)
- The dir that holds the spacer.gif file. ( DEFAULT = "/images" )
This function is used to wrap
a string in the standard CDATA section wrapper for a tag content
<![CDATA[ CONTENT ]]>
the content to wrap
This function creates a new container widget and stuffs all the args into it.
- variable # of args
This function pushes an array of keys into an HTMLTagObject
the HTMLTagClass object.
- the array of data to push array("blah", "foo", "bar");
Documention generated on Thu, 31 Jul 2003 18:32:55 -0700 by phpDocumentor 1.2.0