mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
adding the option to add css classes to the HTMLWidget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user