Previous |
Next |
This function returns the attribute and the attribute's number.
Syntax
APEX_JAVASCRIPT.ADD_ATTRIBUTE ( p_name IN VARCHAR2, p_value IN NUMBER, p_omit_null IN BOOLEAN:=TRUE, p_add_comma IN BOOLEAN:=TRUE) RETURN VARCHAR2;
Parameters
Table: ADD_ATTRIBUTE Signature 2 Parameters describes the parameters available in the ADD_ATTRIBUTE
function signature 2.
ADD_ATTRIBUTE Signature 2 Parameters
Parameter | Description |
---|---|
|
Name of the JavaScript object attribute. |
|
Number which should be assigned to the JavaScript object attribute. |
|
If set to TRUE and |
|
If set to TRUE, a trailing comma is added when a value is returned. |
Example
See example for ADD_ATTRIBUTE Function Signature 1.