\JHtmlBootstrap
Utility class for Bootstrap elements.
Synopsis
class JHtmlBootstrap
{
- // members
- protected $loaded;
- // methods
- public static void affix()
- public static void alert()
- public static void button()
- public static void carousel()
- public static void dropdown()
- public static void framework()
- public static void modal()
- public static string renderModal()
- public static void popover()
- public static void scrollspy()
- public static void tooltip()
- public static void typeahead()
- public static string startAccordion()
- public static string endAccordion()
- public static string addSlide()
- public static string endSlide()
- public static string startTabSet()
- public static string endTabSet()
- public static string addTab()
- public static string endTab()
- public static string startPane()
- public static string endPane()
- public static string addPanel()
- public static string endPanel()
- public static void loadCss()
Hierarchy
Extended by
Members
protected
- $loaded — array
Methods
public
- addPanel() — Begins the display of a new tab content panel.
- addSlide() — Begins the display of a new accordion slide.
- addTab() — Begins the display of a new tab content panel.
- affix() — Add javascript support for the Bootstrap affix plugin
- alert() — Add javascript support for Bootstrap alerts
- carousel() — Add javascript support for Bootstrap carousels
- dropdown() — Add javascript support for Bootstrap dropdowns
- endAccordion() — Close the current accordion
- endPane() — Close the current tab pane
- endPanel() — Close the current tab content panel
- endSlide() — Close the current slide
- endTab() — Close the current tab content panel
- endTabSet() — Close the current tab pane
- framework() — Method to load the Bootstrap JavaScript framework into the document head
- loadCss() — Loads CSS files needed by Bootstrap
- modal() — Add javascript support for Bootstrap modals
- popover() — Add javascript support for Bootstrap popovers
- renderModal() — Method to render a Bootstrap modal
- scrollspy() — Add javascript support for Bootstrap ScrollSpy
- startAccordion() — Add javascript support for Bootstrap accordians and insert the accordian
- startPane() — Creates a tab pane
- startTabSet() — Creates a tab pane
- tooltip() — Add javascript support for Bootstrap tooltips
- typeahead() — Add javascript support for Bootstrap typeahead