Difference between revisions of "Test:XML layout"
From partnersenproppersolutions
(Created page with "==voorbeeld 1== <pre> <?xml version="1.0" encoding="utf-8"?> <structure> <grid> <row> <cell span="12"> <component type="WSHeader" class="noprint"> <modific...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 10:18, 20 January 2017
voorbeeld 1
<?xml version="1.0" encoding="utf-8"?> <structure> <grid> <row> <cell span="12"> <component type="WSHeader" class="noprint"> <modification type="ShowOnlyFor" namespace="WS_NS_TEST"></modification> </component> </cell> </row> </grid> <row> <cell span="12"> <component type="NavbarHorizontal" class="full-width noprint"> <component type="Logo" position="head"></component> <component type="NavMenu" ></component> <component type="SearchBar" class="pull-right"></component> </component> </cell> </row> <component type="SubHeader"> <modification type="ShowOnlyFor" namespace="WS_NS_TEST"></modification> </component> <grid> <row> <cell span="12"> <component type="SiteNotice"></component> </cell> </row> <row> <cell span="12"> <component type="Carousel"> </component> </cell> </row> <row> <cell span="12"> <component type="MainContent"></component> </cell> </row> </grid> <row> <cell span="6"> <modification type="ShowOnlyFor" permission="edit"></modification> <component type="PageTools" class="pull-right hidden-sm noprint"></component> </cell> <cell span="6"> <modification type="ShowOnlyFor" permission="edit"></modification> <component type="PersonalTools" class="pull-left hidden-sm noprint"></component> </cell> </row> <grid> <row> <cell span="12"> <component type="FooterInfo"></component> </cell> </row> <row> <cell span="12"> <component type="WSFooter" class="noprint"></component> </cell> </row> </grid> </structure>