Exam SPLK-2001 All QuestionsBrowse all questions from this exam
Question 37

Which of the following Simple XML elements configure panel link buttons? (Select all that apply.)

    Correct Answer: B, D

    In Simple XML, to configure panel link buttons, you use the option elements to modify their visibility and behavior. <option name='link.visible'>true</option> sets the general visibility of the links, and <option name='refresh.link.visible'>false</option> specifically controls the visibility of the refresh link. Therefore, both B and D are used to configure panel link buttons.

Discussion
guilhermecervoOptions: BD

Letter B to disable all options and is also possible to disable specific options, like exemple in letter D. So, B and D are the correct answer.

qtygbapjpesdayazko

This is the way B. <option name="link.visible">true</option> D. <option name="refresh.link.visible">false</option>

New_userOption: B

B is the answer. A just provides header name