The Portrate Interview Engine

Portrate.Interview.View.Renderers Namespace

Namespace hierarchy

Classes

Class Description
MultiColumnFormRenderer Renders form controls in a top-down order with multiple columns going from left to right, with the first left hand column being reserved for the control label. A configuration element is required to identify the dataname that determines the multiple columns.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 
MultiRowFormRenderer Renders the controls in a matrix format, where each iteration of the controls is a new row in the rendered table.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 
SingleColumnFormRenderer Lays out the contents of a form in a single column with labels on the left and input controls on the right, going from top to bottom.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved.