Package: | Ext.data |
Defined In: | SortTypes.js |
Class: | SortTypes |
Extends: | Object |
Property | Defined By | |
---|---|---|
stripTagsRE : RegExp The regular expression used to strip tags | SortTypes |
Method | Defined By | |
---|---|---|
asDate( Mixed s )
:
NumberDate sorting Date sorting Parameters:
| SortTypes | |
asFloat( Mixed s )
:
FloatFloat sorting Float sorting Parameters:
| SortTypes | |
asInt( Mixed s )
:
NumberInteger sorting Integer sorting Parameters:
| SortTypes | |
asText( Mixed s )
:
StringStrips all HTML tags to sort on text only Strips all HTML tags to sort on text only Parameters:
| SortTypes | |
asUCString( Mixed s )
:
StringCase insensitive string Case insensitive string Parameters:
| SortTypes | |
asUCText( Mixed s )
:
StringStrips all HTML tags to sort on text only - Case insensitive Strips all HTML tags to sort on text only - Case insensitive Parameters:
| SortTypes | |
none( Mixed s )
:
MixedDefault sort that does nothing Default sort that does nothing Parameters:
| SortTypes |