home *** CD-ROM | disk | FTP | other *** search
- TEXTWRAPPER = function()
- {
- };
- TEXTWRAPPER.prototype = new MovieClip();
- TEXTWRAPPER.prototype.addProperty("menu",function()
- {
- return this._text.menu;
- }
- ,function(x)
- {
- this._text.menu = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("tabEnabled",function()
- {
- return this._text.tabEnabled;
- }
- ,function(x)
- {
- this._text.tabEnabled = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("tabIndex",function()
- {
- return this._text.tabIndex;
- }
- ,function(x)
- {
- this._text.tabIndex = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("autoSize",function()
- {
- return this._text.autoSize;
- }
- ,function(x)
- {
- this._text.autoSize = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("background",function()
- {
- return this._text.background;
- }
- ,function(x)
- {
- this._text.background = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("backgroundColor",function()
- {
- return this._text.backgroundColor;
- }
- ,function(x)
- {
- this._text.backgroundColor = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("border",function()
- {
- return this._text.border;
- }
- ,function(x)
- {
- this._text.border = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("borderColor",function()
- {
- return this._text.borderColor;
- }
- ,function(x)
- {
- this._text.borderColor = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("bottomScroll",function()
- {
- return this._text.bottomScroll;
- }
- ,function(x)
- {
- this._text.bottomScroll = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("condenseWhite",function()
- {
- return this._text.condenseWhite;
- }
- ,function(x)
- {
- this._text.condenseWhite = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("embedFonts",function()
- {
- return this._text.embedFonts;
- }
- ,function(x)
- {
- this._text.embedFonts = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("_height",function()
- {
- return this._text._height;
- }
- ,function(x)
- {
- this._text._height = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("hscroll",function()
- {
- return this._text.hscroll;
- }
- ,function(x)
- {
- this._text.hscroll = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("htmlText",function()
- {
- return this._text.htmlText;
- }
- ,function(x)
- {
- this._text.htmlText = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("maxChars",function()
- {
- return this._text.maxChars;
- }
- ,function(x)
- {
- this._text.maxChars = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("mouseWheelEnabled",function()
- {
- return this._text.mouseWheelEnabled;
- }
- ,function(x)
- {
- this._text.mouseWheelEnabled = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("multiline",function()
- {
- return this._text.multiline;
- }
- ,function(x)
- {
- this._text.multiline = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("password",function()
- {
- return this._text.password;
- }
- ,function(x)
- {
- this._text.password = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("restrict",function()
- {
- return this._text.restrict;
- }
- ,function(x)
- {
- this._text.restrict = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("scroll",function()
- {
- return this._text.scroll;
- }
- ,function(x)
- {
- this._text.scroll = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("selectable",function()
- {
- return this._text.selectable;
- }
- ,function(x)
- {
- this._text.selectable = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("stylesheet",function()
- {
- return this._text.stylesheet;
- }
- ,function(x)
- {
- this._text.stylesheet = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("textColor",function()
- {
- return this._text.textColor;
- }
- ,function(x)
- {
- this._text.textColor = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("type",function()
- {
- return this._text.type;
- }
- ,function(x)
- {
- this._text.type = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("variable",function()
- {
- return this._text.variable;
- }
- ,function(x)
- {
- this._text.variable = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("_width",function()
- {
- return this._text._width;
- }
- ,function(x)
- {
- this._text._width = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("wordWrap",function()
- {
- return this._text.wordWrap;
- }
- ,function(x)
- {
- this._text.wordWrap = x;
- }
- );
- TEXTWRAPPER.prototype.addProperty("length",function()
- {
- return this._text.length;
- }
- ,null);
- TEXTWRAPPER.prototype.addProperty("maxhscroll",function()
- {
- return this._text.maxhscroll;
- }
- ,null);
- TEXTWRAPPER.prototype.addProperty("maxscroll",function()
- {
- return this._text.maxscroll;
- }
- ,null);
- TEXTWRAPPER.prototype.addProperty("textHeight",function()
- {
- return this._text.textHeight;
- }
- ,null);
- TEXTWRAPPER.prototype.addProperty("textWidth",function()
- {
- return this._text.textWidth;
- }
- ,null);
- TEXTWRAPPER.prototype.addListener = function(a)
- {
- return this._text.addListener(a);
- };
- TEXTWRAPPER.prototype.getNewTextFormat = function()
- {
- return this._text.getNewTextFormat();
- };
- TEXTWRAPPER.prototype.getTextFormat = function()
- {
- var _loc0_ = null;
- return _loc0_.getTextFormat.apply(_loc0_ = this._text,arguments);
- };
- TEXTWRAPPER.prototype.removeListener = function(a)
- {
- return this._text.removeListener(a);
- };
- TEXTWRAPPER.prototype.removeTextField = function()
- {
- return this._text.removeTextField();
- };
- TEXTWRAPPER.prototype.replaceSel = function(a)
- {
- return this._text.replaceSel(a);
- };
- TEXTWRAPPER.prototype.replaceText = function(a, b, c)
- {
- return this._text.replaceText(a,b,c);
- };
- TEXTWRAPPER.prototype.setNewTextFormat = function(a)
- {
- return this._text.setNewTextFormat(a);
- };
- TEXTWRAPPER.prototype.setTextFormat = function()
- {
- var _loc0_ = null;
- return _loc0_.setTextFormat.apply(_loc0_ = this._text,arguments);
- };
- BUTTONWRAPPER.prototype.addProperty("enabled",function()
- {
- return this._button.enabled;
- }
- ,function(x)
- {
- this._button.enabled = x;
- }
- );
- BUTTONWRAPPER.prototype.addProperty("trackAsMenu",function()
- {
- return this._button.trackAsMenu;
- }
- ,function(x)
- {
- this._button.trackAsMenu = x;
- }
- );
- BUTTONWRAPPER.prototype.addProperty("useHandCursor",function()
- {
- return this._button.useHandCursor;
- }
- ,function(x)
- {
- this._button.useHandCursor = x;
- }
- );
-