PHP Classes

File: resources/GCappearance.js

Recommend this page to a friend!
  Classes of Piotr Malinski   HTML Friends   resources/GCappearance.js   Download  
File: resources/GCappearance.js
Role: Auxiliary data
Content type: text/plain
Description: JS Scripts files
Class: HTML Friends
PHP wrapper to use dhtmlgoodies.com DHTML widgets
Author: By
Last change:
Date: 18 years ago
Size: 1,366 bytes
 

Contents

Class file image Download
var GC_APPEARANCE = { 'weekdays': ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], 'longmonth' : ['January','February','March','April','May','June','July','August','September','October','November','December'], 'messages' : { 'Warning' : 'Warning: the date entered does not meet preset date format', 'AltPrevYear' : 'to previos year', 'AltNextYear' : 'to next year', 'AltPrevMonth' : 'to previos month', 'AltNextMonth' : 'to next month' }, 'CalDiv' : 'clsCalDiv', 'OuterFrame' : 'clsOuterFrame', 'InnerFrame' : 'clsInnerFrame', 'TopPartNavpanel' : 'clsTopPartNavpanel', 'BottomPartNavpanel' : 'clsBottomPartNavpanel', 'MidRow' : 'clsMidRow', 'DateGrid':'clsDateGrid', 'WeekDay':'clsWeekDay', 'WorkDayCell': 'clsWorkDayCell', 'HoliDayCell': 'clsHoliDayCell', 'OtherMonthDayCell': 'clsOtherMonthDayCell', 'SelectedDayCell': 'clsSelectedDayCell', 'CurrentMonthDay': 'clsCurrentMonthDay', 'OtherMonthDay': 'clsOtherMonthDay', 'SelectedDay': 'clsSelectedDay', 'InfoTitle':'clsInfoTitle', 'DataArea':'clsDataArea', 'PrevYear':'resources/images/prev_year.gif', 'PrevMonth':'resources/images/prev_month.gif', 'NextYear':'resources/images/next_year.gif', 'NextMonth':'resources/images/next_month.gif', 'IcoCalUnVis': 'resources/images/dpr_unvis.gif', 'IcoCalVis': 'resources/images/dpr_vis.gif' };