////////////////////////////////////////////////////////////////////
//  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 #4F96CC",
	cursorOnFocus:"firstEmpty",
	skin: IC.MasterDecorator.SKIN_XP_BLUE,
	highlight : HighlightBox.GRAY
});

/***************** Logging & error reporting   ********************/
//ICOpen.Log.setShowOnError(true);
//ICOpen.Log.setShowOnWarn(true);
//ICOpen.Log.setShowOnInfo(true);

/***************** Custom definitions   ********************/
IC.MasterDecorator.process([
{
	className : "Roadrecord_Phone",
	type : "text/mask",
	mask : "##-###-###*************************",
	//cursorOnFocus : "firstEmpty",
	cursorOnFocus : "",
	blankCharacter  : " "
}
]);


