Difference between rendered and visible attributes of

前端 未结 2 655
名媛妹妹
名媛妹妹 2020-11-27 21:18

I am using PrimeFaces 3.2 in my project. I wanted to know what is the difference between setting the rendered attribute of a

2条回答
  •  萌比男神i
    2020-11-27 22:25

    According to the documentation for those attributes, section 3.28:

    rendered: Boolean value to specify the rendering of the component, when set to
              false component will not be rendered [default value: TRUE]
    visible:  When enabled, dialog is visible by default [default value: FALSE]
    

提交回复
热议问题