CyberStore E-Payment 2023 Documentation
SetAttribute Method
The value.
The attribute.
The element.
The opiton to allow the use of blank values (optional). Default is true.
Sets an attribute.
Syntax
var returnValue; // Type: any
returnValue = SetAttribute(value, attribute, element, setBlank);
function SetAttribute( 
   value : any,
   attribute : any,
   element : any,
   setBlank : any
) : any;

Parameters

value
The value.
attribute
The attribute.
element
The element.
setBlank
The opiton to allow the use of blank values (optional). Default is true.

Return Value

.