Specifications
Aastra July 2014 PA-001011-03-04
280
o color string, "red", "blue", ... (optional)
o icon_index integer, icon number
setCancelAction(uri) to set the cancel parameter with the URI to be called on Cancel
(optional)
o uri string
setDestroyOnExit() to set DestroyonExit parameter to 'yes', 'no' by default (optional)
setLockIn(uri) to set the Lock-in tag to 'yes' and the GoodbyeLockInURI (optional)
o uri string, GoodByeLockInURI
setAllowAnswer() to set the allowAnswer tag to 'yes' (optional)
setAllowDrop() to set the allowDrop tag to 'yes' (optional)
setAllowXfer() to set the allowXfer tag to 'yes' (optional)
setAllowConf() to set the allowConf tag to 'yes' (optional)
setTimeout(timeout) to define a specific timeout for the XML object (optional)
o timeout integer (seconds)
addSoftkey(index,label,uri) to add custom soktkeys to the object (optional)
o index integer, softkey number
o label string
o uri string
setRefresh(timeout,URL) to add Refresh parameters to the object (optional)
o timeout integer (seconds)
o URL string
setEncodingUTF8() to change encoding from default ISO-8859-1 to UTF-8 (optional)
generate() to return the generated XML for the object
output(flush) to display the object
o flush boolean optional, output buffer to be flushed out or not.
setURL(url) to set the URL to called after the input
o url string
setType(type) to set type of input, 'string' by default
o type enum ('IP', 'string', 'number', 'dateUS'...)
setDefault(default) to set default value for the input (optional)
o default string
setParameter(param) to set the parameter name to be parsed after the input
o param string
setInputLanguage(language) to set the language of the input (optional)
o language enum ("English", "French"....)
setPassword() to set the Password parameter to 'yes', 'no' by default (optional)