Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example

Expand
titleMain Menu

Image RemovedImage Added

Code Block
themeEclipse
languagexml
titleMain Menu
<mainmenu>
	<components>
		<component>
			<id>cmpHome</id>
			<name>Home</name>
			<visiblemodes>read</visiblemodes>
			<elements>
				<button>
					<id>btnHome</id>
					<name>Home</name>
					<setmode>read</setmode>
					<refresh>page</refresh>
					<url>page.do?xml=contactinfo/contactInformation&amp;act=summary</url>
				</button>
			</elements>
		</component>
		...
		</components>
	</mainmenu>