Beispiel #1
0
 function __construct(array $totalarray_in, array $post_in = null)
 {
     parent::__construct($totalarray_in, $post_in);
     $this->display = new \cmu\html\form\products\CompositeForm();
     $this->display->setClass("thisform");
     $formarray = array('class' => 'arrayclass', 'id' => 'myForm', 'action' => 'form.php', 'hintobjarray' => array('hintobj' => "\\cmu\\html\\general\\products\\Span", 'att' => array('class' => 'hint', 'spandata' => "__hintmessage")));
     $this->display->setThisProperty($formarray);
 }
Beispiel #2
0
 function __construct(array $totalarray_in, array $post_in = null)
 {
     parent::__construct($totalarray_in, $post_in);
     $this->display = new \cmu\html\table\products\CompositeTable();
     $this->display->setClass("table");
 }