Print Friendly

Class YAHOO.ext.util.Config

Package:YAHOO.ext.util
Class:Config
Extends:Object
Defined In:yutil.js
Class with one useful method

This class is a singleton and cannot be created directly.

Public Properties

This class has no public properties.

Public Methods

Method Defined By
  apply(Object obj, Object config) : Object Config
Copies all the properties of config to obj.

Public Events

This class has no public events.

Method Details

apply

public function apply(Object obj, Object config)
Copies all the properties of config to obj.
Parameters:
  • obj : Object
    The receiver of the properties
  • config : Object
    The source of the properties
Returns:
  • Object
    returns obj
This method is defined by Config.

Copyright © 2006 Jack Slocum. All rights reserved.