appy.gen: configured ckeditor for Appy; bugfix in jscalendar integration.
This commit is contained in:
parent
0e7dfa3aaf
commit
98fafad14a
81 changed files with 5329 additions and 271 deletions
|
@ -1408,10 +1408,13 @@ class Date(Type):
|
|||
label)
|
||||
|
||||
def getCss(self, layoutType):
|
||||
if (layoutType == 'edit') and self.calendar: return ('calendar.css',)
|
||||
if (layoutType == 'edit') and self.calendar:
|
||||
return ('jscalendar/calendar-blue.css',)
|
||||
|
||||
def getJs(self, layoutType):
|
||||
if (layoutType == 'edit') and self.calendar: return ('calendar.js',)
|
||||
if (layoutType == 'edit') and self.calendar:
|
||||
return ('jscalendar/calendar.js', 'jscalendar/lang/calendar-en.js',
|
||||
'jscalendar/calendar-setup.js')
|
||||
|
||||
def getSelectableYears(self):
|
||||
'''Gets the list of years one may select for this field.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue