From 9df7d6d1158d5e81829a97d442b25017d6dbc4ba Mon Sep 17 00:00:00 2001 From: SecretR Date: Wed, 27 Feb 2013 15:01:36 +0200 Subject: [PATCH] $tabs admin UI property added --- e107_handlers/admin_ui.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index fdc19ee89..72e57b84b 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -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