Skip to content
Snippets Groups Projects

Update renderer class

Merged Hahn Axel (hahn) requested to merge update_renderer_class into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,6 +9,8 @@ require_once 'htmlelements.class.php';
@@ -9,6 +9,8 @@ require_once 'htmlelements.class.php';
*
*
* ----------------------------------------------------------------------
* ----------------------------------------------------------------------
* 2023-09-11 <axel.hahn@unibe.ch> add shadows on card + callout
* 2023-09-11 <axel.hahn@unibe.ch> add shadows on card + callout
 
* 2023-09-27 <axel.hahn@unibe.ch> add form input fields
 
* 2023-11-17 <axel.hahn@unibe.ch> add tabbed content; "=" renders hamburger item
* ======================================================================
* ======================================================================
*
*
* @author Axel
* @author Axel
@@ -1325,7 +1327,6 @@ class renderadminlte {
@@ -1325,7 +1327,6 @@ class renderadminlte {
* - value - value in
* - value - value in
* @return string
* @return string
*/
*/
public function getFormTextarea($aOptions){
public function getFormTextarea($aOptions){
// $aOptions=$this->_ensureOptions('textarea', $aOptions);
// $aOptions=$this->_ensureOptions('textarea', $aOptions);
$aElement=$aOptions;
$aElement=$aOptions;
Loading