|
Table Of Contents
|
CF_FileManager Sample CodeThe basic implementation of CF_FileManager consists of the following code: <cf_dccom component=" folder="c:\inetpub\wwwroot"> </cf_dccom> You can add attributes to the basic calling code to customise CF_FileManager for each particular user using the following code: <cf_dccom component=" folder="c:\inetpub\wwwroot" width="100%" height="100%" folderfilter="dell,asp,books" filefilter="nice.txt" showToolbar="yes" > </cf_dccom> A full list of attributes can be found by viewing the CF_FileManager Attribute Page. |