How would you do a Colspan and Rowspan for a TD element in HTML++?
Regards,
Lance Moliatu
Applications Analyst
Boeing Aerostructures Australia
PH: 03 9647 3839
Mobile: 0466 190 088
"NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient, or believe that you have received this communication in error, please do not print, copy, retransmit, disseminate, or otherwise use the information. Also, please indicate to the sender that you have received this email in error, and delete the copy you received."
Hi,
How would you do a Colspan and Rowspan for a TD element in HTML++?
Regards,
Lance Moliatu
Applications Analyst
Boeing Aerostructures Australia
PH: 03 9647 3839
Mobile: 0466 190 088
"NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient, or believe that you have received this communication in error, please do not print, copy, retransmit, disseminate, or otherwise use the information. Also, please indicate to the sender that you have received this email in error, and delete the copy you received."
Hello,
The rowspan and colspan attributes are indeed missing, thank you for pointing it out! I will add them as soon as possible.
Ticket URL: https://sourceforge.net/p/htmlplusplus/tickets/10/
Hello,
The attributes have been added.
Example usage:
The rowspan and colspan are optional constructor parameters typed as
int
s. You can also add them to an existing td element like this:The changes are in beta3, which is on the downloads page.