jQuery UI Widgets Forums Plugins AngularJS jqx-popover: open event not raised

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqx-popover: open event not raised #81347

    jqxfriend
    Participant

    Dear all

    I am using jqx-popover with angularjs and I encounter problems using the open event: If I adapt your example that the settings object is initialized as following:

    
                $scope.settings = {
                    offset: {left: -50, top: 0},
                    arrowOffsetValue: 50,
                    title: "Employees",
                    showCloseButton: true,
                    selector: $("#button"),
                    open: function () {
                        alert('hallo');
                    }
                };
    

    the open function is never called.
    What am I missing?

    Thanks for your help!

    jqx-popover: open event not raised #81354

    ivailo
    Participant

    Hi jqxfriend,

    Thanks for the feedback. We will investigate this behavior.
    Like a workaround in this example eyou can bind to the click event of the button, cause it’s related to the popover’s open.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.