Ejemplo n.º 1
0
 function PieceCell()
 {
     Cell::Cell();
 }
Ejemplo n.º 2
0
		/**
		  * standard constructor
		  * @param string sets the styles, which will be used for drawing
		  * @param integer $cells Cellspan of the element in Table.
		  */
		function Separator($style = "separator", $cells = 2, $width = 540, $height = 2) { Cell::Cell("sep", $style, $cells, $width, $height); }
Ejemplo n.º 3
0
		function Spacer($cells) {
		    Cell::Cell('clc', "",$cells, 10, 10);
		}