SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 37


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

Show Answer
Correct Answer: ABD

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

2 comments
Sign in to comment
New_userOption: B
Jul 18, 2021

B is the answer. A just provides header name

guilhermecervoOptions: BD
Nov 20, 2022

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
Sep 24, 2023

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