PromptControl Class TIBCO Spotfire 6.0 API Reference
Base class implementation for the user interface of prompt used in the Web Player.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Web.Forms PromptControl
    Spotfire.Dxp.Web.Forms PromptControl T 

Namespace: Spotfire.Dxp.Web.Forms
Assembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract class PromptControl
Remarks

This is the base type that is used when registering a prompt user interface in the ViewRegistry. Implementations of this class will have to define methods that contain logic which will render the prompt in HTML and scripts necessary to obtain the desired user interaction with the prompt.
See Also