SPLK-1004 Exam QuestionsBrowse all questions from this exam

SPLK-1004 Exam - Question 38


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

Show Answer
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

1 comment
Sign in to comment
emlchOption: B
May 10, 2024

<dashboard> <row> <panel>