| KenticoFormBuilderPropertiesPanelController Class |
Namespace: Kentico.Forms.Web.Mvc.Internal
public class KenticoFormBuilderPropertiesPanelController : Controller
The KenticoFormBuilderPropertiesPanelController type exposes the following members.
| Name | Description | |
|---|---|---|
| KenticoFormBuilderPropertiesPanelController |
Initializes a new instance of the KenticoFormBuilderPropertiesPanelController class.
|
| Name | Description | |
|---|---|---|
| GetPropertiesMarkup |
Action for retrieving form component's properties markup. The FormComponentConfiguration for which
the panel is to be rendered is in the request body.
| |
| GetValidationRuleConfigurationMarkup |
Gets markup for configuring ValidationRule.
| |
| GetVisibilityConditionConfigurationMarkup |
Gets markup for configuring visibility condition.
| |
| ValidateProperties |
Validates form component properties.
| |
| ValidateValidationRuleConfiguration |
Validates whether ValidationRule is configured correctly.
| |
| ValidateVisibilityConditionConfiguration |
Validates data sent for configuring VisibilityCondition.
|