From 623793eee788037acfaa9c442dc229edaf67ef83 Mon Sep 17 00:00:00 2001 From: SecretR Date: Wed, 27 Feb 2013 16:18:41 +0200 Subject: [PATCH] $url admin UI property added --- e107_handlers/admin_ui.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 72e57b84b..6941e94a8 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -2270,6 +2270,14 @@ class e_admin_controller_ui extends e_admin_controller * @var array edit/create form tabs */ protected $tabs = array(); + + /** + * TODO Example: + * Contains required data for auto-assembling URL from every record + * For greater control - override url() method + * @var array edit/create form tabs + */ + protected $url = array(); /** * Structure same as TreeModel parameters used for building the load() SQL