CodBi
    Preparing search index...
    • Registers standard configurations specific to appointment arrangements.

      CSS-Classes:

      • CodBi_NoFutureDate The HTMLInputElement tagged with this class may not be set to a future date.

      • CodBi_DateFrame_1_Begin & CodBi_DateFrame_1_End ( 1 to 5 ) The HTMLInputElements tagged with these classes will be configured to not allow entering a date in the tagged HTMLInputElement that is higher than the one in the HTMLInputElement the CSS-Selector "MaxField" points to.

      • CodBi_TimeFrame_1_Begin & CodBi_TimeFrame_1_End ( 1 to 5 ) The HTMLInputElements tagged with these classes will be configured to not allow entering a time in the tagged HTMLInputElement that is higher than the one in the HTMLInputElement the CSS-Selector "MaxField" points to. Both HTMLInputElements are restricted to HH:MM using following RegExp: ^(0[0-9]|1[0-9]|2[0-3]):(0[0-9]|[1-5][0-9])$. Both are formatted with Cleave to permit HH:MM only.

      • CodBi_Holidays_Listing The HTMLSelectElement tagged with this class, will be filled with all holidays for the current and next years for the state specified in the global variable CodBi_Holidays_States.

      Returns void