Overview
|
System-Objects
|
Class-Tree
|
Class-List
|
Global Functions
|
Files
|
Function of a Class
Name:
set
Object:
QxObject
Type:
public
File:
core/QxObject.js
Sets multiple properties at once by using a property list
Parameters
Name
Type
Mandatory
Info
propertyValues
Property List
true
A hash of key-value pairs.
Type
This function is
public
. It can be used by both user and programmer.
Usage
QxObject
.
set
(
propertyValues
)
;