如何在自定义元素或按钮小部件上触发事件?

时间:2019-07-17 23:56:00

标签: javascript php jquery wordpress elementor

我有一个需要为Elementor创建自定义小部件的要求。当我单击“按钮”时,此小部件上将有两个文本字段和一个按钮。我必须触发一个事件。

但是,当我尝试使用此代码创建按钮时,HTML页面上没有任何按钮ID。

          'submit_content',
          [
            //'label' => __( 'Submit Content', 'plugin-name' ),
            'type' => \Elementor\Controls_Manager::BUTTON,
            'separator' => 'before',
            'button_type' => 'success',
            'text' => __( 'Submit Product', 'plugin-domain' ),
            'event' => 'namespace:editor:submit',
          ]
        );

有什么办法可以使用此按钮创建任何ID吗?还是我可以在JavaScript或PHP端的click事件上使用此按钮的任何方式?

1 个答案:

答案 0 :(得分:0)

with lock: