Closed
Description
Steps
$dialog2=$this->jquery->bootstrap()->htmlModal("boite1","Titre de la boîte de dialogue","test");
$form=$this->jquery->semantic()->htmlForm("frm1");
$form->addInput("login","Login");
$form->addButton("","Submit")->asSubmit();
$dialog2->setContent($form->getContent());
echo $dialog2->compile($this->jquery);
Expected Result
No warning
Actual Result
Warning: Declaration of Ajax\bootstrap\html\HtmlModal::setDraggable($value) should be compatible with Ajax\common\html\BaseHtml::setDraggable($attr = 'id', $dropZone = NULL, $parameters = Array) in C:\www\appweb\vendor\phpMv-UI-2.2.6\Ajax\bootstrap\html\HtmlModal.php on line 14
Versions
phpMv 2.2.6
Semantic-ui 2.4.1
jQuery 3.4.1