1
0
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:
Cameron
2015-02-09 01:05:33 -08:00
parent d633455c73
commit 00a516b0d3
3 changed files with 68 additions and 2 deletions

View File

@@ -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.