Packageindex Classtrees Modulegroups Elementlist Report XML Files

XName -

Html

Html

Class for all design HTML code - DESIGN STUFF ONLY, no real code there

 

public class Html

Class for all design HTML code - DESIGN STUFF ONLY, no real code there

 

Public Method Summary

void

Html(string $config)

Class constructor
string

header(string $title)

Top of each page
string

subheader(string $link)

Sub-top of each page
string

globaltableleft()

left part of the global table
string

globaltablemiddle()

middle part of the global table
string

globaltableright()

right part of the global table
string

globaltableend()

end of the global table
string

footer()

global footer
string

box(string $title, string $content)

designed box with title & content

Public Method Details

Html

public void Html( string $config )

  Class constructor

Parameter
string $config
class Config member
Returns void


header

public string header( string $title )

  Top of each page

Parameter
string $title
Title of the page
Returns string

HTML code


subheader

public string subheader( string $link )

  Sub-top of each page

Parameter
string $link
link to be added to all local URLS (used to pass sessionID)
Returns string

HTML code


globaltableleft

public string globaltableleft( )

  left part of the global table

Returns string

HTML code


globaltablemiddle

public string globaltablemiddle( )

  middle part of the global table

Returns string

HTML code


globaltableright

public string globaltableright( )

  right part of the global table

Returns string

HTML code


globaltableend

public string globaltableend( )

  end of the global table

Returns string

HTML code


footer

public string footer( )

  global footer

Returns string

HTML code


box

public string box( string $title, string $content )

  designed box with title & content

Parameter
string $title
title of the box, may be HTML
string $content
content of the box, may be HTML
Returns string

HTML code



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta