Ajax File Browser Themes and Toolbar Icons

Ajax File Browser is provided with several CSS themes. To change the theme, you will specify a different theme folder name in settings object using the ThemeName property.

In setting object, you can also specify the toolbar buttons size displayed in desktop mode using the IconsSize property. The Ajax File Browser is provided with icons for 16, 24, 32, 48, 64, 72 buttons sizes.

var settings = {    
    ...
    ThemeName: 'windows_8',
    IconsSize: 16
};

 

Next Article:

Working with Image Thumbnails in AJAX Browser