Property to Assign CSS to use
Brought to you by:
taq
Actually, the xml file contains the tag
<CSS>mystyle.css</CSS> where I can define the
CSS style to use.
I'll be a good improvement to allow change this path by
code, like the <INTERFACE>, <NO_DATA_MSG> do.
For example:
$oRpt = new PHPReportMaker();
$oRpt->setDatabaseConnection($db->db_connect_id);
$oRpt->setUser($dbuser);
$oRpt->setPassword($dbpasswd);
$oRpt->setCSS($path_to_my_css);
Why?
I could show the user some option styles and the user
could select that he likes.
Or copuld be used to create profiles.