我在Oracle Apex的“创建页面”对话框中看不到我的插件

时间:2019-04-24 12:46:14

标签: oracle oracle-apex oracle-apex-18.2

我创建了第一个简单的 Item 类型的插件,没有任何逻辑:

procedure render_vue_component (
    p_item   in            apex_plugin.t_item,
    p_plugin in            apex_plugin.t_plugin,
    p_param  in            apex_plugin.t_item_render_param,
    p_result in out nocopy apex_plugin.t_item_render_result
)
is
begin
    -- some logic
end render_vue_component;

但是当我尝试使用Create Page-Plugins创建页面时,我在Create Page中收到消息“未安装任何插件” 对话框。

当我转到Chared Component-Plug-ins时,我在列表中看到了我的插件:

enter image description here

0 个答案:

没有答案
相关问题