📄 gather-tasks_vardefs.php
字号:
<?php
/*********************************************************************************
* New field for Module
* pointing to associated SimpleObj
********************************************************************************/
$dictionary['Task']['fields']['gathers'] = array (
'name' => 'gathers',
'type' => 'link',
'relationship' => 'tasks_gathers',
'ignore_role' => true,
'source' => 'non-db',
'vname' => 'LBL_GATHERS',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -