RE: AccessibleHeaderText property

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi mt,

Welcome to the MSDN newsgroup.

As for the "AccessibleHeaderText" attribite, it is dervied from the
"DatacontrolField" class, and is used to supply the "AbbreviatedText" info
on the web page for the certain table header. Also, from the document, this
property will work for only some Table based controls(I think they're those
ones which can be represented by html <table>). And based on my testing,
Gridview will output this property as the "abbr" attribute in the <th>
element. e.g:

<th scope="col" abbr="CID">

While DetailsView won't output this AbbreviatedText info. And the MSDN
document has mentioned that "abbr" attribute can be used for rendering to
non-visual media such as speech or Braille.

http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/abbr.as
p?frame=true

So I think you can first test with a normal html <table> in static html
page to see whether it works.

Hope this helps some.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may

learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.

.


Quantcast