I have tryid this without any luck:
Code: Select all
$this->smarty->assign('input_restrictions_en', $this->CreateTextArea($id, 'input_restrictions_en', $row['restrictions_en']));
Warning: Missing argument 4 for CMSModule::CreateTextArea(), called in C:\xampp\htdocs\sites\mypage.com\modules\ClubManager\action.editinfo.php on line 155 and defined in C:\xampp\htdocs\sites\mypage.com\lib\classes\class.module.inc.php on line 1841
When doing so with a inputtext there is no problem!
What am I doing wrong?$this->smarty->assign ('input_booking_homepage', $this->CreateInputText ($id, 'input_booking_homepage', $row['booking_homepage'], 25, 50));