5require_once(
"./Services/COPage/classes/class.ilPCTableData.php");
 
    6require_once(
"./Services/COPage/classes/class.ilPageContentGUI.php");
 
   21    public function __construct($a_pg_obj, &$a_content_obj, $a_hier_id, $a_pc_id = 
"")
 
   23        parent::__construct($a_pg_obj, $a_content_obj, $a_hier_id, $a_pc_id);
 
   32        $next_class = $this->ctrl->getNextClass($this);
 
   35        $cmd = $this->ctrl->getCmd();
 
   37        switch ($next_class) {
 
   51        $this->content_obj->deleteCell();
 
   52        $_SESSION[
"il_pg_error"] = $this->pg_obj->update();
 
   53        $this->ctrl->returnToParent($this, 
"jump" . $this->hier_id);
 
   62        $this->content_obj->moveCellRight();
 
   63        $_SESSION[
"il_pg_error"] = $this->pg_obj->update();
 
   64        $this->ctrl->returnToParent($this, 
"jump" . $this->hier_id);
 
   72        $this->content_obj->moveCellLeft();
 
   73        $_SESSION[
"il_pg_error"] = $this->pg_obj->update();
 
   74        $this->ctrl->returnToParent($this, 
"jump" . $this->hier_id);
 
An exception for terminatinating execution or to throw for unit testing.
executeCommand()
execute command
__construct($a_pg_obj, &$a_content_obj, $a_hier_id, $a_pc_id="")
Constructor.
moveCellLeft()
Move cell left.
moveCellRight()
Move cell right.
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...)