﻿com.cs.require("com.cs.ui.Image");
com.cs.require("com.cs.ui.form");

com.cs.initClass('com.cs.ui.form');

com.cs.ui.form.defaultFieldClasses =
{
    CLASS_NOFOCUS: 'field_nofocus',
    CLASS_NOFOCUS_OVER: 'field_nofocus_over',
    CLASS_FOCUS: 'field_focus',
    CLASS_ERROR: 'field_error',
    CLASS_ERROR_OVER: 'field_error_over',
    CLASS_ERROR_FOCUS: 'field_errorfocus',
    CLASS_DISABLED: 'field_disabled',
    CLASS_READONLY: 'field_disabled',

    CLASS_NOFOCUS_REQUIRED: null,
    CLASS_NOFOCUS_OVER_REQUIRED: null,
    CLASS_FOCUS_REQUIRED: null,
    CLASS_ERROR_REQUIRED: null,
    CLASS_ERROR_OVER_REQUIRED: null,
    CLASS_ERROR_FOCUS_REQUIRED: null,
    CLASS_DISABLED_REQUIRED: null,
    CLASS_READONLY_REQUIRED: null
}
