A DrupalGap module to support the Services Menu module in Drupal.
- Download
- Browse code repository
- Issues (1)
- Star Gazers (0)
- Forks (0)
- Updated: 2014-07-20
Drupal Core:
- 7.x
services_menu
A DrupalGap module to support the Services Menu module in Drupal. Used to load menus.
Setup
- Download and enable the partner Drupal module:
https://drupal.org/project/services_menu
- Enable the 'retrieve' resource under the 'menu' service in the Drupal UI:
admin/structure/services/list/drupalgap/resources
- Grant the 'Get menu' permission to your desired user roles in the Drupal UI:
admin/people/permissions
Example Usage
services_menu_load('menu-my-custom-menu', {
success: function(results) {
console.log(results);
}
});