Click or drag to resize
KenticoFormBuilderPropertiesPanelController Class
Provides endpoint for retrieving the Form builder's properties panel markup as well as validating FormComponent properties.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Forms.Web.Mvc.InternalKenticoFormBuilderPropertiesPanelController

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class KenticoFormBuilderPropertiesPanelController : Controller

The KenticoFormBuilderPropertiesPanelController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoFormBuilderPropertiesPanelController
Initializes a new instance of the KenticoFormBuilderPropertiesPanelController class.
Top
Methods
  NameDescription
Public methodGetPropertiesMarkup
Action for retrieving form component's properties markup. The FormComponentConfiguration for which the panel is to be rendered is in the request body.
Public methodGetValidationRuleConfigurationMarkup
Gets markup for configuring ValidationRule.
Public methodGetVisibilityConditionConfigurationMarkup
Gets markup for configuring visibility condition.
Public methodValidateProperties
Validates form component properties.
Public methodValidateValidationRuleConfiguration
Validates whether ValidationRule is configured correctly.
Public methodValidateVisibilityConditionConfiguration
Validates data sent for configuring VisibilityCondition.
Top
See Also