Closed GoogleCodeExporter closed 9 years ago
Original comment by rojaro@gmail.com
on 28 Apr 2011 at 11:01
You can hook into PRADO output generation. Every TControl::Render is called
with a $writer parameter that is created using
THttpResponse::createHtmlWriter(). This is by design. Child classes of TControl
in order to render customized rendering creates a new TTextWriter and
THtmlWriter, actually the child class may do anything it needed to render and
that is unpredictable and this is really outside the scope of of hooking in the
output generation, it is the same as call echo or print. However i believe it
is very useful to hook in the output generation for every control and this is
at least possible for the *official* controls.
Original comment by uaca...@gmail.com
on 4 May 2011 at 8:49
Fixed in r2899
Original comment by rojaro@gmail.com
on 4 May 2011 at 9:28
Original issue reported on code.google.com by
google...@pcforum.hu
on 13 Mar 2010 at 8:17