U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » QTFStr
QTFStr [message #40318] Thu, 18 July 2013 10:43 Go to previous message
idkfa46 is currently offline  idkfa46
Messages: 155
Registered: December 2011
Experienced Member
How can I set the background color of a line in tables with QTFStr class ?

I have found:
QTFStr &ForeColor(String col = "")		{ format.foreColor = (col == "" ? "0" : col); return *this; }
QTFStr &BackColor(String col = "")		{ format.backColor = (col == "" ? "2" : col); return *this; }


but allow me to color the text or the text background, not the table background.

Regards,
Matteo
 
Read Message
Read Message
Previous Topic: Skylark and HTTPS
Next Topic: How to host a Skylark app?
Goto Forum:
  


Current Time: Tue Jun 30 14:43:52 GMT+2 2026

Total time taken to generate the page: 0.00462 seconds