Table of Contents

Class FormBuilderBundlesOptions

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Contains configurations of bundles used by the Form builder feature.

public class FormBuilderBundlesOptions
Inheritance
object
FormBuilderBundlesOptions
Extension Methods

Properties

FormBuilderAdminStyles

Gets or sets the configuration of the styles bundle. The bundle is used in the administration interface whenever a form is being rendered. The bundle describes directories containing styles within wwwroot of the web application project.

public BundleConfiguration<SimpleStylesBundler> FormBuilderAdminStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • FormBuilder/Admin

FormBuilderAdminSystemStyles

Gets or sets the configuration of the styles bundle. The bundle is used in the administration interface whenever a form is being rendered. The bundle describes directories containing styles within wwwroot of the RCL system library.

public BundleConfiguration<SimpleStylesBundler> FormBuilderAdminSystemStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • FormBuilder/Admin

FormBuilderPublicScripts

Gets or sets the configuration of the scripts bundle. The bundle is used on the live site and in the administration interface whenever a form is being rendered. The bundle describes directories containing scripts within wwwroot of the web application project.

public BundleConfiguration<SimpleScriptsBundler> FormBuilderPublicScripts { get; set; }

Property Value

BundleConfiguration<SimpleScriptsBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • FormBuilder/Public

FormBuilderPublicStyles

Gets or sets the configuration of the styles bundle. The bundle is used on the live site whenever a form is being rendered. The bundle describes directories containing styles within wwwroot of the web application project.

public BundleConfiguration<SimpleStylesBundler> FormBuilderPublicStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • FormBuilder/Public

FormBuilderPublicSystemScripts

Gets or sets the configuration of the scripts bundle. The bundle is used on the live site and in the administration interface whenever a form is being rendered. The bundle describes directories containing scripts within wwwroot of the RCL system library.

public BundleConfiguration<SimpleScriptsBundler> FormBuilderPublicSystemScripts { get; set; }

Property Value

BundleConfiguration<SimpleScriptsBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • FormBuilder/Public

FormBuilderPublicSystemStyles

Gets or sets the configuration of the styles bundle. The bundle is used on the live site whenever a form is being rendered. The bundle describes directories containing styles within wwwroot of the RCL system library.

public BundleConfiguration<SimpleStylesBundler> FormBuilderPublicSystemStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • FormBuilder/Public

JQueryBundleWebRootPath

Gets the path of the bundle containing jQuery within wwwroot of the RCL system library.

public string JQueryBundleWebRootPath { get; }

Property Value

string

JQueryCustomBundleWebRootPath

Gets or sets the path of the bundle containing jQuery within wwwroot of the web application project. Place a custom jQuery bundle version in this path to override the default one loaded from JQueryBundleWebRootPath.

public string JQueryCustomBundleWebRootPath { get; set; }

Property Value

string

JQueryUnobtrusiveAjaxCustomBundleWebRootPath

Gets or sets the path of the bundle containing jQuery Unobtrusive Ajax within wwwroot of the web application project.

public string JQueryUnobtrusiveAjaxCustomBundleWebRootPath { get; set; }

Property Value

string