Index How to create your own mask definitions Developping with IC Suite: Debug mode How to create your own mask definitions. //You first define your mask as a standard mask. { className : "timeMask", Working with Input Components Suite in Debug mode. ICSuite-2.x.x-custom-settings.js file contains the following setting: IC.Log.setShowOnError(true); //recommended for development IC.Log.setShowOnWarn(false); //default value IC.Log.setShowOnInfo(false); //default valueIt means that by default, if ICSuite detects en error in its configuration it will open a pop-up browser window with the log console with errors, warnings and info messages if there are some. By default only an error level message opens a window, however, you are free to change this. During development we recommend enabling error and warning levels. In production all three parameters should be set to false to avoid unexpected collisions. Nevertheless, you can open the log console at any time by typing in the address bar of your browse the following URL: javascript:void(ICOpen.Log.show()) Input Components Suite Debugger ![]() |