CORE POS - Fannie
The CORE POS back end
Public Member Functions | Public Attributes | Protected Attributes | List of all members
InstallProductsPage Class Reference
Inheritance diagram for InstallProductsPage:
COREPOS\Fannie\API\InstallPage FanniePage

Public Member Functions

 css_content ()
 
 body_content ()
 
- Public Member Functions inherited from COREPOS\Fannie\API\InstallPage
 getHeader ()
 
 getFooter ()
 

Public Attributes

 $description
 
 $themed = true
 
- Public Attributes inherited from COREPOS\Fannie\API\InstallPage
 $required = true
 
 $description
 
 $page_set = 'Installation'
 

Protected Attributes

 $title = 'Fannie: Products Settings'
 
 $header = 'Fannie: Products Settings'
 

Detailed Description

Class for the Products install and config options

Member Function Documentation

InstallProductsPage::body_content ( )

Define any javascript needed

Returns
A javascript string function javascript_content(){ $js =""; return $js; }

Change by Andy 2Jun14 Store modules in a keyed array. Format:

  • module_name => settings array
    • seq [int] display order
    • show [int] yes/no/auto
    • expand [int] yes/no/auto

The settings for each module control how it is displayed. The "auto" option will only print or expand a module if it is relevant for that particular item.

InstallProductsPage::css_content ( )

Define any CSS needed

Returns
A CSS string

Member Data Documentation

InstallProductsPage::$description
Initial value:
= "
Class for the Products install and config options page.
"

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