1
0
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:
SecretR
2013-02-27 15:01:36 +02:00
parent c194fa625a
commit 9df7d6d115

View File

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