ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.accessibility 

ISearchableText  - AS3

Packageflash.accessibility
Interfacepublic interface ISearchableText

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0, Flash Player 10.1

The ISearchableText interface can be implemented by objects that contain text which should be searchable on the web.



Public Properties
 PropertyDefined By
  searchText : String
[read-only] Gets the search text from a component implementing ISearchableText.
ISearchableText
Property Detail

searchText

property
searchText:String  [read-only]

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0, Flash Player 10.1

Gets the search text from a component implementing ISearchableText.



Implementation
    public function get searchText():String