0
私が選択sub_idはとFormInputウィジェットを持っている:のonchange今
<rn:widget path="input/FormInput" name="Incident.CustomFields.c.customer_type"label_input="#rn:msg:CUSTOM_MSG_CUSTOMER_TYPE_LBL#" class="form-control" id="cstype" sub_id="selection" onchange="StoreSectors();"/>
とJavaScriptで、私はこれだけ持っている:
function StoreSectors() {
alert('Its Working');
}
しかしのonchange、それはないのですがこのように働く。 Javascriptで選択入力のonchangeイベントを取得するにはどうすればよいですか?