Documentation guide
General information
Documentation Center
Frequently Asked Questions
Release notes
How does it work
Pricing
Get a trial version license
Public QA Tests
QA Tests and Examples
For the first steps
Installation
Quick Start
Troubleshooting
Advanced Users
Users guide
Users guide Advanced
DHTML and JavaScript integration
What's new in V2.0
Release notes
ICDateTimeMask
ICCalendar
Graphical Helpers Skins
Internationalization
Predefined Masks
Text Masks
DateTime Masks
Calendar Graphical Helpers
Numeric Masks
Calculator Graphical Helpers
Spinner Graphical Helpers
Decorators
Validator Masks
Skins & Styles
Graphical Helpers Skins
| Input Components Suite Installation & Integration | Last Updated 12 Apr, 2007 |
||
Downloading Input Components Suite Be sure to have the latest version of Input Components Suite. You can download it on here. A free registration is needed to access to the download section. ICSuite-2.x.x.zip directory structure
Installation The easiest way of installing ICSuite would be to copy /WiseBlocks_resources directory into the root or any other directory of your web application. We recommand you to preserve the current structure. Although it is possible to split /WiseBlocks_resources and place images, css and JavaScript files wherever you like, we do not recommend such approach as it makes version update more complicated. Then, import ICSuite-2.x.x.js, ICSuite-2.x.x-custom-settings.js, ICSuite-2.x.x.css ICSuite-2.x.x-predefined-masks.js files into your web page. ... <link rel="stylesheet" type="text/css" ATTENTION, depending on where you place /WiseBlocks_resources and what is the URL of you page,
you might need to specify ICSuite images path. If you don't see the graphical helper icons use the setImagePath method to specify the good path. Absolute path example
IC.MasterDecorator.setImagesPath("/WiseBlocks_resources/img");
Relative path example
IC.MasterDecorator.setImagesPath("../WiseBlocks_resources/img");
The default value for ImagesPath is "WiseBlocks_resources/img".
How to get and use a license? Get your license in My Licenses module. The product is free to use for developpers and testers with the license available bellow. IC.MasterDecorator.acceptLicense("FREELICENSE@localhost/V2.x.x:2099-01-01#3aca560b");
To use ICSuite with your domain name you need to buy a license. Once you have it replace the free license with the new one in ICSuite-2.x.x-custom-setting.js IC.MasterDecorator.acceptLicense("Your License");
Next stepsRead QuickStart Guide to become operational with ICSuite in 5 minutes and take a look at Users Guide for detailed reference. |
|||

