C# Class TwitterBootstrapHelpers.SpanExtensions

Mostra file Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Public Methods

Method Description
BeginSpan ( this helper, int spanWidth ) : Span
BeginSpan ( this helper, int spanWidth, object>.IDictionary htmlAttributes ) : Span
BeginSpan ( this helper, int spanWidth, int offset ) : Span
BeginSpan ( this helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span
BeginSpan ( this helper, int spanWidth, int offset, object htmlAttributes ) : Span
BeginSpan ( this helper, int spanWidth, object htmlAttributes ) : Span

Private Methods

Method Description
SpanHelper ( TbHelper helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span

Method Details

BeginSpan() public static method

public static BeginSpan ( this helper, int spanWidth ) : Span
helper this
spanWidth int
return TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static method

public static BeginSpan ( this helper, int spanWidth, object>.IDictionary htmlAttributes ) : Span
helper this
spanWidth int
htmlAttributes object>.IDictionary
return TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static method

public static BeginSpan ( this helper, int spanWidth, int offset ) : Span
helper this
spanWidth int
offset int
return TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static method

public static BeginSpan ( this helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span
helper this
spanWidth int
offset int
htmlAttributes object>.IDictionary
return TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static method

public static BeginSpan ( this helper, int spanWidth, int offset, object htmlAttributes ) : Span
helper this
spanWidth int
offset int
htmlAttributes object
return TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static method

public static BeginSpan ( this helper, int spanWidth, object htmlAttributes ) : Span
helper this
spanWidth int
htmlAttributes object
return TwitterBootstrapHelpers.Layout.Span