Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Pintexx Support at 08-31-2005 10:28 . Topic has 0 replies.

Print Search
Sort Posts:    
   08-31-2005, 10:28
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Table header

ASP.Net
If property FirstTableRowIsHeader is true then TH tags are used for the first row when inserting a table.
If property FirstTableRowIsHeader is false then TD tags are used.



PHP, JSP, ASP

If

var globalFirstTableRowIsHeader = true;

in config.js

then the first row consists of TH tags instead of TD when inserting a table.
If this parameter is false then only TD tags are used.


   Report 
Pintexx Forum » Knowledge Base » pinEdit » Table header