Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
-
ICEsoft Forum Reference:
-
Affects:Sample App./Tutorial
Description
Add the capability of highlighting specific dates in the calendar. This could be done by providing an attribute to specify a list of Dates and another attribute to specify a CSS class name to add to those dates specified.
The jQuery UI Datepicker widget has a 'beforeShow' event that can be used to verify each date before it's rendered (in the client). From within this callback it's possible to add or remove CSS classes. So, this could be used for this purpose. This is the same mechanism used by the selectableDateRanges attribute.
The jQuery UI Datepicker widget has a 'beforeShow' event that can be used to verify each date before it's rendered (in the client). From within this callback it's possible to add or remove CSS classes. So, this could be used for this purpose. This is the same mechanism used by the selectableDateRanges attribute.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Description |
Addthe capability of highlighting specific dates in the calendar. This could be done by providing an attribute to specify a list of Dates and another attribute to specify a CSS class name to add to those dates specified.
The jQuery UI Datepicker widget has a 'beforeShow' event that can be used to verify each date before it's rendered (in the client). From within this callback it's possible to add or remove CSS classes. So, this could be used for this purpose. |
Add the capability of highlighting specific dates in the calendar. This could be done by providing an attribute to specify a list of Dates and another attribute to specify a CSS class name to add to those dates specified.
The jQuery UI Datepicker widget has a 'beforeShow' event that can be used to verify each date before it's rendered (in the client). From within this callback it's possible to add or remove CSS classes. So, this could be used for this purpose. |
Fix Version/s | 4.3 [ 13096 ] |
Description |
Add the capability of highlighting specific dates in the calendar. This could be done by providing an attribute to specify a list of Dates and another attribute to specify a CSS class name to add to those dates specified.
The jQuery UI Datepicker widget has a 'beforeShow' event that can be used to verify each date before it's rendered (in the client). From within this callback it's possible to add or remove CSS classes. So, this could be used for this purpose. |
Add the capability of highlighting specific dates in the calendar. This could be done by providing an attribute to specify a list of Dates and another attribute to specify a CSS class name to add to those dates specified.
The jQuery UI Datepicker widget has a 'beforeShow' event that can be used to verify each date before it's rendered (in the client). From within this callback it's possible to add or remove CSS classes. So, this could be used for this purpose. This is the same mechanism used by the selectableDateRanges attribute. |
Assignee Priority | P2 [ 10011 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51945 | Tue Sep 26 12:38:45 MDT 2017 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | Sample App./Tutorial [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52453 | Tue May 15 13:41:31 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52521 | Thu Jul 12 12:35:35 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52522 | Thu Jul 12 12:36:03 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r51945: added capability to highlight specific dates