Informática Asociada ia doc & examples Index Examples List

Documentation jit ia\Work\Workflow\WF_DisplayTable Documentation Function examples Index Examples List

class ia\Work\Workflow\WF_DisplayTable


Index Documentation Function examples Index Examples List

ia\Work\Workflow\WF_DisplayTable


Examples by function ia\Work\Workflow\WF_DisplayTable Documentation Function examples Index Examples List

ia\Work\Workflow\WF_DisplayTable

Disclaimer: Auto generated file. Please help us setting parameters to useful values and extending the examples.


/*
 $wF_DisplayTable = new WF_DisplayTable();
*/

$wF_DisplayTable = new WF_DisplayTable();

  • WF_DisplayTable::get_css() :
    1. WF_DisplayTable::get_css(); -> 
                  TABLE.iawfSched {border-collapse:collapse;border:1px silver solid;empty-cells: show;}
                  TABLE.iawfSched CAPTION {font-weight:bold;font-size:1.4em;vertical-align:middle;text-align:center;border:1px silver solid;}
                  TABLE.iawfSched TH {text-align:center;vertical-align:top;border:1px silver solid;}
                  TABLE.iawfSched TD {text-align:left;vertical-align:top;border:1px silver solid}
      
                  TABLE.cuadrito {border-collapse:collapse;border:1px blue solid;empty-cells: show;width:100%}
                  TABLE.cuadrito TH {vertical-align:top;border:1px blue solid}
                  TABLE.cuadrito TD {vertical-align:top;border:1px blue solid}
                  TABLE.cuadrito .cen {text-align: center;}
                  TABLE.cuadrito .der {text-align: right;}
                  TABLE.cuadrito .detalle {color:gray}
                  TABLE.cuadrito .est {color:green}
                  TABLE.cuadrito .duration {}
                  TABLE.cuadrito .actname {}
                  TABLE.cuadrito .lst {color:green}
                  TABLE.cuadrito .eet {}
                  TABLE.cuadrito .slack {color:blue}
                  TABLE.cuadrito .let {color:red}
  • $wF_DisplayTable->tableDated(* @return string $datedWorkflow) : string
    /**
         * @param \$datedWorkflow
         * @return string
         * @throws Exception
         */
    1. $wF_DisplayTable->tableDated('palabra'); -> 
      Fatal error: Uncaught Error: Call to a member function get_activityList() on string in /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_DisplayTable.php:54 Stack trace: #0 /lamp/www/iaLib/ia_examples/code/ia/Work/Workflow/WF_DisplayTable_example_code.php(72): ia\Work\Workflow\WF_DisplayTable->tableDated('palabra') #1 /lamp/www/iaLib/ia_examples/template/ia_example_class.php(118): include('/lamp/www/iaLib...') #2 /lamp/www/iaLib/ia_examples/ia/Work/Workflow/WF_DisplayTable_example.php(9): include('/lamp/www/iaLib...') #3 {main} thrown in /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_DisplayTable.php on line 54