maxlength_after_build |
./maxlength.module |
Finds all the elements in the form that request #max_length_properties behaviour
and respond. |
|
1 |
maxlength_field_remove_submit |
./maxlength.module |
Submit callback that removes the maxlength variables. |
|
1 |
maxlength_form_alter |
./maxlength.module |
Implementation of hook_form_alter(). |
|
|
maxlength_get_values |
./maxlength.inc |
Load maxlength settings for a certain fieldtype. |
2 |
|
maxlength_help |
./maxlength.module |
Implementation of hook_help(). |
|
|
maxlength_install |
./maxlength.install |
Implementation of hook_istall(). |
|
|
maxlength_node_type |
./maxlength.module |
Implementation of hook_node_type(). |
|
|
maxlength_recursive |
./maxlength.module |
Finds all the elements in the form that request #max_length_properties behaviour
and respond. |
1 |
|
maxlength_remove_field_variables |
./maxlength.module |
Removes the variables for a field |
2 |
|
maxlength_uninstall |
./maxlength.install |
Implementation of hook_unistall(). |
|
|
maxlength_update_1 |
./maxlength.install |
Implementation of hook_update_N(). |
|
|
maxlength_update_2 |
./maxlength.install |
Implementation of hook_update_N(). |
|
|
maxlength_update_3 |
./maxlength.install |
Implementation of hook_update_N(). |
|
|
maxlength_validate_element |
./maxlength.module |
Element validate that checks the length of the text to see if it is valid. |
|
1 |
_maxlength_cck_form_alter |
./maxlength.inc |
|
1 |
|
_maxlength_cck_form_submit |
./maxlength.inc |
|
|
1 |
_maxlength_comment_form_alter |
./maxlength.inc |
|
1 |
|
_maxlength_content_form_alter |
./maxlength.inc |
@file
Business logic for maxlength |
1 |
|
_maxlength_content_type_form_alter |
./maxlength.inc |
Editing a Content Type. |
1 |
|
_maxlength_format_element |
./maxlength.module |
Formats a form element to use maxlength value and use js.
It's not moved to maxlength.inc because Form API calls it even when form_alter is not called |
1 |
|
_maxlength_is_supported_widget |
./maxlength.inc |
Decides if the given widget is supported or not |
2 |
|