mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Support for admin-ui event triggers. Plugin-builder example added.
This commit is contained in:
@@ -59,11 +59,13 @@ class generic_ui extends e_admin_ui
|
||||
|
||||
protected $pluginTitle = WMLAN_00;
|
||||
protected $pluginName = 'core';
|
||||
protected $eventName = 'wmessage';
|
||||
protected $table = 'generic';
|
||||
protected $pid = 'gen_id';
|
||||
protected $perPage = 10;
|
||||
protected $batchDelete = true;
|
||||
protected $batchCopy = true;
|
||||
|
||||
// protected $sortField = 'somefield_order';
|
||||
// protected $orderStep = 10;
|
||||
// protected $tabs = array('Tabl 1','Tab 2'); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.
|
||||
|
Reference in New Issue
Block a user