|
Method DetailalertSignatureInfo(boolean alert) This method is used for displaying signature details on small form-factor (mobile) devices that are otherwise not capable of displaying the normal information for signatures.For mobile devices, by default this is true. This method is ignored for non-mobile browsers.
Parameters:
Since: 03-28-2011 filterDocumentData(Data data) Provides a different rendering of data within a document when displayed
Parameters:
Since: 01-19-2018 int getPage() Returns the adhoc page to display. Returns: int Since: 01-27-2010 hideElement(String id) This method is used for hiding a section of the XHTML-based document from the active user during rendering. This should be used carefully because it could make your documents un-enforceable. The element must be a div or span.
Parameters:
Since: 06-08-2011 boolean isHidePdfMenubar() Returns hidePdfMenubar setting Returns: boolean Since: 02-23-2009 boolean isHidePdfToolbar() Returns hidePdfToolbar setting Returns: boolean Since: 02-23-2009 boolean isHidePdfUI() Returns hidePdfUI setting Returns: boolean Since: 02-13-2009 positionSigning(String targetId) Positions the signing technology (audio, image) in the page inside the element identified by targetId.
Parameters:
Since: 02-13-2009 renderSmart(Payload payload) Tells the rendering engine to display this document in 'smart' mode using the supplied Payload. Applies only to PDF documents. The default Data of the payload should contain edit data. Any lists in the payload will be used to populate select boxes, if any.
Parameters:
Since: 04-30-2012 boolean replacePrintStyleSheet(String stylesheet) Replaces all styles of this document with this one.
Parameters:
Returns: boolean Since: 08-22-2018 scrollToAnchor(String scroll) Default is false. If true, ContractPal document will scroll to the just signed signature. With PDF documents, should only be used when document scroll is true.
Parameters:
Since: 02-13-2009 setAudioSettings(int rate, int bit, String ext, String behavior) Overrides the default context for capturing audio settings.
Parameters:
Since: 10-29-2018 setAudioStyleSheet(String stylesheet) Overrides the default stylesheet for audio capture.
Parameters:
Since: 10-29-2018 setDisplaySettings(Data settings) Globally sets all the properties of this DisplaySettings based on information passed in the Data object. Keys in the Data object should match method signatures. For example: documentStyleSheet or pdfRejectButtonColors-textColor.
Parameters:
Since: 02-13-2009 boolean setDocumentScroll(boolean scroll) Default is true. If false, the frame containing the ContractPal document will be resized so the document does not have scrollbars. Returns false if unable to resize.
Parameters:
Returns: boolean Since: 02-13-2009 setDocumentStyleSheet(String name) Sets the stylesheet (from the Pal) to be used for validation adornment. When this is set, the default Navigator stylesheet is removed.
Parameters:
Since: 02-13-2009 setHidePdfMenubar(boolean hide) Specifies whether or not PDF menu bar should be visible.
Parameters:
Since: 02-23-2009 setHidePdfToolbar(boolean hide) Specifies whether or not PDF tool bar should be visible.
Parameters:
Since: 02-23-2009 setHidePdfUI(boolean hide) Specifies whether or not PDF UI should be visible.
Parameters:
Since: 02-13-2009 setPage(int page) Sets the adhoc page to display.
Parameters:
Since: 01-27-2010 setPdfRejectButtonColors(String textColor, String backgroundColor) Sets the text and background colors of the reject button in a pdf. Either a color name or six digit hex number (#XXXXXX). Color names are listed in the Misc section: color names.
Parameters:
Since: 02-13-2009 setPdfSignButtonColors(String textColor, String backgroundColor) Sets the text and background colors of the sign button in a pdf. Either a color name or six digit hex number (#XXXXXX). Color names are listed in the Misc section: color names.
Parameters:
Since: 02-13-2009 boolean setPrintStyleSheet(String stylesheet) Sets the stylesheet (from the Pal) to be used any time this document is printed to PDF in the current session. Set this to null to remove it.
Parameters:
Returns: boolean Since: 06-10-2011 setResetSignatureScroll(boolean scroll) Default is false. If true, ContractPal document will scroll to the just signed signature. With PDF documents, should only be used when document scroll is true.
Parameters:
Since: 02-13-2009 setSignatureScroll(boolean scroll) Default is false. If true, ContractPal document will scroll to the signature to be signed. With PDF documents, should only be used when document scroll is true.
Parameters:
Since: 02-13-2009 setSigningHandler(String function) Passes display responsibility of the signature capture to a client side function. When the signing function has completed capture it should submit to the workflow the same action used to enable signing.
Parameters:
Since: 07-23-2016 setSigningText(String signText, String signTitle, String rejectText, String rejectTitle) Sets custom captions and optional tooltips for Sign and Reject buttons
Parameters:
Since: 03-12-2010 setUsePalStyleSheet(boolean usePal) If true, removes the default Navigator styles for wizard validation. Calling this method assumes you will provide your own alternative CSS classes for [sample, answerRequiredValue, and answerIllegalFormat].
Parameters:
Since: 02-13-2009 String toString() Returns a description of this object. Returns: String Since: 02-06-2009 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |