![]() |
Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | affix ($selector='affix', $params=array()) |
static | alert ($selector='alert') |
static | button ($selector='button') |
static | carousel ($selector='carousel', $params=array()) |
static | dropdown ($selector='dropdown-toggle') |
static | framework ($debug=null) |
static | modal ($selector='modal', $params=array()) |
static | renderModal ($selector='modal', $params=array(), $body='') |
static | popover ($selector='.hasPopover', $params=array()) |
static | scrollspy ($selector='navbar', $params=array()) |
static | tooltip ($selector='.hasTooltip', $params=array()) |
static | tooltipExtended ($extended=true) |
static | typeahead ($selector='.typeahead', $params=array()) |
static | startAccordion ($selector='myAccordian', $params=array()) |
static | endAccordion () |
static | addSlide ($selector, $text, $id, $class='') |
static | endSlide () |
static | startTabSet ($selector='myTab', $params=array()) |
static | endTabSet () |
static | addTab ($selector, $id, $title) |
static | endTab () |
static | startPane ($selector='myTab', $params=array()) |
static | endPane () |
static | addPanel ($selector, $id) |
static | endPanel () |
static | loadCss ($includeMainCss=true, $direction='ltr', $attribs=array()) |
Attributs protégés statiques | |
static | $loaded = array() |
Utility class for Bootstrap elements.
|
static |
|
static |
Begins the display of a new accordion slide.
string | $selector | Identifier of the accordion group. |
string | $text | Text to display. |
string | $id | Identifier of the slide. |
string | $class | Class of the accordion group. |
|
static |
|
static |
Add javascript support for the Bootstrap affix plugin
string | $selector | Unique selector for the element to be affixed. |
array | $params | An array of options. Options for the affix plugin can be:
|
Références $options, $params, $selector, getDocument, et json_encode.
|
static |
Add javascript support for Bootstrap alerts
string | $selector | Common class for the alerts |
Références $selector, getDocument, et json_encode.
|
static |
Add javascript support for Bootstrap buttons
string | $selector | Common class for the buttons |
Références $selector, getDocument, et json_encode.
|
static |
Add javascript support for Bootstrap carousels
string | $selector | Common class for the carousels. |
array | $params | An array of options for the carousel. Options for the carousel can be:
|
Références $options, $params, $selector, getDocument, et json_encode.
|
static |
Add javascript support for Bootstrap dropdowns
string | $selector | Common class for the dropdowns |
Références $selector, getDocument, et json_encode.
|
static |
Close the current accordion
|
static |
Close the current tab pane
|
static |
Close the current tab content panel
|
static |
Close the current slide
|
static |
Close the current tab content panel
|
static |
Close the current tab pane
|
static |
|
static |
Loads CSS files needed by Bootstrap
boolean | $includeMainCss | If true, main bootstrap.css files are loaded |
string | $direction | rtl or ltr direction. If empty, ltr is assumed |
array | $attribs | Optional array of attributes to be passed to JHtml::_('stylesheet') |
Références $attribs, et $direction.
|
static |
Add javascript support for Bootstrap modals
string | $selector | The ID selector for the modal. |
array | $params | An array of options for the modal. Options for the modal can be:
|
Références $options, $params, $selector, getDocument, et json_encode.
|
static |
Add javascript support for Bootstrap popovers
Use element's Title as popover content
string | $selector | Selector for the popover |
array | $params | An array of options for the popover. Options for the popover can be: animation boolean apply a css fade transition to the popover html boolean Insert HTML into the popover. If false, jQuery's text method will be used to insert content into the dom. placement string|function how to position the popover - top | bottom | left | right selector string If a selector is provided, popover objects will be delegated to the specified targets. trigger string how popover is triggered - hover | focus | manual title string|function default title value if title tag isn't present content string|function default content value if data-content attribute isn't present delay number|object delay showing and hiding the popover (ms) - does not apply to manual trigger type If a number is supplied, delay is applied to both hide/show Object structure is: delay: { show: 500, hide: 100 } container string|boolean Appends the popover to a specific element: { container: 'body' } |
Références $options, $params, $selector, getDocument, json_encode, et null.
|
static |
Method to render a Bootstrap modal
string | $selector | The ID selector for the modal. |
array | $params | An array of options for the modal. Options for the modal can be:
|
string | $body | Markup for the modal body. Appended after the <iframe> if the URL option is set |
|
static |
Add javascript support for Bootstrap ScrollSpy
string | $selector | The ID selector for the ScrollSpy element. |
array | $params | An array of options for the ScrollSpy. Options for the ScrollSpy can be:
|
Références $options, $params, $selector, getDocument, et json_encode.
|
static |
Add javascript support for Bootstrap accordions and insert the accordion
string | $selector | The ID selector for the tooltip. |
array | $params | An array of options for the tooltip. Options for the tooltip can be:
|
Références $options, $params, $script, $selector, getDocument, et null.
|
static |
Creates a tab pane
string | $selector | The pane identifier. |
array | $params | The parameters for the pane |
Références $params, $selector, getDocument, et json_encode.
|
static |
Creates a tab pane
string | $selector | The pane identifier. |
array | $params | The parameters for the pane |
Références $params, $selector, et getDocument.
|
static |
Add javascript support for Bootstrap tooltips
Add a title attribute to any element in the form title="title::text"
string | $selector | The ID selector for the tooltip. |
array | $params | An array of options for the tooltip. Options for the tooltip can be:
|
Références $options, $params, $script, $selector, getDocument, json_encode, et null.
|
static |
Loads js and css files needed by Bootstrap Tooltip Extended plugin
boolean | $extended | If true, bootstrap-tooltip-extended.js and .css files are loaded |
|
static |
Add javascript support for Bootstrap typeahead
string | $selector | The selector for the typeahead element. |
array | $params | An array of options for the typeahead element. Options for the tooltip can be:
|
Références $options, $params, $selector, getDocument, json_encode, et null.
|
staticprotected |