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