Oracle Apex 5 - 类似于 App Builder 中的页脚栏 [英] Oracle Apex 5 - Footer bar like the one in App Builder

查看:38
本文介绍了Oracle Apex 5 - 类似于 App Builder 中的页脚栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在 Oracle Apex 通用主题应用程序中创建页脚栏/区域,就像在 Oracle Apex 应用程序生成器中一样?实现这一目标所需的 html/css 代码是什么?具体来说,我有兴趣更改或替换 UT 中已经存在的内容,以替换类似于 App Builder 中的内容

How can I create a footer bar/region in a Oracle Apex Universal Theme Application just like the one in the Oracle Apex App Builder? What is the html/css code needed to achieve that? Specifically, i'm interested in change or substitute the one which already exists in the UT for something that resembles the one in the App Builder

我是一个团队的一员,负责重新设计在早期主题中开发的应用程序,这些应用程序未迁移到通用主题,其中一些具有要显示在页脚区域的信息.由于有必要将这些应用程序迁移到 UT,我们想使用上面提到的页脚栏.

I'm part of a team responsible for redesign the applications developed in early themes that weren't migrate to the Universal Theme, and some of them have informations to be displayed on the footer region. Since there is the necessity to migrate these applications to the UT, we would like to use a footer bar just like the one mentioned above.

推荐答案

通用主题页面模板包括一个页脚部分:

The Universal Theme page template includes a footer section:

    <footer class="t-Footer">
      #APP_VERSION#
      #CUSTOMIZE#
      #SCREEN_READER_TOGGLE#
      #REGION_POSITION_05#
    </footer>

看起来像这样:

因此,一种解决方案是在区域位置 5 创建一个区域,这将显示在页脚中的其他项目之后.

One solution is therefore to create a region in Region Position 5, and this will be displayed after the other items in the footer.

您还可以修改模板 HTML 以删除任何/所有现有页脚信息并添加您自己的信息.您可能希望使用对页面或应用程序项目的引用 - 例如:

You could also modify the template HTML to remove any/all of the existing footer info and add your own. You would probably want to use references to page or application items - for example:

    <footer class="t-Footer">
      #SCREEN_READER_TOGGLE#
      #REGION_POSITION_05#
      &APP_MY_FOOTER_INFO.
    </footer>

这篇关于Oracle Apex 5 - 类似于 App Builder 中的页脚栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆