Exemplo n.º 1
0
 function init()
 {
     parent::init();
     $csv = $this->add("Export_Parser_CSV");
     $csv->button_label = "Export to Excel";
 }
Exemplo n.º 2
0
 function init()
 {
     parent::init();
     $this->add("misc/Export_Parser_CSV");
     $this->add("misc/Export_Parser_XLS");
 }