Constructor
new ActionReg(type, +, +, ok)
ActionReg constructor
Name | Type | Description |
---|---|---|
type | string | Type of action ( |
+ | string | source - Description of the object on which the action is done. |
+ | string | dest - Description of the object that acts as a target of the action (used in pairings) |
ok | boolean |
|
- Source
Members
dest :string
Description of the object that has acted as a target of the action (used in pairings)
- string
- Source
isOk :boolean
true
if the action was OK
- boolean
- Source
source :string
Description of the object on which the action was done
- string
- Source
time :number
Time stamp taken when the action was done
- number
- Source
type :string
The type of action (click
, write
, move
, select
...)
- string
- Source
Methods
$getXML() → {external:jQuery}
Provides the data associated with this action in XML format suitable for a
JClic Reports Server.
- Source
- Type:
- external:jQuery
setProperties($xml)
Fills this ActionReg with data provided in XML format
Name | Type | Description |
---|---|---|
$xml | external:jQuery | The XML element to be processed, already wrapped as jQuery object |
- Source