jquerymobile_add |
./jquerymobile.module |
Add the library to the page |
|
|
jquerymobile_element_info_alter |
./jquerymobile.module |
Implements hook_element_info_alter(). |
|
|
jquerymobile_is_added |
./jquerymobile.module |
Track that jQM has been added to the page |
2 |
|
jquerymobile_js_alter |
./jquerymobile.module |
Implementation of hook_js_alter()
@todo some of these (user.js) in particular might want to be included
user.js is dis-included because of unresolved issues between Drupal.settings and jQM |
|
|
jquerymobile_pre_render_checkboxes |
./jquerymobile.module |
custom pre_render function for checkboxes
if a checkboxes element has only 1 option, leave it alone;
otherwise mark it as multiple so that we leave it alone when
transforming single-value checkboxes to slide switches |
|
1 |
jquerymobile_process_actions |
./jquerymobile.module |
custom processing for form actions
set them up as a jqm grid
@todo need to be able to turn this on/off (per action set?) |
|
1 |
jquerymobile_process_text_format |
./jquerymobile.module |
re-work the structure of the text_format type so it can be collapsed
also drop the help link to the bottom and remove the title of the format element since it's now in the #prefix |
|
1 |