web/component.py
changeset 10903 da30851f9706
parent 10713 ec0f96cd7a18
child 11082 0cdd92261c4a
equal deleted inserted replaced
10902:41bd01ebebb4 10903:da30851f9706
   574     added_msg = None
   574     added_msg = None
   575     removed_msg = None
   575     removed_msg = None
   576 
   576 
   577     # to be defined in concrete classes
   577     # to be defined in concrete classes
   578     rtype = role = target_etype = None
   578     rtype = role = target_etype = None
   579     # class attributes below *must* be set in concrete classes (additionaly to
   579     # class attributes below *must* be set in concrete classes (additionally to
   580     # rtype / role [/ target_etype]. They should correspond to js_* methods on
   580     # rtype / role [/ target_etype]. They should correspond to js_* methods on
   581     # the json controller
   581     # the json controller
   582 
   582 
   583     # function(eid)
   583     # function(eid)
   584     # -> expected to return a list of values to display as input selector
   584     # -> expected to return a list of values to display as input selector