Return HOME
MESSAGES:
The library messages will be sent in your Browser's Debug Console.
They consist of a status condition related to the execution and/or parametrization.
We have two types of messages: Error messages and Warning messages.
1. (xxx-E) Error messages indicate a state of inconsistency and
will be sent by "throw new Error" command.
2. (xxx-W) Warning messages indicate notification status but do not affect
module operation and will be sent by "console.log" command.
List of Messages:
001-E jMeny requires as window document class
002-E Item or Config is missing
1: item
2: config
003-E Menu type must be 'linear(1)|list(2)|dynamic(3)'
1: config.type
004-E DOMelement not found
1: item
005-E Item already in use
1: item
006-E Config data section is missing
1: config
007-E Config data section must be array format
1: config
008-W Item DOMelement not found and was created with defaults
1: menuitem
2: display mode
3: responsive mode
3: moveOn mode
009-W No action found
1: data
2: event
010-E Dataid is missing
011-E Value missing
1: value
2: key
3: menuid
012-E 2D dataset is not valid for this type of menu
1: config.data
013-E Dataset without id
1: dataset array#
2: config.data
014-E Dataset with undefined id
1: dataset array#
2: config.data
018-W URL fetch error
1: dataset args
019-E DOMelement without getBoundingClientRect, responsive is not available
1: DOMelement
020-W Action string invalid
1: data
2: event
021-W Menu not defined
1: dataset
2: event
022-E Attribute must be json format
1: attr
023-E State must be true|false
1: state
024-E Dataset Action must be function or string
1: dataset
025-E Responsive not allowed for the menu type
1: menutype
026-W Menu not found
1: dataset
2: event
027-W Responsive must be disabled:
1: menuitem
028-W Item already opened
1: menuitem,
2: control responsive block
029-W Form not found
1: dataset
2: event
ENDED