noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Contains some parameters to change appearance of noalyss, the colors are saved into the table parm_appearance. More...
Public Member Functions | |
__construct () | |
from_post () | |
retrieve data from POST and returns true, if nothing is retrieved , returns false | |
get_color ($p_code) | |
input_form () | |
Build the HTML string for inputing the color. | |
input_reset () | |
load () | |
print_css () | |
reset () | |
save () | |
set_color ($p_code, $p_value) | |
Static Public Member Functions | |
static | getACSSColor () |
static | getACSSColorName () |
static | setACSSColor (array $aCSSColor) |
static | setACSSColorName (array $aCSSColorName) |
Private Member Functions | |
build_input_row (string $p_key) | |
Build a html string for each color. | |
title ($p_string) | |
Private Attributes | |
$aColor | |
Static Private Attributes | |
static | $aCSSColor |
static | $aCSSColorName = array() |
Contains some parameters to change appearance of noalyss, the colors are saved into the table parm_appearance.
Definition at line 32 of file noalyss_appearance.class.php.
Noalyss_Appearance::__construct | ( | ) |
Definition at line 53 of file noalyss_appearance.class.php.
References _.
|
private |
Build a html string for each color.
$p_key | string key of $this->aCSSColor |
Definition at line 221 of file noalyss_appearance.class.php.
References $label, $str, $value, and label.
Referenced by input_form().
Noalyss_Appearance::from_post | ( | ) |
retrieve data from POST and returns true, if nothing is retrieved , returns false
Definition at line 323 of file noalyss_appearance.class.php.
References $color, $http, $value, reset(), and set_color().
Noalyss_Appearance::get_color | ( | $p_code | ) |
string[] | $aColor |
Definition at line 96 of file noalyss_appearance.class.php.
|
static |
Definition at line 287 of file noalyss_appearance.class.php.
|
static |
Definition at line 303 of file noalyss_appearance.class.php.
Noalyss_Appearance::input_form | ( | ) |
Build the HTML string for inputing the color.
Definition at line 246 of file noalyss_appearance.class.php.
References $str, _, build_input_row(), input_reset(), and title.
Noalyss_Appearance::input_reset | ( | ) |
Definition at line 197 of file noalyss_appearance.class.php.
References $chk, $label, $r, _, and label.
Referenced by input_form().
Noalyss_Appearance::load | ( | ) |
Definition at line 74 of file noalyss_appearance.class.php.
References $aColor, $cn, and $value.
Referenced by print_css().
Noalyss_Appearance::print_css | ( | ) |
Definition at line 116 of file noalyss_appearance.class.php.
References color, load(), and style.
Noalyss_Appearance::reset | ( | ) |
Definition at line 316 of file noalyss_appearance.class.php.
Referenced by from_post().
Noalyss_Appearance::save | ( | ) |
Definition at line 84 of file noalyss_appearance.class.php.
Noalyss_Appearance::set_color | ( | $p_code, | |
$p_value ) |
Definition at line 103 of file noalyss_appearance.class.php.
Referenced by from_post().
|
static |
string[] | $aCSSColor |
Definition at line 295 of file noalyss_appearance.class.php.
References $aCSSColor.
|
static |
array | $aCSSColorName |
Definition at line 311 of file noalyss_appearance.class.php.
References $aCSSColorName.
|
private |
Definition at line 238 of file noalyss_appearance.class.php.
|
private |
Definition at line 51 of file noalyss_appearance.class.php.
Referenced by load().
|
staticprivate |
Definition at line 34 of file noalyss_appearance.class.php.
Referenced by setACSSColor().
|
staticprivate |
Definition at line 50 of file noalyss_appearance.class.php.
Referenced by setACSSColorName().