1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 19:14:09 +02:00

admin-ui example updates.

This commit is contained in:
Cameron
2017-04-01 09:17:25 -07:00
parent 327925a937
commit 68127bd72f
2 changed files with 12 additions and 22 deletions

View File

@@ -5025,8 +5025,11 @@ class ".$table." extends e_admin_ui
protected \$batchDelete = true;
protected \$batchExport = true;
protected \$batchCopy = true;
// protected \$sortField = 'somefield_order';
// protected \$orderStep = 10;
// protected \$sortParent = 'somefield_parent';
// protected \$treePrefix = 'somefield_title';
// protected \$tabs = array('Tabl 1','Tab 2'); // Use 'tab'=>0 OR 'tab'=>1 in the \$fields below to enable.
// protected \$listQry = \"SELECT * FROM `#tableName` WHERE field != '' \"; // Example Custom Query. LEFT JOINS allowed. Should be without any Order or Limit.