How to style the file selector
Basic usage:
@Html.FilesManagerTemplate(new FilesManager(new FileSelector(id: "ExecutedLease", labelText: "Executed Lease")))
Advanced usage:
@Html.FilesManagerTemplate(new FilesManager("Advanced", new FileSelector(id: "ExecutedLOI", labelText: "Executed LOI"), new FileSelector(id: "RepresentationAgreement", labelText: "Rep Agreement"), new FileSelector(id: "DraftLease", labelText: "Draft Lease")) { Name = "Advanced Files", DataBindValue = "with: $root.Files", AdditionalFileAddLabelText = "Add Another File"})