ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetCompositeDataBoundControlBase Class / EnableCombinedJavaScripts Property

In This Topic
    EnableCombinedJavaScripts Property (C1TargetCompositeDataBoundControlBase)
    In This Topic
    Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config.
    Syntax
    'Declaration
     
    Public Overridable Property EnableCombinedJavaScripts As System.Boolean
    public virtual System.bool EnableCombinedJavaScripts {get; set;}
    See Also