Source for file AWindowLayout.php

Documentation is available at AWindowLayout.php

  1. <?php
  2.  
  3. class AWindowLayout extends ALayout{
  4.     
  5.     public function render(){
  6.         
  7.         return "<div ".$this->getAttributeHTML()."><div style='cursor:move;background-color:lightblue' id ='".$this->getMainWidget()->getObjectID()."Title'>".$this->getMainWidget()->getTitle()."</div><div id ='".$this->getMainWidget()->getObjectID()."Content'>".$this->getMainWidget()->getMainWidget()->render()."</div></div>";
  8.     }
  9.     
  10. }

Documentation generated on Fri, 11 Jul 2008 13:28:44 -0400 by phpDocumentor 1.4.2