Which of the following Simple XML elements configure panel link buttons? (Select all that apply.)
Which of the following Simple XML elements configure panel link buttons? (Select all that apply.)
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.
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.
This is the way B. <option name="link.visible">true</option> D. <option name="refresh.link.visible">false</option>
B is the answer. A just provides header name