Buttons
Parameters
- id: (id attribute) (optional)
- class:(class attribute) (optional)
- size: small,medium,large (optional)
- color: (optional – Available Colors see below)
- bgcolor: (optional)
- textcolor: (optional)
- hoverbgcolor: (optional)
- hovertextcolor: (optional)
- align: center (optional)
- full: (set full width):true,false (optional)
- width: (optional)
- link: (link to follow when clicked) (optional)
- linktarget: _blank,_self,_parent,_top (optional)
Samples Buttons With Different Size
[button linktarget="_blank" color="orange" textcolor="#ffffff" size="small"] Small[/button]
[button linktarget="_blank" color="orange" textcolor="#ffffff" size="medium"]Medium[/button]
[button linktarget="_blank" color="orange" textcolor="#ffffff" size="large"]Large[/button]
Button With Color Variation
Gray Brown Cyan Orange Red Magenta Yellow Blue
// Size - Three type of size as mention above
// color - Different type colors as mention above
[button size="medium" color="black"]
Button Text
[/button]
Buttons With Special Colors
// bgColor - To change the button background color
// color - Different type colors as mention above
// text - To change the button text color
[button bgColor="#5FACA7"]#5FACA7[/button]
[button color="white" textColor="#5FACA7"]#5FACA7[/button]