Difference between revisions of "Forms 1 0"

From ADF Docs
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
 +
Attention: Do not change any text in the description, properties, and functions sections.
 +
 +
Return to [[Library|Library (API)]]
 +
 
== Description ==  
 
== Description ==  
 
Form functions for the ADF Library
 
Form functions for the ADF Library
  
 
== Properties ==  
 
== Properties ==  
:dependency = cedata_1_0
+
:dependency = ceData_1_0
 
:version = 1_0_0
 
:version = 1_0_0
 +
:wikiTitle = Forms_1_0
 
:dependency = scripts_1_0
 
:dependency = scripts_1_0
 
:type = transient
 
:type = transient
  
== Functions ==
+
== Functions ==  
 
+
<div id='library-api'>
Functions
+
:[[Forms_1_0-addToSimpleForm|addToSimpleForm]] ( struct fieldData )
 +
:[[Forms_1_0-closeLBAndRefresh|closeLBAndRefresh]] (  )
 +
:[[Forms_1_0-extractFromSimpleForm|extractFromSimpleForm]] ( struct formStruct, String fieldList )
 +
:[[Forms_1_0-getCEFieldNameData|getCEFieldNameData]] ( string ceName )
 +
::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 )
 +
::Returns the HTML for an Add/Edit Custom element record
 +
:[[Forms_1_0-renderDeleteForm|renderDeleteForm]] ( numeric formID, numeric dataPageID )
 +
::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