Wijmo UI for the Web
newFolderCreating Event
wijmo.fileexplorer.wijfileexplorer Namespace > options type : newFolderCreating Event
Standard jQuery event object
The newFolderCreating event handler. A function called before a new folder is created.
Syntax
$(function () {
    // Set newFolderCreating event handler function
    $(".selector").wijfileexplorer({
        newFolderCreating : function (e) {
     
        }
    });
});
newFolderCreating = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget