2017-10-17 2 views

답변

0

가 보이는 같은 :

 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. 
관련 문제