Passing Parameters to JS methods

コメント

1件のコメント

  • Avatar
    sysberry GmbH

    Hi Casey,

    from rules the control will be always passed. If you have a function in code:

    function test(ctrl) {

    cosole.log(ctrl);

    }

    and use exectude method in rule without any parameters, then you will get the control in the variable. In some another cases you can use the keyword "this" for that.

    Regards

    Alexey

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。