The Jude Core Object

Public Methods

sets relative path to library components (usually unnecessary since Jude sets it automatically)
void setPath ( string relativePath )
includes Jude components (extensions, widgets, themes);
require() is used within components
void include ( string component1, string component2, ... )
void require ( string component1, string component2, ... )
dumps the member properties of an object and their values to a new window
void debug ( object debugObj )

Public Properties

string elmDefaultPositioning If you don't specify a positioning for a new Jude Element, this is what it's set to. This is usually "absolute", but can be "relative" if you want.
boolean autoBoxFix Specifies whether autoBoxFix() gets called automatically when an element's dimensions are changed using sW(), sH(), or sS().