@if (error()) {
{{error()}}
} @else {
@switch (propertyType()) {
@case (INPUT_CONTROL_TYPE.Datepicker) {
}
@case (INPUT_CONTROL_TYPE.Select) {
}
@case (INPUT_CONTROL_TYPE.TreeSelect) {
}
@case (INPUT_CONTROL_TYPE.DropDownList) {
}
@case (INPUT_CONTROL_TYPE.MeasureControl) {
@if (measureControlProperty(); as property) {
}
}
@case (INPUT_CONTROL_TYPE.Parameter) {
}
@case (INPUT_CONTROL_TYPE.Variable) {
@if (controlType() === INPUT_CONTROL_TYPE.DropDownList) {
} @else {
}
}
@default {
}
}
}