In Bootstrap, the 'boundary' option for Tooltips and Popovers can be set to '___' to restrict the pop-up within a specific element.
- scrollParent
- parentElement
- viewport
- boundaryElement
The 'boundary' option in Bootstrap Tooltips and Popovers can be set to '___' to restrict the pop-up within a specific element. The correct option is viewport, which limits the pop-up within the viewport of the browser.
Loading...
Related Quiz
- To optimize images for mobile-first design, Bootstrap recommends using the 'img-___' class.
- Describe the process of dynamically loading content into a Bootstrap carousel.
- To programmatically toggle a dropdown in Bootstrap, the JavaScript method '___()' is used.
- For pagination alignment to the right, add the '___-right' class to the pagination container.
- To make Bootstrap forms accessible, the ___ attribute is crucial for linking labels and form controls.