The Portrate Interview Engine

Portrate.Interview.View.Controls Namespace

Namespace hierarchy

Classes

Class Description
AbstractControl Contains some abstracted functionality that is common to all of the Portrate_Interview view controls.
 Author: Jacob W Anderson Date: 30 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. 
BinaryComboGroup Summary description for BinaryComboGroup.
BinaryRadioGroup  
CheckBox Renders an HTML check box control.
 Author: Jacob W Anderson Date: 31 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. 
ControlFactory Constructs instances of IDPLControl for well known types taken from the configuration file.
DropDownList  
Heading Renders a lone label across the span of the form.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 
RadioGroup  
RawHtmlControl Provides a manner to render raw HTML into the interview forms. Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved.
TextArea Implements the HTML TextArea input control. Use the attributes element to customize the rows and columns for this control.
 Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. 
TextBox Renders a text input control in HTML.