You are here

function modal_page_update_40002 in Modal 4.0.x

Same name and namespace in other branches
  1. 8.3 modal_page.install \modal_page_update_40002()
  2. 5.0.x modal_page.install \modal_page_update_40002()
  3. 4.1.x modal_page.install \modal_page_update_40002()

Created new field "Close Modal with ESC and Clicling Outside".

File

./modal_page.install, line 196
Install, update and uninstall functions for the Modal Page.

Code

function modal_page_update_40002() {

  // Its not necessary because we already fill items in modal_page_update_40003.
}