N°3750 data-input-type : refresh attribute on AJAX refresh

This commit is contained in:
Pierre Goiffon
2021-03-01 16:48:12 +01:00
parent 7a8a78d348
commit c679318d16
2 changed files with 14 additions and 1 deletions

View File

@@ -1492,4 +1492,8 @@ EOD
return $this->sTemplateRelPath;
}
public static function IsAjaxPage(WebPage $oPage)
{
return ($oPage instanceof AjaxPage);
}
}