Siebel Applications Administration Guide > Signature Capture > Process of Creating an Applet for Signature Capture >

Creating Buttons for Saving and Clearing Signatures


You must add buttons to the applet, add labels to the buttons, and associate methods with the buttons.

This task is a step in Process of Creating an Applet for Signature Capture.

To create buttons for saving and clearing signatures

  1. In Siebel Tools, drag the Button control from the Palettes window to the applet canvas.
  2. Enter a value in the Caption - String Override property of the control.

    For example, change the name to Store Signature.

  3. Set the Method Invoked property of the control.

    Set this property to the custom method that you implement in the browser script to save the signature to the business component. For example, set the Method Invoked property to StoreSignature. For more information about how to implement browser script for signature capture, see Adding Browser Script to the Applet.

  4. Drag the Button control from the Palettes window to the applet canvas.
  5. Enter a value in the Caption - String Override property of the control.

    For example, set the property to Clear Signature.

  6. Set the Method Invoked property of the control.

    Set this property to the custom method that you implement in the browser script to delete the signature from the business component. For example, set the Method Invoked property to ClearInk.

  7. Choose File, then Save.
Siebel Applications Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.