且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在“选择列表"oracle apex 中使用图像?

更新时间:2021-11-17 22:52:23

我去了 apex.world 发现了这个来自 Alan Arentsen 的插件似乎符合要求:https://apex.world/ords/f?p=100:710:::::P710_PLG_ID:COM.ADBC.APEX.JET.OJSELECTCOMBOBOX 但是,它没有'目前不支持 APEX 19.1+.如果你不介意稍微尝试一下,你可以使用我在这个 PR 中提交的代码更新插件中的 JS 文件(一旦安装):https://github.com/alanarentsen/plugin-apex-jet-ojselectcombobox/pull/6 或者你可以等到他有能力出一个新版本,虽然我不能说需要多长时间.

I went to apex.world and found this plug-in from Alan Arentsen that seems to fit the bill: https://apex.world/ords/f?p=100:710:::::P710_PLG_ID:COM.ADBC.APEX.JET.OJSELECTCOMBOBOX However, it doesn't currently support APEX 19.1+. If you don't mind experimenting a little, you could update the JS file in the plug-in (once installed) using the code I submitted in this PR: https://github.com/alanarentsen/plugin-apex-jet-ojselectcombobox/pull/6 Or you could wait until he's able to get a new version out, though I can't say how long that would take.

另一种选择是使用弹出式 LOV,然后使用 JavaScript 修改模板以允许其显示图像.如果您使用插件或 Popup LOV 路径并需要更多详细信息,请告诉我,我会提供.

Another option would be to use the popup LOV and then modify the template using JavaScript to allow it to display images. If you take the plug-in or Popup LOV path and need more details, let me know and I'll provide them.