Versions Compared

Key

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


Panel
nameidblue0

Components commonly used in the system are implemented as generic components and can be referred to instead of re-implemented. 


What does this section cover?

Table of Contents

Components

All generic components are under Crm/WebContent/pages/dataEntry/lib/components directory.

...

Ui expand
titleExample


Code Block
titleanypagelayout.xml
collapsetrue
...
<section>
	<id>secContactInformation</id>
	<name>key_contact_information</name>
	<disable>false</disable>
	<left>
		<components>
			<component>
				<id>file:contactinfo/contactInformation.xml</id>
			</component>
		</components>
	</left>
</section>
...

Tabs

All generic tabs are under Crm/WebContent/pages/dataEntry/lib/tabs  directory.

...