Application Views
11/8/24Less 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
12/18/24, 12:16 PM
View All Changelog
5e94e
-onebf3e
-on