Difference between revisions of "CEData 1 0-getCEData"
From ADF Docs
Line 5: | Line 5: | ||
public array <strong>getCEData</strong> ( string customElementName, string customElementFieldName, any item, string queryType, string searchValues, string searchFields ) | public array <strong>getCEData</strong> ( string customElementName, string customElementFieldName, any item, string queryType, string searchValues, string searchFields ) | ||
− | == 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>customElementName</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>customElementFieldName</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>item</td> | ||
+ | <td>any</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>queryType</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: selected] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>searchValues</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>searchFields</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 03:23, 24 March 2010
Description
Returns array of structs for all data matching the Custom Element.
Signature
public array getCEData ( string customElementName, string customElementFieldName, any item, string queryType, string searchValues, string searchFields )
Parameters
Required | Name | Type | Description | |
required | customElementName | string | ||
optional | optional | customElementFieldName | string | [Default: ] |
optional | item | any | [Default: ] | |
optional | queryType | string | [Default: selected] | |
optional | searchValues | string | [Default: ] | |
optional | searchFields | string | [Default: ] |