MediaWiki/Foundation/Split Buttons
< MediaWiki | Foundation
Jump to navigation
Jump to search
Foundation CSS Framework for MediaWiki: Split Buttons
When the user clicks on a Split Button a menu choice is revealed below the 'down' arrow. Each item links to another page or resource.
Because the html a tag is used the code for the button needs to be enclosed in html tags and $wgRawHtml must be enabled in LocalSettings.php. (Each Label includes an html link, but the code itself does not display in the examples.)
The style of Split Buttons is similar to the classes used in other Foundation CSS button styles.
Note: To use components from the Zurb Foundation CSS Framework in MediaWiki, first install a custom skin such as the Foreground Skin or the Pivot Skin, which are built upon the Foundation CSS Framework.