Closed mvorisek closed 7 months ago
The $this->getApp()->terminateHtml($this) code below is strictly equivalent - see https://github.com/atk4/ui/blob/accdc771da/src/App.php#L549 and https://github.com/atk4/ui/blob/accdc771da/src/View.php#L671 - as long as the VP mode is non-callback - https://github.com/atk4/ui/blob/accdc771da/src/Tabs.php#L31.
$this->getApp()->terminateHtml($this)
callback
The
$this->getApp()->terminateHtml($this)
code below is strictly equivalent - see https://github.com/atk4/ui/blob/accdc771da/src/App.php#L549 and https://github.com/atk4/ui/blob/accdc771da/src/View.php#L671 - as long as the VP mode is non-callback
- https://github.com/atk4/ui/blob/accdc771da/src/Tabs.php#L31.