CORE POS - IS4C
The CORE POS front end
Public Member Functions | Public Attributes | List of all members
FooterBox Class Reference
Inheritance diagram for FooterBox:
AlwaysFsEligibleFooter AlwaysFsTotalFooter EveryoneSales MemSales MultiTotal PatronagePts SavedOrCouldHave TransPercentDiscount

Public Member Functions

 header_content ()
 
 display_content ()
 

Public Attributes

 $header_css = ''
 
 $header_css_class = ''
 
 $display_css = ''
 
 $display_css_class = ''
 

Detailed Description

Base class for displaying footer

The footer contain five boxes. Stores can select a different module for each box.

Examples:
EgoFooter.php.

Member Function Documentation

FooterBox::display_content ( )

Define the content for this box

Returns
An HTML string
Examples:
EgoFooter.php.
FooterBox::header_content ( )

Define the header for this box

Returns
An HTML string
Examples:
EgoFooter.php.

Member Data Documentation

FooterBox::$display_css = ''

CSS here will be applied (in-line) to the display content. If you define a different width alignment might go haywire.

FooterBox::$header_css = ''

CSS here will be applied (in-line) to the header content. If you define a different width alignment might go haywire.


The documentation for this class was generated from the following file: