<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetSummaryType |
Sets the summary type.
Prototype :
void SetSummaryType
(
string SummaryType
)
Arguments :
SummaryType |
refer to SummaryTypeConst |
Reference :
TextBox data type should be the summary type.
Example :
//string
This.SetSummaryType("Sum");
//constant
This.SetSummaryType(SummaryTypeConst.Sum);
Available Events :
OnInitialize, OnStartBind
See also :