{"id":2506,"date":"2013-06-05T16:11:54","date_gmt":"2013-06-05T16:11:54","guid":{"rendered":"http:\/\/weblusive.com\/epic\/?page_id=2506"},"modified":"2013-06-05T16:11:54","modified_gmt":"2013-06-05T16:11:54","slug":"buttons","status":"publish","type":"page","link":"https:\/\/www.pardosilver.com\/?page_id=2506","title":{"rendered":"Buttons"},"content":{"rendered":"<h3>Buttons<\/h3>\n<p>Buttons are a convenient tool when it comes to more traditional actions. To that end, Foundation has a lot of easy to use button styles that you can customize or override to fit your needs.<br \/>\nBuilding buttons using our predefined classes is simple, you&#8217;ll need an <code> &lt; a&gt; <\/code>, <code> &lt; button&gt; <\/code> or <code> &lt; input&gt; <\/code> with a class of <code>.button<\/code>. This will create a default medium button. You can also use size, color and radius classes to control more of the style.<br \/>\nThe class options:<br \/>\nThe size classes include: <code>.tiny<\/code>, <code>.small<\/code>, <code>.medium<\/code> or <code>.large<\/code><br \/>\nThe color classes include: <code>.secondary<\/code>, <code>.alert<\/code> or <code>.success<\/code><br \/>\nThe radius classes include: <code>.radius<\/code> or <code>.round<\/code><br \/>\nYou can also add <code>.disabled<\/code> to any button and it will look and act disabled.<br \/>\nTo have a button go full width use <code>.expand<\/code> class.<\/p>\n<p>[row]<br \/>\n<div class='content-column one_half'><h5>Size buttons<\/h5>\n<p><!-- Size Classes --><br \/>\n[button color=\u00bbnormal\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Default Button[\/button]<br \/>\n[button color=\u00bbnormal\u00bb size=\u00bbtiny\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Tiny Button[\/button]<br \/>\n[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb]Small Button[\/button]<br \/>\n[button color=\u00bbnormal\u00bb size=\u00bblarge\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Large Button[\/button]<br \/><\/div><br \/>\n<div class='content-column one_half'><h5>Color buttons<\/h5>\n<p><!-- Color Classes --><br \/>\n[button color=\u00bbsecondary\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Secondary Button[\/button]<br \/>\n[button color=\u00bbsuccess\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Success Button[\/button]<br \/>\n[button color=\u00bbalert\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Alert Button[\/button]<br \/><\/div><br \/>\n[\/row]<br \/>\n[row]<br \/>\n<div class='content-column one_half'><h5>Radius buttons<\/h5>\n<p><!-- Radius Classes --><br \/>\n[button color=\u00bbnormal\u00bb type=\u00bbradius\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Radius Button[\/button]<br \/>\n[button color=\u00bbnormal\u00bb type=\u00bbround\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Round Button[\/button]<br \/><\/div><br \/>\n<div class='content-column one_half'><h5>Disable buttons<\/h5>\n<p><!-- Disabled Class --><br \/>\n[button color=\u00bbnormal\u00bb status=\u00bbdisabled\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Disabled Button[\/button]<br \/>\n[button color=\u00bbalert\u00bb status=\u00bbdisabled\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Disabled Alert Button[\/button]<br \/><\/div><br \/>\n[\/row]<br \/>\n[row]<br \/>\n[one_whole]<\/p>\n<h5>Full Width Button<\/h5>\n<p><!-- Large Classes --><br \/>\n[button color=\u00bbnormal\u00bb size=\u00bblarge\u00bb fullwidth=\u00bbexpand\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Large Button Expanded[\/button]<br \/>\n[\/one_whole]<br \/>\n[\/row]<\/p>\n<hr \/>\n<h3>Button Groups<\/h3>\n<p>Button groups are great when you need to display a group of actions in a bar. These build off the button styles and work perfectly with the grid.<br \/>\nBuilding button groups using our predefined classes is a breeze, you&#8217;ll just wrap a button inside an <code>&lt; ul&gt;<\/code>.<br \/>\nThe button styles will work the same as they do when building a single button, but they&#8217;ll float next to each other to create a group.<br \/>\nYou also have access to the same radius classes as buttons, only they&#8217;ll go on the unordered list instead of the button. You can even make sure the buttons take up even space within the container you put them in.<br \/>\nThe radius classes: <code>.radius<\/code> or <code>.round<\/code>.<br \/>\nThe even classes: <code>.even-2<\/code> through <code>.even-8<\/code> to control the even widths.<br \/>\n<!-- A default button-group with small buttons inside --><\/p>\n<ul class=\"button-group\">\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button1[\/button]<\/li>\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Button2[\/button]<\/li>\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button3[\/button]<\/li>\n<\/ul>\n<p><!-- A radius button-group with small buttons inside --><\/p>\n<ul class=\"button-group radius\">\n<li>[button color=\u00bbsecondary\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button1[\/button]<\/li>\n<li>[button color=\u00bbsecondary\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button2[\/button]<\/li>\n<li>[button color=\u00bbsecondary\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button3[\/button]<\/li>\n<\/ul>\n<p><!-- A round, even-3 button-group with default alert buttons inside. --><br \/>\n<!-- Do not put the radius classes on the buttons themselves. --><\/p>\n<ul class=\"button-group round even-3\">\n<li>[button color=\u00bbalert\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button 1[\/button]<\/li>\n<li>[button color=\u00bbalert\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button 2[\/button]<\/li>\n<li>[button color=\u00bbalert\u00bb link=\u00bb#\u00bb target=\u00bb_blank\u00bb ]Button 3[\/button]<\/li>\n<\/ul>\n<p><!-- A round, even-3 button-group with default alert Success inside. --><br \/>\n<!-- Do not put the radius classes on the buttons themselves. --><\/p>\n<ul class=\"button-group round even-4\">\n<li>[button color=\u00bbsuccess\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button 1[\/button]<\/li>\n<li>[button color=\u00bbsuccess\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button 2[\/button]<\/li>\n<li>[button color=\u00bbsuccess\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button 3[\/button]<\/li>\n<li>[button color=\u00bbsuccess\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button 4[\/button]<\/li>\n<\/ul>\n<hr \/>\n<h3>Button Bars<\/h3>\n<p>A button bar is a group of button groups (I N C E P T I O N), perfect for situations where you want groups of actions that are all related to a similar element or page. Simply wrap two or more button groups in a .button-bar and Foundation takes care of the rest.<\/p>\n<div class=\"button-bar\">\n<ul class=\"button-group\">\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button1[\/button]<\/li>\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button2[\/button]<\/li>\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button3[\/button]<\/li>\n<\/ul>\n<ul class=\"button-group\">\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button1[\/button]<\/li>\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button2[\/button]<\/li>\n<li>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb \u00a0target=\u00bb_blank\u00bb ]Button3[\/button]<\/li>\n<\/ul>\n<\/div>\n<hr \/>\n<h3>Dropdown Buttons<\/h3>\n<p>We&#8217;ve simplified our dropdown buttons by getting rid of the dedicated dropdown associated with them. Instead, you&#8217;ll use our new dropdown plugin to attach a dropdown to the button style of your choice.<br \/>\n<!-- Dropdown Classes --><\/p>\n<p>[dropbuttongroup title=\u00bbDropdown button\u00bb][dropbutton title=\u00bb\u00bb url= \u00ab\u00bb divider= \u00ab\u00bb]item1[\/dropbutton][dropbutton title=\u00bb\u00bb url= \u00ab\u00bb divider= \u00ab1\u00bb]item2[\/dropbutton][dropbutton title=\u00bb\u00bb url= \u00ab\u00bb divider= \u00ab1\u00bb]item3[\/dropbutton][\/dropbuttongroup]<\/p>\n<hr \/>\n<h3>Split Buttons<\/h3>\n<p>We&#8217;ve simplified our split buttons by getting rid of the dedicated dropdown associated with them. Instead, you&#8217;ll use our new dropdown plugin to attach a dropdown to the button style of your choice.<\/p>\n<p>[dropbuttongroup type=\u00bbsplit\u00bb title=\u00bbSplit button\u00bb][dropbutton title=\u00bb\u00bb url= \u00ab\u00bb divider= \u00ab\u00bb][\/dropbutton][\/dropbuttongroup]<\/p>\n<hr \/>\n<h3>Icon Buttons<\/h3>\n<p>With the help of Font Awesome you can build buttons using icons and button classes. You can see the list of icons that you can use [button color=\u00bbsuccess\u00bb size=\u00bbtiny\u00bb link=\u00bbhttp:\/\/weblusive.com\/epic\/add-ons\/retina-icons-font-awesome\/\u00bb \u00a0target=\u00bb_blank\u00bb ]here[\/button]<br \/>\n[row]<br \/>\n<div class='content-column one_fourth'>[button color=\u00bbnormal\u00bb link=\u00bb#\u00bb icon=\u00bbicon-book\u00bb target=\u00bb_blank\u00bb ]Button[\/button]<\/div><br \/>\n<div class='content-column one_fourth'>[button color=\u00bbsecondary\u00bb link=\u00bb#\u00bb icon=\u00bbicon-desktop\u00bb target=\u00bb_blank\u00bb]Secondary[\/button]<\/div><br \/>\n<div class='content-column one_fourth'>[button color=\u00bbsuccess\u00bb link=\u00bb#\u00bb icon=\u00bbicon-fighter-jet\u00bb target=\u00bb_blank\u00bb]Success[\/button]<\/div><br \/>\n<div class='content-column one_fourth'>[button color=\u00bbalert\u00bb link=\u00bb#\u00bb icon=\u00bbicon-info-sign\u00bb target=\u00bb_blank\u00bb ]Alert Button[\/button]<\/div><br \/>\n[\/row]<br \/>\n<br \/>\n[row]<br \/>\n<div class='content-column one_fourth'>[button color=\u00bbnormal\u00bb size=\u00bbtiny\u00bb link=\u00bb#\u00bb icon=\u00bbicon-book\u00bb target=\u00bb_blank\u00bb ]Button[\/button]<\/div><br \/>\n<div class='content-column one_fourth'>[button color=\u00bbnormal\u00bb size=\u00bbsmall\u00bb link=\u00bb#\u00bb icon=\u00bbicon-book\u00bb target=\u00bb_blank\u00bb ]Button[\/button]<\/div><br \/>\n<div class='content-column one_fourth'>[button color=\u00bbnormal\u00bb link=\u00bb#\u00bb icon=\u00bbicon-book\u00bb target=\u00bb_blank\u00bb ]Button[\/button]<\/div><br \/>\n<div class='content-column one_fourth'>[button color=\u00bbnormal\u00bb size=\u00bblarge\u00bb link=\u00bb#\u00bb icon=\u00bbicon-book\u00bb target=\u00bb_blank\u00bb ]Button[\/button]<\/div><br \/>\n[\/row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Buttons Buttons are a convenient tool when it comes to more traditional actions. To that end, Foundation has a lot of easy to use button styles that you can customize or override to fit your needs. Building buttons using our predefined classes is simple, you&#8217;ll need an &lt; a&gt; , &lt; button&gt; or &lt; input&gt; &hellip; <a href=\"https:\/\/www.pardosilver.com\/?page_id=2506\" class=\"more-link\">Contin\u00fae leyendo <span class=\"screen-reader-text\">Buttons<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":2495,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-2506","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=\/wp\/v2\/pages\/2506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2506"}],"version-history":[{"count":0,"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=\/wp\/v2\/pages\/2506\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=\/wp\/v2\/pages\/2495"}],"wp:attachment":[{"href":"https:\/\/www.pardosilver.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}