-
Notifications
You must be signed in to change notification settings - Fork 0
coldfrontlabs/jquerymobile_datebox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Usage ===== Using theme templates or form alter, you can add the proper attributes to initialize the datebox element ~~~~~~~~~~~~~~~~~~~~~~ Ex: hook_form_ID_alter(&$form, &$form_state) { $form['datefield']['#attributes']['data-role'] = 'datebox'; $form['datefield']['#attributes']['data-options'] = '{"mode": "calbox"} '; } ~~~~~~~~~~~~~~~~~~~~~~ For a full list of options see http://dev.jtsage.com/jQM-DateBox/
About
Drupal 7 module to integrate the jQuery Mobile plugin Datebox
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published