Sub_id を選択した FormInput ウィジェットがあります。
<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 イベントを取得するにはどうすればよいですか?