redrawControl with parameters?
- thcom
- Backer | 94
i try to create my first component
a calendar (i need my own, because i will set enabled and disabled days
from DB)
problem is when i click on previous or next month, i am not able to redraw this componect correctly, because i cannot pass parameters with redrawControl
can yopu hlep me please, thank you
- dakur
- Member | 493
@thcom redrawControl()
is just an instruction to the
presenter that you want to terminate presenter right now and send current state
to the client. So what you set to $this->template->...
you
will find it in template then or in the response from AJAX request in case of
parsing that.