I've been experimenting with the Outline Print Reports. I would like to have it mimic the on-screen view with icons for the folders and tasks(checkbox).
So far, (and not sure if this is a good method), using the ".tasks" Task Type I can pull in a graphic with something like this:
.task{
background-image:url(images/checkbox.png);
background-repeat:no-repeat;
background-position:left top;
padding-left:24px;
margin-bottom:4px;
}
I like how this looks, however I'm stuck on how to modify the task if the folder property is checked. .folder or .taskfolder doesn't seem to work. Is there a correct name to work this control? .. I realize at this point I would still retain the checkbox, but similar to how the .completed can strike-through, if I could BOLD folder type tasks that would help.
However ideally, what and where would some kind of logic go to determine whether a task is a folder, completed, or uncompleted and format and pull in images accordingly?
Thanks kindly,
Chad