0.0.40 • Published 6 years ago

xceling-menu v0.0.40

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

The xceling-* suite is a work new to nodejs, and as such should not be relied on. I am actively working on this, however, and hope to see a useful version available before spring of '15.

This code is based on PHP based CMS I developed and is currently in production use on a good number (the only number I can give is more then 30) websites. These websites include the small personal and some large commercial ones.

If you are interested in helping move this nodejs project forward or would like to see the PHP version contact me at rama@ramabahama.net

DYNASITE-PAGE NOTES

This module contains the 'class' that encapsulates a dynamic menu definition that is stored according to the store type (see README.txt in ./stores).

The 'class' is required with an object that specifies the storage type to use (see below). The storage module must be located in the stores subdirectory and follow this naming convention: storage type-store.js. See stores/README.txt for storage module requirements.

usage: var Menu = require('xceling-menu')({store: 'mongo'}); -- or -- mn = new Menu({see Menu definition for options});

Public 'class' methods

The internal instance properties structure is not referenced directly - instead all outside references are through the getters and setters:

Public instance methods

0.0.40

6 years ago

0.0.37

7 years ago

0.0.36

7 years ago

0.0.35

7 years ago

0.0.30

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.15

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago