adding the option to add css classes to the HTMLWidget

This commit is contained in:
SimonGschnell
2024-03-05 15:38:51 +01:00
parent 144a872c98
commit e41e24be04
5 changed files with 30 additions and 21 deletions
+1
View File
@@ -27,6 +27,7 @@ class HTMLWidget extends Widget
const MIN_LENGTH = 'min-length';
const PLACEHOLDER = 'placeholder';
const DISABLED = 'disabled';
const STYLE = 'class';
/**
* It gets also the htmlArgs array as parameter, it will be used to set the HTML properties