Application Views
November 8, 2024Less 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'));?>