3 @param columns The number of columns.
5 function Layout(/**int*/columns
){
7 @param [id] The id of the element.
8 @param elName The name of the element.
10 this.getElement
= function(
12 /** number|string */ id
19 this.Canvas
= function(top
, left
, /**int*/width
, height
) {
20 /** Is it initiated yet? */
21 this.initiated
= true;
24 this.rotate
= function(/**nothing*/) {
31 this.init
= function(x
, y
, /**abbler*/z
) {
34 this.getXyz
= function() {