如何在properties-local.xml或属性form-runner.xml中集成xbl向导组件?

时间:2016-12-30 09:41:18

标签: properties wizard orbeon xbl

我想在wizard-toc中添加一个类css'visited',所以我用 wizard.xbl 修改了这个表达式

<xh:li class="{{
    'has-errors' [$top-level-section-has-any-errors],
    'invalid'    [$top-level-section-has-visible-errors],
    'incomplete' [$top-level-section-incomplete],
    'not-started'[$top-level-section-not-started],

    'disabled'   [$top-level-section-disabled],
    'active'     [$top-level-section-active],
    'visited'     [$top-level-section-visited],

}}">

并在 wizard.css

.orbeon .xbl-fr-wizard .fr-wizard-toc .nav .visited> span > a {
  color: #ffffff;
  background-color: #ffaa48;
}

那么我在哪里可以在属性文件中声明目录 / xbl / wizard 以及我将使用哪个属性

1 个答案:

答案 0 :(得分:0)

您可以将修改后的文件放在:

WEB-INF/resources/xbl/orbeon/wizard/wizard.xbl

但要非常小心:如果您升级Orbeon Forms,则必须使用较新版本的wizard.xbl合并更改。