Application Views
10/27/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
10/27/25, 12:59 PM
View All Changelog
17f9a-on