constant LINKIT_CHAR_LIMIT in Linkit 7.3
Define the minimum number of characters to perform server polling.
2 uses of LINKIT_CHAR_LIMIT
- LinkitProfileUICRUDTestCase::testUpdateProfile in test/
linkit_profile.test - Update a profile.
- _linkit_build_autocomplete_form_fields in plugins/
export_ui/ linkit_profiles.inc - Append autocomplete (BAC) form element to the profile form.
File
- ./
linkit.module, line 31 - Main file for Linkit module.
Code
define('LINKIT_CHAR_LIMIT', 3);