new PrintFurnitureSetter(config)
Object to set print item text
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | Configuration for this object. The config supplied directly extends the control |
Members
events
Properties:
Name | Type | Description |
---|---|---|
events |
Cadcorp.Util.Events | event object |
printItems
Properties:
Name | Type | Description |
---|---|---|
printItems |
Array.<Cadcorp.UI.PrintUI.PrintItem> | Array of print item objects. |
Methods
destroy()
Destroys the object.
(protected) printItemFailed_handler(e)
Parameters:
Name | Type | Description |
---|---|---|
e |
Cadcorp.UI.PrintUI.PrintError | event args |
(protected) printItemNotFound_handler(e)
Parameters:
Name | Type | Description |
---|---|---|
e |
Object | event args |
(protected) printItemSuccess_handler(e)
Parameters:
Name | Type | Description |
---|---|---|
e |
Object | event args |
(protected) setPrintItems(config, geognoSISUrl, sessionID)
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | configuration object |
geognoSISUrl |
string | GeognoSIS URL to test against. |
sessionID |
string | session ID to use. |