mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
$tabs admin UI property added
This commit is contained in:
@@ -2263,6 +2263,13 @@ class e_admin_controller_ui extends e_admin_controller
|
||||
* @var int reorder step
|
||||
*/
|
||||
protected $orderStep = 1;
|
||||
|
||||
/**
|
||||
* Example: array('0' => 'Tab label', '1' => 'Another label');
|
||||
* Referenced from $field property per field - 'tab => xxx' where xxx is the tab key (identifier)
|
||||
* @var array edit/create form tabs
|
||||
*/
|
||||
protected $tabs = array();
|
||||
|
||||
/**
|
||||
* Structure same as TreeModel parameters used for building the load() SQL
|
||||
|
Reference in New Issue
Block a user