【问题标题】:RichFaces modal panel not working with IE8RichFaces 模式面板不适用于 IE8
【发布时间】:2013-01-29 07:55:20
【问题描述】:

我正在使用 rich:modalPanel 并且每次我想关闭它(我正在调用 hide 方法)时它都不会关闭。 这是我的代码:

            <a4j:status onstart="#{rich:component('wait')}.show()" onstop="#{rich:component('wait')}.hide()"/>
            <rich:modalPanel id="wait" autosized="true" width="200" height="120" moveable="false"
                             resizeable="false" >
                <f:facet name="header">
                    <h:outputText value="Processing"/>
                </f:facet>
                <h:outputText value="Wait Please..."/>
            </rich:modalPanel>

【问题讨论】:

    标签: internet-explorer-8 richfaces hide


    【解决方案1】:

    不确定这是否能解决您的问题,但您可以尝试以下方法

    <a4j:status onstart="javascript:Richfaces.showModalPanel('wait');" onstop="javascript:Richfaces.hideModalPanel('wait')"/>
    

    这似乎对我有用

    【讨论】:

      猜你喜欢
      • 2014-08-22
      • 1970-01-01
      • 1970-01-01
      • 2012-06-25
      • 2014-06-26
      • 1970-01-01
      • 2012-09-12
      • 2016-05-07
      • 1970-01-01
      相关资源
      最近更新 更多