2017-10-17 6 views

Répondre

0

On dirait:

 F = fun(RowId,Value,AutocompleteTag, InPlaceTag) -> 
      ControlId = wf:temp_id(), 
      Control = #textbox_autocomplete { 
         id = ControlId, 
         tag = AutocompleteTag}, 
      ControlId2 = wf:temp_id(), 
      #inplace { id=ControlId2, text=Value, tag = {InPlaceTag,RowId}, view = #p{text=Value}, edit=Control } 
     end.