add.bs.formgallery |
This event fires immediately when new image is about to add to the collection. It's when model value not yet change, and the view not yet updated. |
added.bs.formgallery |
This event fires immediately when new image just added to the collection. It's when model value changed, and the view already updated. The change.bs.formgallery called right after this. |
change.bs.formgallery |
This event fires immediately when data in model changes. It's when model value already changed, and the view already updated. |
delete.bs.formgallery |
This event fires immediately when an image is about to remove from the model. It's when model value not yet changed, and the view not yet updated. |
deleted.bs.formgallery |
This event fires immediately when an image just removed from model. It's when model value changed, and the view already updated. The change.bs.formgallery called right after this. |
clear.bs.formgallery |
This event fires immediately when model value truncated to an empty array string. It's when model value not yet changed, and the view not yet updated. |
cleared.bs.formgallery |
This event fires immediately when the model value truncated. It's when model value changed, and the view already updated. The change.bs.formgallery called right after this. |