Exam SPLK-1004 All QuestionsBrowse all questions from this exam
Question 38

What is the correct hierarchy of XML elements in a dashboard panel?

    Correct Answer: B

    The correct hierarchy of XML elements in a dashboard panel is <dashboard><row><panel>. The <dashboard> element is the root element, which contains one or more <row> elements. Each <row> element, in turn, contains one or more <panel> elements. This structure organizes the elements properly within a dashboard.

Discussion
emlchOption: B

<dashboard> <row> <panel>