Versions Compared

Key

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

...

NameDescriptionValue
id

Unique Identifier.

Any
datapathThe data path field name.Needs to correspond to the CRMDO object field

Example

Expand
titleEditor
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleEditor
<editor>
	<id>editEditor</id>
	<datapath>editorFileContent</datapath>
	<visibilityconditions>'[[getValue,java.lang.String,media]]'=='EMAIL' || '[[getValue,java.lang.String,media]]'=='LETTER'</visibilityconditions>
	<tipexpression>key_add_the_content_(text_and_communication_tags)_that_the_contact_will_receive._in_order_to_be_able_to_use_available_module_tags_within_a_communication,_then_the_related_entity_(of_which_you_are_using_the_tags_for)_needs_to_be_related_with_the_communication_by_adding_it_as_referring_to_entity</tipexpression>
	<id>areaContent</id>
	<label>key_content</label>
	<datapath>content</datapath>
	<replacetags>false</replacetags>
	<rows>30</rows>
	<columns>45</columns>	
	<refresh>page</refresh>
	<autocomplete>
		<type>tag</type>
		<entity>COMMUNICATIONS</entity>
	</autocomplete>
	<colspan>4</colspan>
	<onchange>
		<functions>
			<function>
				<type>ejb</type>
				<classname>ejb/CRMUICommunication</classname>
				<functionname>addUnboundParametersFromTextAreasButton</functionname>
				<resultaction>replace</resultaction>
				<datatype>root</datatype>
				<parameters>
					<parameter>
						<value>[[getDTO]]</value>
						<datatype>java.lang.Object</datatype>
					</parameter>
					<parameter>
						<value>false</value>
						<datatype>java.lang.Boolean</datatype>
					</parameter>
					<parameter>
						<value>true</value>
						<datatype>java.lang.Boolean</datatype>
					</parameter>
				</parameters>
			</function>
		</functions>
	</onchange>
</editor>