Take a survey

Component XML Reference > Component XML Elements > Component element > editors

editors
Specifies the component’s property editors that are applicable to user-defined types. This element consists of a space-delimited list of property editors that are expected to be located in the component JAR file.
<editors>
	"xs:string"
</editors>
Located in the component element.
Example
<editors>
<composite-editor id="com.adobe.livecycle.sample.customer.Customer">
<composite-type>com.adobe.livecycle.sample.customer.Customer</composite-type>
	<attributes>
	<attribute name="name" title="First and Last Name" />
	<attribute name="street" title="Street" />
	<attribute name="city" title="City" />
	<attribute name="state" title="State" />
	<attribute name="zip" title="Zip Code" />	
	<attribute name="phone" title="Phone Number" />
	</attributes>
</composite-editor>
 
<composite-editor id="com.adobe.livecycle.sample.account.AccountInfo">
<composite-type>com.adobe.livecycle.sample.account.AccountInfo</composite-type>
	<attributes>
	<attribute name="accountId" title="Account Id" />
	 <attribute name="accountOpenedDate" title="Date Account Opened">
<!-- using the CalendarPropertyEditorComponent will automatically fill the 
field with today's date-->
	<property-editor editor-id="com.adobe.idp.dsc.propertyeditor.system.CalendarPropertyEditorComponent" />
	</attribute>
	<attribute name="customerId" title="Customer Id" />
	<attribute name="accountBalance" title="Account Balance" />
	<attribute name="newAccountSignatureForm" title="New Account Signature Form" />
	</attributes>
</composite-editor>
</editors>

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/componentXMLREF.152.9.html