Wijmo UI for the Web
複数のファイルの選択

wijfileexplorer ウィジェットでは、 allowmultipleselection オプションを true に設定することで、複数のファイルまたはフォルダを選択できるようになります。

次のスクリプトでは、allowMultipleSelection オプションを true に設定することで、[Ctrl]ボタンを押しながら複数のファイルまたはフォルダを選択できるようにします。

    <script type="text/javascript">
           
            $(document).ready(function () {
                $("#fileexplorer").wijfileexplorer({
                  actionUri: "fileexplorer.ashx",
                  viewPaths: ["~/Example"],
                  allowMultipleSelection: true,
                                
            });
        });          
</script>

関連トピック

参照

 

 


Copyright © GrapeCity inc. All rights reserved.