Skip to content

Kodi addon module: T9 search dialog including AutoCompletion

License

Notifications You must be signed in to change notification settings

phil65/script.module.t9.search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example usage

T9Search(call=self.search,
         start_value="",
         history=self.__class__.__name__ + ".search")

call: method to call for live search (should take one param, the search string) start_value: set search string to some specific initial value history: settings key to use for saving / loading search history

About

Kodi addon module: T9 search dialog including AutoCompletion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages