Xpages 调试工具栏覆盖了我的 bootstrap UI

Xpages Debug Toolbar overrides my bootstrap UI

我刚刚开始使用 Mark Leuksink 的 XPages 调试工具栏(以及他的 Bootsrap4Xpages 插件)。工具栏运行良好,但我的 Bootstrap UI 已被覆盖。

我试过设置 disableTheme="true",但没有成功。我已将调试工具栏插入到我的 appLayout 自定义控件的资源标签下。

我能做点什么吗?

我正在为 XPages 1.0.0.201407020945 和 XPages 调试工具栏 1.0.0.20143092102 使用 OpenNTF Bootstrap 库

<xp:view
xmlns:xp="http://www.ibm.com/xsp/core"
xmlns:xe="http://www.ibm.com/xsp/coreex"
xmlns:bx="http://www.openntf.org/xsp/bootstrap"
viewState="fulltree"
xmlns:xc="http://www.ibm.com/xsp/custom"
xmlns:debug="http://www.openntf.org/xsp/debugtoolbar">
<xp:this.resources>
    <xp:script
        src="/commonjavascript.jss"
        clientSide="false">
    </xp:script>
</xp:this.resources>
<debug:toolbar
    defaultCollapsed="false"
    collapseTo="left"
    disableTheme="true"
    autoRemove="true">
</debug:toolbar>

哦哦。呸。少校 Dunce Cap.

在 XSP 属性、主题默认值、应用程序主题下,bootstrap 主题不再正确输入。

Per 和 Oliver,对此深感抱歉!

现在感觉很害羞。