include($_SERVER['DOCUMENT_ROOT']."/common.php") ;
_desc("...") ;
_startpage() ;
_title(1, "Classe geaListColumn") ;
_title(2, "But") ;
_p() ;
echo "..." ;
_endp() ;
_title(2, "Champs") ;
_p() ;
echo "Un objet geaListColumn possède les champs suivants :
- field (...) : ...
- align (...) : ...
- size (...) : ...
- sortable (...) : ...
- type (...) : ...
- nopicture (...) : ...
- condition (...) : ...
- seconds (...) : ...
- indSort (...) : ...
- display (...) : ...
- display_ (...) : ...
- firstLang (...) : ...
" ;
_endp() ;
_endpage() ;
?>