Difference between revisions of "Forms 1 0"

From ADF Docs
Jump to: navigation, search
(Functions: new section)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
+
__NOTOC__
  
Description
+
Attention: Do not change any text in the description, properties, and functions sections.
  
== Properties ==
+
Return to [[Library|Library (API)]]
  
Properties
+
== Description ==
 +
Form functions for the ADF Library
  
== Functions ==
+
== Properties ==  
 +
:dependency = ceData_1_0
 +
:version = 1_0_0
 +
:wikiTitle = Forms_1_0
 +
:dependency = scripts_1_0
 +
:type = transient
  
Functions
+
== Functions ==
 +
<div id='library-api'>
 +
:[[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