Difference between revisions of "Utils 1 0-updateCustomFieldType"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
public boolean <strong>updateCustomFieldType</strong> ( numeric ID, string propertyModule, string renderModule, string type, string JSValidator, string active )
 
public boolean <strong>updateCustomFieldType</strong> ( numeric ID, string propertyModule, string renderModule, string type, string JSValidator, string active )
  
== Parameters ==
+
== Parameters ==  
  
Parameters
+
<table id="lib-params">
 +
<tr class="header">
 +
<td>Required</td>
 +
<td>Name</td>
 +
<td>Type</td>
 +
<td>Description</td>
 +
</tr>
 +
 +
 +
<tr>
 +
 +
<td class="required">required</td>
 +
 +
<td>ID</td>
 +
<td>numeric</td>
 +
<td>The Field ID for the field type</td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>propertyModule</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>renderModule</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>type</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>JSValidator</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>active</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
</table>

Revision as of 04:08, 24 March 2010

Description

Return to Utils_1_0

Updates a custom field type record

Signature

public boolean updateCustomFieldType ( numeric ID, string propertyModule, string renderModule, string type, string JSValidator, string active )

Parameters

Required Name Type Description
required ID numeric The Field ID for the field type
  propertyModule string
  renderModule string
  type string
  JSValidator string
  active string