Hi, I'm tackling this question again because people want paper reports...   

In a nutshell.  How do I get checkboxes for Tasks, and a separate icon or 
formatting for Folders?


On Friday, July 20, 2012 at 10:54:01 AM UTC-7, Chad Haza wrote:
>
> I decided not to go with images because they don't seem to display via the 
> print methods, only through the view as html and then requires a valid link 
> to the images. Doesn't help with sharing the output smoothly. 
>
> By using the goalW, goalM, and goalY  style names you can have some 
> further control. So when I set something as visibility as a folder 
> and simultaneously also check of Month as well. This allows me to alter the 
> font settings for that item. and helps designate folders on the print out 
> (larger and bolder).  This works ok for me because I didn't previously use 
> those toggles before.
>
> Chad
>
> On Thursday, July 19, 2012 3:32:32 PM UTC-7, Chad Haza wrote:
>>
>> 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
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/45d5e222-3032-4f62-812a-59c164170cd0%40googlegroups.com.

Reply via email to