Add Event.

This commit is contained in:
Arthur Sonzogni
2018-10-18 22:58:38 +02:00
parent 1a4b2c98b2
commit f94b63fafb
25 changed files with 273 additions and 76 deletions

View File

@@ -23,6 +23,8 @@ Element bold(Element);
Element dim(Element);
Element inverted(Element);
Element underlined(Element);
Element color(Color,Element);
Element bgcolor(Element);
// --- Decorator ---
Element hcenter(Element);
@@ -139,3 +141,5 @@ Element bold(Element);
Element dim(Element);
Element inverted(Element);
Element underlined(Element);
Element color(Element);
Element bgcolor(Element);