{5} Assigned, Active Tickets by Owner (Full Description) (5 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

d.reszka

Ticket Summary Component Milestone Type Created
Description
#2 Add credit where it is due Documentation 0.3 task 04/27/06

Add credits regarding various CSS techniques used

Explain where the ideas came from, cite URL of articles, blogs, name their authors ...


#5 XHTML structure: use concise element names Core 0.3 task 09/28/06

inspired from Yahoo Grids:

for example:

  • "#footer" changes to "#ft"
  • "#header" changes to "#hd"

#6 don't use ID anymore but CLASS to control the presentation of XHTML elements Core 0.3 task 09/28/06
  • The designer should be able to assign ids freely.
  • the presentation of any element will be triggered by its own and ancestors classes
  • assigning classes to ancestors or to the body element can be used to define defaults for complete page sections or for the complete page

#7 Add a multicolumn / grid system inspired by the Yahoo grids approach Core 0.3 task 09/28/06

To create a multicolumn or grid system:

  • assign class name "unit" to divs
  • assign for example class name "cols3" or "rows" to parent/ancestor element

Idea inspired by: http://developer.yahoo.com/yui/grids/#using


#8 XHTML structure: use the name of the website for the body ID Core 0.3 task 09/28/06

use the name of the website for the body ID


Note: See TracReports for help on using and creating reports.