C# Class Ext.Net.MVC.Examples.SourceModel

Datei anzeigen Open project: extnet/Ext.NET.Examples.MVC Class Usage Examples

Public Methods

Method Description
BuildSourceTabs ( string idSuffix, string url ) : TabPanel
GetFiles ( string url, bool download ) : List

Private Methods

Method Description
GetSubFiles ( List fileList, DirectoryInfo dir ) : void
PhysicalToVirtual ( string physicalPath ) : string

Method Details

BuildSourceTabs() public static method

public static BuildSourceTabs ( string idSuffix, string url ) : TabPanel
idSuffix string
url string
return TabPanel

GetFiles() public static method

public static GetFiles ( string url, bool download ) : List
url string
download bool
return List