webpg.inline_results

This class implements the inline results iframe

Summary
webpg.inline_resultsThis class implements the inline results iframe
Functions
doResizeResizes the parent iframe by sending a request to the listener of the webpg.background object
createSignatureBoxCreates an HTML element with information concerning a signature

Functions

doResize

doResize: function(scrollTop)

Resizes the parent iframe by sending a request to the listener of the webpg.background object

Parameters

scrollTop<bool> Indicates if the parent window should scroll to the top of the frame

createSignatureBox

createSignatureBox: function(sigObj,
sigIdx)

Creates an HTML element with information concerning a signature

Parameters

sigObj<obj> An object with information about a signature
sigIdx<int> The index of the signature within the keyring
doResize: function(scrollTop)
Resizes the parent iframe by sending a request to the listener of the webpg.background object
createSignatureBox: function(sigObj,
sigIdx)
Creates an HTML element with information concerning a signature
Close