📜  jQWidgets jqxDropDownList selectionRenderer 属性

📅  最后修改于: 2022-05-13 01:55:55.971000             🧑  作者: Mango

jQWidgets jqxDropDownList selectionRenderer 属性

简介:jQWidgets是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxDropDownList 小部件是一个 jQuery 下拉列表,其中包含显示在下拉列表中的可选项目列表。

selectionRenderer属性用于设置或返回在 jqxDropDownList 的内容区域中呈现所选项目时调用的回调函数。它接受布尔类型值,其默认值为空。

句法:

设置selectionRenderer属性。

$('selector').jqxDropDownList({ selectionRenderer: Number });

返回selectionRenderer属性。

var selectionRenderer = $('selector').jqxDropDownList('selectionRenderer');

链接文件:从链接下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。

示例:下面的示例说明了 jQWidgets 中的 jqxDropDownList selectionRenderer属性。

HTML


  

    
    
    
    
    
    
    
    
    

  

    
        

            GeeksforGeeks         

           

            jQWidgets jqxDropDownList selectionRenderer Property         

           
    
       


输出:

参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdropdownlist/jquery-dropdownlist-api.htm