////////////////////////////////////////////////////////////////////
//  WiseBlocks Input Components Suite configuration
////////////////////////////////////////////////////////////////////

/***************** License Information         ********************/
IC.MasterDecorator.acceptLicense("WiseBlocks@localhost/v1.0:2099-12-31#636c2255");

IC.MasterDecorator.setImagesPath("../../WiseBlocks_resources/img"); //default value

/***************** Global definitions          ********************/
IC.MasterDecorator.setGlobals({
	conditions : [NegativeRed],
	borderStyle : "1px solid #7f9db9",
	cursorOnFocus:"firstEmpty",
	skin: IC.MasterDecorator.SKIN_XP_BLUE,
	highlight : HighlightBox.BLUE
});

/***************** Logging & error reporting   ********************/
ICOpen.Log.setShowOnError(true); 
ICOpen.Log.setShowOnWarn(true); 
ICOpen.Log.setShowOnInfo(true); 

/***************** Custom definitions   ********************/
IC.MasterDecorator.process([
{
	className : "CUSTOM_Txt_Formatters",
	type : "text/mask",
	mask : "@@@@@@@@@@@@@@@@@@@@",
	caseFormatters  : "+-------------------",
	cursorOnFocus : "firstEmpty",
	blankCharacter  : " "	
},{
	className : "CUSTOM_Txt_blankCharacter",
	type : "text/mask",
	mask : "(###)###-####",
	cursorOnFocus : "firstEmpty",
	blankCharacter  : "(514)___-____"	
}
]);



