Re: HtmlTableRenderer enhancement

2005-01-18 Thread Martin Marinschek
You are right, the hook-methods are not there... my +1 for adding them. regards, Martin On Tue, 18 Jan 2005 09:23:30 -0600, Heath Borders <[EMAIL PROTECTED]> wrote: > Yeah, I checked the cvs, and the latest version does not have > abstractions for starting and ending the row. > > I'm creating

Re: HtmlTableRenderer enhancement

2005-01-18 Thread Heath Borders
Yeah, I checked the cvs, and the latest version does not have abstractions for starting and ending the row. I'm creating a custom table that will allow built-in selection of rows, with highlighting of the selected row. However, in order to do this, I need to mark each row with an id, which I curr

Re: HtmlTableRenderer enhancement

2005-01-18 Thread Heath Borders
I haven't pulled down the latest code for a while (maybe 2 weeks), so I don't know what's been added. Howvever, in the code I'm looking at, there are places in the renderer for placing code before and after the row, however, the actual code for starting and ending the row is still only in the rend

Re: HtmlTableRenderer enhancement

2005-01-18 Thread Martin Marinschek
There should already be such methods for many of the components... we should have them in each component, with that writing a custom renderer can be much easier! regards, Martin On Tue, 18 Jan 2005 08:31:19 -0600, Heath Borders <[EMAIL PROTECTED]> wrote: > I would like to refactor the HtmlTable

HtmlTableRenderer enhancement

2005-01-18 Thread Heath Borders
I would like to refactor the HtmlTableRenderer to have a protected method for starting and finishing a row. This shouldn't change any functionality in the code, its mainly so that I can reuse the renderer for a datatable-like component. I'll commit the enhancement later today, but I just wanted t