KISSY.Loader.Module

KISSY Module constructor This class should not be instantiated manually.

defined in: base.js

Class

Methods

  • getCharset () Get the charset of current module
  • getFullPath () Get the fullpath of current module if load dynamically
  • getName () Get the name of current module
  • getPackageInfo () Get the packageInfo of current module
  • getTag () Get the tag of current module
  • getValue () Get the value of current module
  • setValue (v) Set the value of current module

Class Detail

  • KISSY.Loader.Module (cfg)
    KISSY Module constructor This class should not be instantiated manually.
    Parameters
    •   cfg

Methods Detail

  • getCharset () view source
    Get the charset of current module
    Returns
    • {String}
  • getFullPath () view source
    Get the fullpath of current module if load dynamically
  • getName () view source
    Get the name of current module
    Returns
    • {String}
  • getPackageInfo () view source
    Get the packageInfo of current module
    Returns
    • {Object}
  • getTag () view source
    Get the tag of current module
    Returns
    • {String}
  • getValue () view source
    Get the value of current module
  • setValue (v) view source
    Set the value of current module
    Parameters
    •   v value to be set
blog comments powered by Disqus
Top