Specifications
Aastra July 2014 PA-001011-03-04
282
o title string
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 the default type of input 'string' by default
o type enum ('IP', 'string', 'number', 'dateUS'...)
setDefault(default) to set default default value for the input (optional)
o default string
setParameter(param) to set the default parameter name to be parsed after the input
o param string
setPassword() to set the default Password parameter to 'yes', 'no' by default (optional)
setNotEditable() to set the default editable parameter to 'no', 'yes' by default (optional)