Specifications

Aastra July 2014 PA-001011-03-04
278
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)
setAllowDTMF() to allow DTMF passthrough on the object
setScrollUp(uri) to set the URI to be called when the user presses the Up arrow (optional)
o uri string
setScrollDown(uri) to set the URI to be called when the user presses the Down arrow
(optional)
o uri string
setScrollLeft(uri) to set the URI to be called when the user presses the Left arrow (optional)
o uri string
setScrollRight(uri) to set the URI to be called when the user presses the Right arrow
(optional)
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
setDoneAction(uri) to set the URI to be called when the user selects the default "Done" key
(optional)
o uri string