Developer   API   BaseClass

BaseClass

This class is base for all framework object. It provides basiv functionality of settings object attributes via options .

Properties

  • defaults : Object
    Sets default controls options.
  • options : Object
    Position of navigation bar.
  • this
    Construct of the object calls following method in order.

Methods

  • afterInitControls
    Method is executed after init controls.
  • beforeInitControls
    Method is executed before init controls.
  • undefined(k,v)
    Special property executed when priperty is undefined. It can be that JSON format is in format "key" : "value". Key is an string, so if this is the case methot return "value". Ass well as k is a regular property of the class it returns getter of this property.