-
New Feature
-
Resolution: Fixed
-
Normal
-
8.0.2
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.3 S2
-
None
In the current implementation, the position of the calendar popup on a Datebox is defined in the open() method, and is always:
zk(pp).position(dbEl, 'after_start', {dodgeRef: dbEl});
An improvement could be to allow the user to set the position string, and the position options if needed.
- relates to
-
ZK-3217 Possible improvement in datebox calendar open() method
- Closed