Document structure

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Document structure

Document consists of frames. Each frame has root element with class frame and unique id containing frame name.

Frame consists of components. Each component has root element with class component and unique id.

Element may contain placeholders. Placeholder has unique id. Also element may contain items. Each item has uid attribute unique in this element.

Following JS function returns thes entities for any element:

 

getFrame(e)

getComponent(e)

getComponentItem(e)

getUid(e)