Type |
Line |
Description |
todo |
247 |
Kill this deprecated HTML syntax -- LkpPo, 20120720 |
todo |
259 |
Kill this deprecated HTML syntax -- LkpPo, 20120720 |
todo |
391 |
Replace all calls to this method by one of the above according to our needs. -- LkpPo, 20120720 |
todo |
1384 |
1. Make a list of all occurrences of $width param used by Wikindx (%, px, ...) with the methods of this class. |
todo |
1384 |
2. Write the corresponding specialized CSS class |
todo |
1384 |
3. Convert $width param in $class param calls. For example:
tableStart ("mytable", "", "", "", "", "50%")
becomes
tableStart ("mytable 50pc", "", "", "", "") |
todo |
1384 |
4. Delete $width params in methods. |
todo |
1384 |
5. Repeat the same work for $valign, $align, $padding, $spacing and $border params.
LkpPo
20120720 |