Difference between revisions of "Talk:Roadmap"

From Lazarus wiki
Jump to navigationJump to search
Line 17: Line 17:
  
 
:: I want to set the already made classes to a whole line on a table. --[[User:Sekelsenmat|Sekelsenmat]] 21:52, 29 May 2006 (CEST)
 
:: I want to set the already made classes to a whole line on a table. --[[User:Sekelsenmat|Sekelsenmat]] 21:52, 29 May 2006 (CEST)
 +
::: I added td.progress before, now I probably need to add tr.progress as well. [[User:Vincent|Vincent]] 22:18, 29 May 2006 (CEST)

Revision as of 22:18, 29 May 2006

I cannot find a way to set a class for an entire line. --Sekelsenmat 19:54, 29 May 2006 (CEST)

Give me class names and attributes and I will see what I can do. Vincent 20:15, 29 May 2006 (CEST)
I mean, this works:
|---- style="background:lightblue"
|Qt||The QT interface||in progress||post 1.0||Qt and LCL||[[User:Sekelsenmat|Sekelsenmat]]||Depends on qt bindings

But this doesn´t work:

|---- class="progress"
|Qt||The QT interface||in progress||post 1.0||Qt and LCL||[[User:Sekelsenmat|Sekelsenmat]]||Depends on qt bindings
I want to set the already made classes to a whole line on a table. --Sekelsenmat 21:52, 29 May 2006 (CEST)
I added td.progress before, now I probably need to add tr.progress as well. Vincent 22:18, 29 May 2006 (CEST)