You are here

function _masked_input_definitions_add_another_callback in Masked Input 7.2

Ajax callback: return definitions element.

See also

masked_input_settings()

1 string reference to '_masked_input_definitions_add_another_callback'
masked_input_settings in ./masked_input.admin.inc
Form builder: Masked Input settings

File

./masked_input.admin.inc, line 76
Provides the administrative UI.

Code

function _masked_input_definitions_add_another_callback($form, $form_state) {
  return $form['definition']['definitions'];
}