Description

Client side sdc processor usage. Load with properties from sdc processor and then use util functions.

File

WEB-CORE\scripts\sapphirecore.js

Properties

None.

setProperties

 

Functionality

Pass properties from sdc processor.

Parameters

Parameter Type Description
oProperties Object Property List object which is a JSON representation of the property list returned from the sdc processor.

Return

None.

getProperties

 

Functionality

Returns the properties for loaded sdc properties.

Parameters

None.

Return

Object - The property list object.

setProperty

 

Functionality

Pass property id and returns value.

Parameters

Parameter Type Description
sPropertyId String The property to return a value for.

Return

String.

getColumns

 

Functionality

Returns columns collection.

Parameters

None.

Return

Object Array - Property List collection.