Versions Compared

Key

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

...

It's also possible to have Weave generate the parameters and just override those that you want to change in the config, rather than having to specify each and every parameter if you just want to change one, by setting 'parameters' to true in the config.

Code Block
languagexml
<editor:table id="lutAction">
	<label>LutAction</label>
	<datasource>ora_prod</datasource>
	<table>lutAction</table>
	<parameters>true</parameters>
	<parameter id="landstatus_id" label="Land Status" column="LandStatus_ID" dataType="integer">
		<dataset>landstatus</dataset>
		<valuecolumn>landstatus_id</valuecolumn>
		<labelcolumn>landstatus</labelcolumn>
		<pagesize>0</pagesize>
	</parameter>
</editor:table>

...