Difference between revisions of "Forms 1 0-renderAddEditForm"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
public String <strong>renderAddEditForm</strong> ( numeric formID, numeric dataPageId, string lbAction, string customizedFinalHtml, boolean renderResult )
 
public String <strong>renderAddEditForm</strong> ( numeric formID, numeric dataPageId, string lbAction, string customizedFinalHtml, boolean renderResult )
  
== 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>formID</td>
 +
<td>numeric</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>dataPageId</td>
 +
<td>numeric</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td class="required">optional</td>
 +
 +
<td>lbAction</td>
 +
<td>string</td>
 +
<td>[Default: norefresh] </td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>customizedFinalHtml</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>renderResult</td>
 +
<td>boolean</td>
 +
<td>[Default: 0] </td>
 +
</tr>
 +
 +
</table>

Revision as of 03:59, 24 March 2010

Description

Return to Forms_1_0

Returns the HTML for an Add/Edit Custom element record

Signature

public String renderAddEditForm ( numeric formID, numeric dataPageId, string lbAction, string customizedFinalHtml, boolean renderResult )

Parameters

Required Name Type Description
required formID numeric
  dataPageId numeric
optional lbAction string [Default: norefresh]
  customizedFinalHtml string [Default: ]
  renderResult boolean [Default: 0]