EXT.NET ComboBox下拉框带删除按钮功能

来源:互联网 发布:网络推广绩效考核方案 编辑:程序博客网 时间:2024/06/07 00:50
                            <ext:ComboBox ID="ComboBox_SFWCXY" Name="SFWCXY" runat="server" FieldLabel="是否完成泄压"
                                LabelWidth="80" LabelAlign="Left" Padding="5" ColumnWidth=".25" Editable="false">
                                <Items>
                                    <ext:ListItem Text="是" />
                                    <ext:ListItem Text="否" />
                                </Items>
                                <Triggers>
                                    <ext:FieldTrigger Icon="Clear" />
                                </Triggers>
                                <Listeners>
                                    <TriggerClick Handler="this.clearValue();" />
                                </Listeners>
                            </ext:ComboBox>
0 0
原创粉丝点击