Difference between revisions of "Forms 1 0"

From ADF Docs
Jump to: navigation, search
 
Line 16: Line 16:
  
 
== Functions ==  
 
== Functions ==  
:[[Forms_1_0-addToSimpleForm|addToSimpleForm]]
+
<div id='library-api'>
 
+
:[[Forms_1_0-addToSimpleForm|addToSimpleForm]] ( struct fieldData )
 
+
:[[Forms_1_0-closeLBAndRefresh|closeLBAndRefresh]] (  )
:[[Forms_1_0-closeLBAndRefresh|closeLBAndRefresh]]
+
:[[Forms_1_0-extractFromSimpleForm|extractFromSimpleForm]] ( struct formStruct, String fieldList )
::
+
:[[Forms_1_0-getCEFieldNameData|getCEFieldNameData]] ( string ceName )
 
 
 
 
:[[Forms_1_0-extractFromSimpleForm|extractFromSimpleForm]]
 
 
 
 
 
:[[Forms_1_0-getCEFieldNameData|getCEFieldNameData]]
 
 
::Returns structure of the simple form field names for the CE fields.
 
::Returns structure of the simple form field names for the CE fields.
 
+
:[[Forms_1_0-renderAddEditForm|renderAddEditForm]] ( numeric formID, numeric dataPageId, string lbAction, string customizedFinalHtml, boolean renderResult )
 
 
:[[Forms_1_0-renderAddEditForm|renderAddEditForm]]
 
 
::Returns the HTML for an Add/Edit Custom element record
 
::Returns the HTML for an Add/Edit Custom element record
 
+
:[[Forms_1_0-renderDeleteForm|renderDeleteForm]] ( numeric formID, numeric dataPageID )
 
 
:[[Forms_1_0-renderDeleteForm|renderDeleteForm]]
 
 
::Renders the standard datasheet delete module
 
::Renders the standard datasheet delete module
 +
</div>

Latest revision as of 13:38, 9 April 2010


Attention: Do not change any text in the description, properties, and functions sections.

Return to Library (API)

Description

Form functions for the ADF Library

Properties

dependency = ceData_1_0
version = 1_0_0
wikiTitle = Forms_1_0
dependency = scripts_1_0
type = transient

Functions

addToSimpleForm ( struct fieldData )
closeLBAndRefresh ( )
extractFromSimpleForm ( struct formStruct, String fieldList )
getCEFieldNameData ( string ceName )
Returns structure of the simple form field names for the CE fields.
renderAddEditForm ( numeric formID, numeric dataPageId, string lbAction, string customizedFinalHtml, boolean renderResult )
Returns the HTML for an Add/Edit Custom element record
renderDeleteForm ( numeric formID, numeric dataPageID )
Renders the standard datasheet delete module