- Have you read the Quick Start section?
- The free license runs locally or on http://localhost. Do you run ICsuite on your domain name without a valid license? Get a trial license here.
- Do you have the latest version of Input Components Suite?
- Does JavaScript option in your browser is enabled?
-
Does ICSuite-2.x.x.js is in the <body> section?
- Does ICSuite-2.x.x.js is declared before ICSuite-2.x.x-custom-setting.js in your page?
- Does ICSuite-2.x.x.css is declared in the <head> section of your page?
- Are you sure that you well defined the path used by the browser to load the JS files?
href="[/path/]WiseBlocks_resources/js/ICSuite-2.0.js"
- What is your charset? You must include the good language definition file depending of the charset that you use for your application. See XXX.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- Send an email to the support team to get help.
- Your trial license have expired. Get a valid one here.
- You may have a javascript error in ICSuite-2.x.x-custom-setting.js file or any other class definition that you have done somewhere else.
- The path in ICSuite-2.x.x-custom-setting.js maybe not well defined.
IC.MasterDecorator.setImagesPath("WiseBlocks_resources/img");
Take a look at Users Guide for detailed reference.
|