comboLookupModify.hrl 345 B

123456789
  1. -ifndef(COMBO_LOOKUP_MODIFY_HRL).
  2. -define(COMBO_LOOKUP_MODIFY_HRL, true).
  3. -include_lib("nitro/include/nitro.hrl").
  4. -record(comboLookupModify, {?ELEMENT_BASE(element_comboLookupModify), input = [], disabled = false,
  5. values = [], modify_pos = [], modify_feed = [], modify_module = [], modify_default = []}).
  6. -endif.