Versions Compared

Key

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

...

Expand
titleDefinition File

Image RemovedImage Added

Code Block
themeEclipse
languagexml
titleDefinition File
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/dataEntry.xsd">
	<id>financialtransactions/type</id>
	<name>Type</name>
	<datapath>name</datapath>
	<module>FINANCIAL_TRANSACTIONS</module>

	<functioncall>
		<functions>
			<function>
			...
			</function>		
		</functions>
	</functioncall>
	
	<datasources>
		<datasource>
			<key>form</key>
			<classname>com.crm.web.generator.datasource.DTODatasource</classname>
		</datasource>
	</datasources>
  	
	<mainmenu>
    	<components>
      		<component>
			...
			</component>
    	</components>
  	</mainmenu>
  
	<main>
    	<components>
      		<component>
			...
			</component>
    	</components>
  	</main>

  	<details>
    	<tabs>  		
  			<tab>
        		<id>tabCategories</id>
        		<name>Allowed Categories</name>
        		<datasourcesetkey>categories</datasourcesetkey>
        		<functioncall>
          			<functions>
            			<function/>
						...
						<function/>
          			</functions>
        		</functioncall>
	
				<tabmenu> 
    				<components>
						<component>
						...
						</component>
        			</components>
				</tabmenu>
        
        		<components>
        			<component>
					...
					</component>
        		</components>
      		</tab>
    	</tabs>
	</details>
</page>