6 this.init
= function(p
) {
10 this.getId
= function() {
14 this.orientation
= "landscape";
16 function getInnerElements(elementSecretId
){
20 /** A static method. */
21 Layout
.units
= function() {
26 @borrows Layout#orientation
27 @borrows Layout-getInnerElements
32 this.reset
= function(b
) {
38 @borrows Layout.prototype.orientation as this.orientation
39 @borrows Layout.prototype.init as #init
40 @inherits Page.prototype.reset as #reset
42 function ThreeColumnPage() {
44 this.init
= function(p
) {