Mac OS X Reference Library Apple Developer
Search

DataGridColumn

Module:
html
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

ALWAYS_SORTED
id
label
NATURAL_SORT
NEVER_SORTED
primary
SOMETIMES_SORTED
SORC_DESCENDING
SORT_ASCENDING
sortable
sortDirection
type

ALWAYS_SORTED



const unsigned short ALWAYS_SORTED = 1; 

id



attribute DOMString id; 

label



attribute DOMString label; 

NATURAL_SORT



const unsigned short NATURAL_SORT = 0; 

NEVER_SORTED



const unsigned short NEVER_SORTED = 0; 

primary



attribute boolean primary; 

SOMETIMES_SORTED



const unsigned short SOMETIMES_SORTED = 2; 

SORC_DESCENDING



const unsigned short SORC_DESCENDING = 2; 

SORT_ASCENDING



const unsigned short SORT_ASCENDING = 1; 

sortable



attribute unsigned short sortable; 

sortDirection



attribute unsigned short sortDirection; 

type



attribute DOMString type; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27