PageRenderTime 23ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/Demo/Office2003.aspx

http://izwebfilemanager.googlecode.com/
ASP.NET | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 048f9c00a9e109813c01ff0e45a47de5 MD5 | raw file
  1. <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPage.master" %>
  2. <%@ Register Assembly="IZ.WebFileManager" Namespace="IZ.WebFileManager" TagPrefix="iz" %>
  3. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
  4. <div style="margin-top: 8px; margin-bottom: 8px;">
  5. Use ImagesFolder, ...ImageUrl and SpecialFolders properties to customize your icon theme
  6. </div>
  7. <div>
  8. <iz:FileManager ID="FileManager1" runat="server" SkinId="Office2003" Height="400px" Width="600">
  9. <RootDirectories>
  10. <iz:RootDirectory DirectoryPath="~/Files/My Documents" Text="My Documents" />
  11. </RootDirectories>
  12. </iz:FileManager>
  13. </div>
  14. </asp:Content>