The horizon.templatetags.bootstrap ModuleΒΆ

horizon.templatetags.bootstrap.bs_progress_bar(*args, **kwargs)[source]

A Standard Bootstrap Progress Bar. http://getbootstrap.com/components/#progress

param args (Array of Numbers: 0-100): Percent of Progress Bars param context (String): Adds ‘progress-bar-{context} to the class attribute param contexts (Array of Strings): Cycles through contexts for stacked bars param text (Boolean): True: shows value within the bar, False: uses sr span param striped (Boolean): Adds ‘progress-bar-striped’ to the class attribute param animated (Boolean): Adds ‘active’ to the class attribute if striped param min_val (0): Used for the aria-min value param max_val (0): Used for the aria-max value

Previous topic

The horizon.templatetags.shellfilter Module

Next topic

The horizon.templatetags.breadcrumb_nav Module

Project Source

This Page