Project

General

Profile

error documentation?

Added by Alonso Uribe almost 11 years ago

$aDefaultConfiguration = array(
'TABLE' => array(
'BORDER_SIZE' => '0.3' is string or integer?
),

'HEADER' => array(
'BORDER_SIZE' => 0.2
),
'ROW' => array(
'BORDER_SIZE' => 0.1
)
);

The code is in this link:
http://docs.interpid.eu/display/pdfaddons/Fpdf+Table+User+Manual


Replies (2)

RE: error documentation? - Added by Andrei Bintintan almost 11 years ago

Hi,

That can be specified as a float. Even if it's a string it will be converted to a float.
'0.3' => 0.3 - both will work.

But I agree, it should be 0.3.
Thanks for pointing this out, I will update the documentation.

Andrei.

RE: error documentation? - Added by Alonso Uribe almost 11 years ago

thank you very much, solved

    (1-2/2)