Difference between revisions of "Utils 1 0-updateCustomFieldType"

From ADF Docs
Jump to: navigation, search
(Parameters: new section)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
+
__NOTOC__
 +
Attention: Do not change any text in the description, signature, and paramter sections.
  
Description
+
Return to [[Utils_1_0]]
  
== Signature ==
+
== Description ==  
 +
Updates a custom field type record
  
Signature
+
== Signature ==
 +
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>

Latest revision as of 14:00, 9 April 2010

Attention: Do not change any text in the description, signature, and paramter sections.

Return to Utils_1_0

Description

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