This class is here for a simple stand alone function (no additional classes required) that will present a simple calendar popup and allow the user to select a date from it.
Implementation is simple:
html
js
(e.target
is the triggering button - or the date input field - and allows the popup to know where to position itself)
To close the popup using javascript, either use _popup.removePopup()
, or remove the .mf-calendar-popup
element directly.
Also see
articles/Implementing-a-Monaco-Editorsquarearticles/iConnectionTestsquarearticles/javascript-camerasquarearticles/list-editsquarearticles/minifierssquarearticles/opayosquarearticles/table-drag-sortersquarearticles/typewatchsquareprojects/MFCalendarPopupsquareprojects/MFChartColumnsquareprojects/MFColorPickersquareprojects/MFColorPickerBasicsquareprojects/MFColumnGradientsquareprojects/MFFloatawayMsgsquareprojects/MFPanelssquareprojects/MFSelectorsquare
Comments
New Comment