AJAX Browser
- Product Home
- Features
- System Requirements
- Online Demo
-
- Getting Started
- Activating Product
- Selecting Items
- Themes and Toolbar Icons
- Thumbnails
- Panels Customization
- Grids Customization
- Menu Customization
- Toolbar Customization
- Search
- Custom Dialogs
- History Navigation
- Settings Reference
- CORS Requests
- Modify Upload Url
- Upload in IE 9-
- Using IIS 7/8 WebDAV
- Authentication / SSL
- Validation
- Localization
- Request Pipeline
- Help & Support
Ajax File Browser Themes and Toolbar Icons
In this article
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 };