BootstrapPanelBase 1.2.0

dotnet add package BootstrapPanelBase --version 1.2.0
NuGet\Install-Package BootstrapPanelBase -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BootstrapPanelBase" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootstrapPanelBase --version 1.2.0
#r "nuget: BootstrapPanelBase, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BootstrapPanelBase as a Cake Addin
#addin nuget:?package=BootstrapPanelBase&version=1.2.0

// Install BootstrapPanelBase as a Cake Tool
#tool nuget:?package=BootstrapPanelBase&version=1.2.0

BootstrapPanelBaseBehavior is an AjaxControlToolkit based client side - javascript - behavior. This behavior is a base class for other behaviors, which use the Bootstrap panels.

New BSD License

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 464 2/1/2014

Change log:

1.2.0 Badge and button properties, moved listgroup methods.
1.1.5 Updated to Bootstrap 3 stable version
1.1.4 Added ListGroup properties
1.1.2 Optional panelhead margin.
1.1.0 Added property PanelHeadPadding, method _createPanelHead() returns the created DomElement.
1.0.0 Initial version.