LoginSignup
0
0

More than 5 years have passed since last update.

RailsのViewHelperでプルダウンにdata-bindする

Last updated at Posted at 2015-04-21

忘れがちなのでメモ

      = select :target, :ym, ['key1'=>'val1','key2'=>'val2','key3'=>'val3'], {selected: 'key2',include_blank: 'こちらからお選びください'},{data:{bind: "value: selected_month,event: {change: move_other_month}"} }

knockout.jsのdata-bindで使用。selectedやincludedなどの定義とbindの定義を別々のhash引数として渡してやるところがミソ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0