On 21 November 2015 at 22:01, Stephen Cameron <[email protected]> wrote:
> Actually, it already does have the behaviour that I wanted. > > OK, that's good to hear. > > I'll try individual icons for the subtypes and see if it uses them instead > of the one for the base-type. > > It should do. In the todoapp we use the similar cssClass() to return a CSS class name per instance, and then use application.css to style the different values. This is how individual rows within a table show some todo items "crossed-off", ie with a line through the centre. The icons also vary on a case by case basis. Cheers Dan
