<ext:MultiCombo ID="mcbSelected" runat="server" WrapBySquareBrackets="true" Width="260"
                                        FieldLabel
="Selected User" LabelWidth="70" LabelAlign="Right">
      <Items>
      </Items>     
</ext:MultiCombo>

 

清除代码:

        mcbSelected.store.clearData();
        mcbSelected.reset();

 

 

 

 

 

相关文章:

  • 2021-12-02
  • 2021-11-17
  • 2021-06-09
  • 2021-12-18
  • 2022-12-23
  • 2021-12-31
  • 2022-02-09
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案