mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
$url admin UI property added
This commit is contained in:
@@ -2271,6 +2271,14 @@ class e_admin_controller_ui extends e_admin_controller
|
|||||||
*/
|
*/
|
||||||
protected $tabs = array();
|
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
|
* Structure same as TreeModel parameters used for building the load() SQL
|
||||||
* @var additional SQL to be applied when auto-building the list query
|
* @var additional SQL to be applied when auto-building the list query
|
||||||
|
Reference in New Issue
Block a user