Specifications

PA-001011-03-04 Aastra July 2014
275
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,icon_index) to add custom soktkeys to the object (optional)
o index integer, softkey number
o label string
o uri string
o icon_index integer, icon number
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)
addIcon(index,icon) to add custom icons to the object (optional)
o index integer, icon index
o icon string, icon name or definition
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.
setImage(image)to define the image to be displayed
o image string
setGDImage(GDImage) to use a GDImage for display, the size is forced to 40x144
o GDImage GDImage
setAlignment(vertical,horizontal) to define image alignment
o vertical string, "top", "middle", "bottom"
o horizontal string, "left", "middle", "right"
setSize(height,width) to define image size
o height integer (pixels)
o width integer (pixels)
setURIBase(uriBase) to define the base URI for the selections
o uriBase string
addURI(key,uri) to add a selection key with its URI
o key string (1-9, * and #)
o uri string
setMode(mode) to define the image mode to be displayed (normal,extended,fullscreen)
(optional, 6739i only)
o mode string enum normal,extended,fullscreen