Hi guys
In the renderer for HTML it can render buttons and panels and the such, in the tutorials everything is done with
<?php $this->btnToggle->Render() ?>
With no parameters inside the render() function, it works fine but im sure there are some cool things u can do with it.
Like by trial and error i discovered
Render('Position=absolute','Top=400px','Left=600px') works
but i dont like absolute positioning, and was just wondering if u guys know some other properties that can go in?
Im using QCubed for PHP if that helps
thanks
In the renderer for HTML it can render buttons and panels and the such, in the tutorials everything is done with
<?php $this->btnToggle->Render() ?>
With no parameters inside the render() function, it works fine but im sure there are some cool things u can do with it.
Like by trial and error i discovered
Render('Position=absolute','Top=400px','Left=600px') works
but i dont like absolute positioning, and was just wondering if u guys know some other properties that can go in?
Im using QCubed for PHP if that helps
thanks