Package peppy :: Package lib :: Module textctrl_autocomplete :: Class test
[frames] | no frames]

Class test

Instance Methods
 
__init__(self)
 
onBtChangeChoice(self, event)
 
onBtMultiChoice(self, event)
 
onBtStartChoices(self, event)
 
onBtDynamicChoices(self, event)
Demonstrate dynamic adjustment of the auto-complete list, based on what's been typed so far:
 
match(self, text, choice)
Demonstrate "smart" matching feature, by ignoring http:// and www.
 
setDynamicChoices(self)
 
selectCallback(self, values)
Simply function that receive the row values when the user select an item
Method Details

match(self, text, choice)

 

Demonstrate "smart" matching feature, by ignoring http:// and www. when doing matches.