“删除”提示框样式



 

<af:panelGroupLayout id="pgl1" halign="center" layout="horizontal">
                <af:outputText value="确定删除吗?" id="ot1"  inlineStyle="text-indent:2em; color:#CC0000; display:block; padding:30px 20px;"/>
            </af:panelGroupLayout>
            <af:panelGroupLayout id="pgl2" layout="horizontal" halign="center">
                <af:spacer height="50" id="s1"/>
                <af:button text="确定" id="b1" action="del" actionListener="#{xysfpBean.delXysfpListener}"/>
                <af:spacer width="10" height="10" id="s3"/>
                <af:button text="取消" id="b2" action="cancel"/>
            </af:panelGroupLayout>

猜你喜欢

转载自563432906.iteye.com/blog/2297685