javascript - nested child view event LayoutView Marionette -
below hierarchy of layoutview
layoutview > region > collectionview > itemview > checkbox
if want listen change event of checkbox @ layoutview level, should listen , trigger event @ each level or there shorter way of implementing same.
sounds want childevents in layoutview. http://marionettejs.com/docs/v2.4.2/marionette.layoutview.html#layoutview-childevents
and trigger event in child view normal.
Comments
Post a Comment