Application Views
9/17/25Less than 1 minute
Application Views
Caution
This page is tagged as a draft and is a work in progress. It is not yet complete and may contain errors or inaccuracies.
Content is yet to come...
All of the below API may change as it has not yet been finalised!
Adding Styles
As a block
<?=$this->html->style('body')->set('background', 'black');?>
As a parameter
<?=$this->html->div('Content')->style($this->html->style()->set('background', 'black'));?>
Changelog
9/17/25, 12:55 AM
View All Changelog
a73f0
-on