i cant show alert('hi3~') after dateime close

i cant show alert('hi3~') after dateime close

jehwajehwa Posts: 6Questions: 3Answers: 0
edited February 2021 in Editor
type: "datetime",
                    opts : 
                    {
                        dateFormat: 'yy-mm',
                        changeMonth: true,
                        changeYear: true,
                        showButtonPanel: true,
                        onclose: function() { alert('hi3~');}
                    }

i cant show alert('hi3~') after dateime close
why?

Edited by Colin - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.

Answers

  • jehwajehwa Posts: 6Questions: 3Answers: 0
        editor.field('reg_date').input().on('focus', function (a) {
    
  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    I'm guessing your comment is the solution, and you're all set now?

    Colin

This discussion has been closed.