Changes between Version 3 and Version 4 of WF/Paginacao


Ignore:
Timestamp:
07/30/07 10:23:19 (17 years ago)
Author:
cassiomaes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WF/Paginacao

    v3 v4  
    164164$titulo['original_name'] = 'Título'; //ex: "Telefone" 
    165165 
    166 $titulo['link'] = "http://link_para_a_página_com_ordenacao/"; //ex: "http://localhost/index.php?menuaction=workflow.cel_run_activity.go&activity_id=116&s_co=1&s_so=1" 
     166$titulo['link'] = "http://link_para_a_página_com_ordenacao/"; //ex: 
     167 
     168 
     169"http://localhost/index.php?menuaction=workflow.cel_run_activity.go&activity_id=116&s_co=1&s_so=1" 
    167170 
    168171}}} 
     
    220223{{{ 
    221224 
    222 $linksPaginacao = $paging->autoLinks(20, '<button on_click="paginar(%p_page%);return false;">%name%</button>', '<font color="red">%name%</font>', '<br>'); 
     225$linksPaginacao = $paging->autoLinks(20, '<button on_click="paginar(%p_page%);[[BR]] 
     226return false;">%name%</button>', '<font color="red">%name%</font>', '<br>'); 
    223227 
    224228}}}