Lines Matching refs:tab

302             $tab = new Table($counter);
303 if ($tab->possibleReference) {
379 $tab = new Table($ptr);
380 if ($tab->possibleReference) {
385 $list .= '>'.getMyLang('prompt_referencing').' '.$tab->name.'</option>';
472 $this->messageList[] = $this->tab().$p_message;
473 $display->debug_output($this->tab().$p_message);
504 function tab() { function in AuditTrail
1674 function create_form ($tab, $messages, $values='') { argument
1680 $this->output ('<h1>'.$tab->name.'</h1>');
1681 if ($tab->isAdmin) $title = getMyLang('prompt_col');
1693 foreach($tab->columnObjs as $column) {
1710 … $this->output($this->button('insertAction',getMyLang('btn_cre_cre') ,false, $tab->displayId));
1715 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tab->displayId));
1738 if ($tab->isAdmin) $title = getMyLang('prompt_col');
1850 function list_all($tab, $list,$sortedList='',$sortedColumnId=0) { argument
1853 $numberOfCells = count($tab->columnObjs)+3;
1856 $this->output ('<h1>'.$tab->name.'</h1>');
1861 if ($tab->isAdmin) $prompt=getMyLang('btn_lst_cre_new_col');
1862 $this->output($this->button('insertForm',$prompt,true, $tab->displayId));
1864 if (!$tab->isAdmin) {
1865 … $this->output($this->button('admin',getMyLang('btn_adm_tab_str'),true, $tab->displayId));
1867 $this->output($this->button('listall',getMyLang('btn_lst_tab_cnt') ,true, $tab->id));
1885 foreach($tab->columnObjs as $column) {
1905 …$this->output($this->iconButton('list','search.png', getMyLang('btn_lst_srch_srt'), $tab->displayI…
1907 foreach($tab->columnObjs as $column) {
1921 $columnCount=count($tab->columnObjs);
1923 for ($recCounter=1;$recCounter<=count($tab->recordObjs);$recCounter++) {
1925 $record=$tab->recordObjs[$recPointer];
1935 …utput($this->iconButton('updateForm','edit.png',getMyLang('btn_lst_edt'), $tab->displayId,$recPoin…
1936 if (!$tab->isAdmin) {
1938 …put($this->iconButton('deleteForm','delete.png',getMyLang('btn_lst_del'), $tab->displayId,$recPoin…
1943 $column = $tab->columnObjs[$fieldCounter];
1947 $this->output ($tab->columnObjs[$fieldCounter]->display($value));
2232 $tab=new Table($tableId);
2261 $tab = new Table($tableName);
2268 $tableId = - $tab->id;
2282 $tab=new Table ($tableId);
2283 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2287 $column = $tab->columnObjs[$counter];
2296 $tab->create($values);
2306 $tab=new Table ($tableId);
2308 $display->debug_output ("main:update action: table= ".$tab->name);
2309 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2310 $column = $tab->columnObjs[$counter];
2330 if (!$tab->isUnique($values,$recordId)) {
2333 if ($tab->hasChanged($recordId, $originals)) {
2337 $tab->update($recordId, $values);
2351 $tab=new Table ($tableId);
2352 $display->debug_output ("main:delete action: table= ".$tab->name);
2353 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2354 $column = $tab->columnObjs[$counter];
2361 if ($tab->hasChanged($recordId, $originals)) {
2364 $tab->delete($recordId);
2375 $tab=new Table ($tableId);
2376 $tab->get_all();
2385 if ($tab->columnObjs[$sortedColumnId]->type == $environment->TYPE_EXTERNAL_LINK
2386 ||$tab->columnObjs[$sortedColumnId]->type == $environment->TYPE_INTERNAL_LINK) {
2388 foreach($tab->recordObjs as $recordObj) {
2397 elseif ($tab->columnObjs[$sortedColumnId]->type >= $environment->REFERENCE_OFFSET) {
2398 … $refTableID = $tab->columnObjs[$sortedColumnId]->type - $environment->REFERENCE_OFFSET;
2402 foreach($tab->recordObjs as $recordObj) {
2409 foreach($tab->recordObjs as $recordObj) {
2420 foreach ($tab->recordObjs as $recordObj) {
2427 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2434 $list=$tab->filter($filters,$sortedList);
2435 $display->list_all($tab, $list, $sortedList, $sortedColumnId);
2444 $tab=new Table ($tableId);
2445 $display->create_form($tab,$messages,$values);
2449 $tab=new Table ($tableId);
2451 if ($tab->possibleReference) {
2456 $tab->get_all();
2457 $rec=$tab->get($recordId);
2462 $tab=new Table ($tableId);
2463 if ($tab->possibleReference) {
2468 $tab->get_all();
2469 $rec=$tab->get($recordId);