- deleted test plugin
- added FML Library
This commit is contained in:
		
							
								
								
									
										37
									
								
								application/FML/Controls/Labels/Label_Button.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								application/FML/Controls/Labels/Label_Button.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| <?php | ||||
|  | ||||
| namespace FML\Controls\Labels; | ||||
|  | ||||
| use FML\Controls\Label; | ||||
|  | ||||
| /** | ||||
|  * Label class for button styles | ||||
|  * | ||||
|  * @author steeffeen | ||||
|  */ | ||||
| class Label_Button extends Label { | ||||
| 	/** | ||||
| 	 * Constants | ||||
| 	 */ | ||||
| 	const STYLE_CardButtonMedium = 'CardButtonMedium'; | ||||
| 	const STYLE_CardButtonMediumL = 'CardButtonMediumL'; | ||||
| 	const STYLE_CardButtonMediumS = 'CardButtonMediumS'; | ||||
| 	const STYLE_CardButtonMediumWide = 'CardButtonMediumWide'; | ||||
| 	const STYLE_CardButtonMediumXL = 'CardButtonMediumXL'; | ||||
| 	const STYLE_CardButtonMediumXS = 'CardButtonMediumXS'; | ||||
| 	const STYLE_CardButtonMediumXXL = 'CardButtonMediumXXL'; | ||||
| 	const STYLE_CardButtonMediumXXXL = 'CardButtonMediumXXXL'; | ||||
| 	const STYLE_CardButtonSmall = 'CardButtonSmall'; | ||||
| 	const STYLE_CardButtonSmallL = 'CardButtonSmallL'; | ||||
| 	const STYLE_CardButtonSmallS = 'CardButtonSmallS'; | ||||
| 	const STYLE_CardButtonSmallS = 'CardButtonSmallS'; | ||||
| 	const STYLE_CardButtonSmallWide = 'CardButtonSmallWide'; | ||||
| 	const STYLE_CardButtonSmallXL = 'CardButtonSmallXL'; | ||||
| 	const STYLE_CardButtonSmallXS = 'CardButtonSmallXS'; | ||||
| 	const STYLE_CardButtonSmallXXL = 'CardButtonSmallXXL'; | ||||
| 	const STYLE_CardButtonSmallXXXL = 'CardButtonSmallXXXL'; | ||||
| 	const STYLE_CardMain_Quit = 'CardMain_Quit'; | ||||
| 	const STYLE_CardMain_Tool = 'CardMain_Tool'; | ||||
| } | ||||
|  | ||||
| ?> | ||||
		Reference in New Issue
	
	Block a user