Paolo e4160088e8 - Added headers where they were missing
- Added comments where needed
- Beautified the code where needed, more readable and more compliant to CS
- loadResource function in helper fhc_helper.php is not using anymore CI
- Moved all constants from UDFWidget to UDFLib
- Added constant SORT to UDFLib
- Renamed constant REGEX_LANGUAGE to FE_REGEX_LANGUAGE in UDFLib
- Better formatting and indentation of the code of WidgetLib (more compliant to CS)
- Added missing validation attributes to HTML widgets
- Added constant HTML_DEFAULT_VALUE to CheckboxWidget
- Unset parameter multiple in DropdownWidget constructor
- Changed value of constant REQUIRED in widget HTMLWidget
- Added protected property $htmlParameters to widget HTMLWidget
  (it works as alias to $this->_args[HTMLWidget::HTML_ARG_NAME] -> better code)
- Replaced $this->_args[HTMLWidget::HTML_ARG_NAME] with $this->htmlParameters in the widgets
- Changed the CSS class label[udf-required=true]::after to label[required-field=true]::after in widgets.css
- Better use of constants in UDFWidget: constants from HTMLWidget are used only for the HTML parameters,
  while constants from UDFLib are used only for UDF parameters
2017-08-17 11:51:40 +02:00
2016-04-10 18:11:09 +02:00
2017-08-17 11:38:16 +02:00
2017-08-03 15:37:37 +02:00
2017-08-17 11:38:16 +02:00
2017-08-17 11:38:16 +02:00
2016-07-13 17:09:35 +02:00
2017-08-17 11:38:16 +02:00
2016-11-22 10:38:29 +01:00
2017-08-17 11:38:16 +02:00
2016-09-30 16:38:32 +02:00
2017-07-18 17:23:06 +02:00
2016-11-22 10:34:35 +01:00
2016-04-10 18:11:09 +02:00
2010-01-25 08:48:30 +00:00
2011-02-08 14:05:23 +00:00
2015-04-14 17:24:27 +02:00
2017-03-06 17:13:22 +01:00
2016-04-28 15:23:55 +02:00
2017-02-14 18:58:47 +01:00
S
Description
No description provided
Readme GPL-3.0 185 MiB
Languages
PHP 66%
JavaScript 12.7%
HTML 9%
XSLT 8.3%
CSS 3.4%
Other 0.5%