Core Docs | Additional Modules Docs

Element.prototype.infuse


@Description: Used to infuse an sb.element instance
@File: Element/prototype/infuse.js
@Example:
//adds a property called name which is set to tim, and add a  property called type with a value of text
myElement.infuse({name : 'tim', type : 'text'});