⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _test3_flexinit-generated.as

📁 实现很多功能 实现很多功能 实现很多功能
💻 AS
字号:
package {import flash.utils.*;import mx.core.IFlexModuleFactory;import flash.system.*import flash.net.registerClassAlias;import mx.collections.ArrayCollection;import mx.collections.ArrayList;import mx.utils.ObjectProxy;import mx.effects.EffectManager;import mx.core.mx_internal;[Mixin]public class _test3_FlexInit{   public function _test3_FlexInit()   {       super();   }   public static function init(fbs:IFlexModuleFactory):void   {      EffectManager.mx_internal::registerEffectTrigger("addedEffect", "added");      EffectManager.mx_internal::registerEffectTrigger("creationCompleteEffect", "creationComplete");      EffectManager.mx_internal::registerEffectTrigger("focusInEffect", "focusIn");      EffectManager.mx_internal::registerEffectTrigger("focusOutEffect", "focusOut");      EffectManager.mx_internal::registerEffectTrigger("hideEffect", "hide");      EffectManager.mx_internal::registerEffectTrigger("mouseDownEffect", "mouseDown");      EffectManager.mx_internal::registerEffectTrigger("mouseUpEffect", "mouseUp");      EffectManager.mx_internal::registerEffectTrigger("moveEffect", "move");      EffectManager.mx_internal::registerEffectTrigger("removedEffect", "removed");      EffectManager.mx_internal::registerEffectTrigger("resizeEffect", "resize");      EffectManager.mx_internal::registerEffectTrigger("resizeEndEffect", "resizeEnd");      EffectManager.mx_internal::registerEffectTrigger("resizeStartEffect", "resizeStart");      EffectManager.mx_internal::registerEffectTrigger("rollOutEffect", "rollOut");      EffectManager.mx_internal::registerEffectTrigger("rollOverEffect", "rollOver");      EffectManager.mx_internal::registerEffectTrigger("showEffect", "show");      flash.net.registerClassAlias("flex.messaging.io.ArrayCollection", mx.collections.ArrayCollection);      flash.net.registerClassAlias("flex.messaging.io.ArrayList", mx.collections.ArrayList);      flash.net.registerClassAlias("flex.messaging.io.ObjectProxy", mx.utils.ObjectProxy);      var styleNames:Array = ["strokeColor", "fontWeight", "modalTransparencyBlur", "rollOverColor", "textRollOverColor", "verticalGridLineColor", "backgroundDisabledColor", "textIndent", "barColor", "fontSize", "kerning", "footerColors", "textAlign", "fontStyle", "dropdownBorderColor", "modalTransparencyDuration", "textSelectedColor", "strokeWidth", "selectionColor", "horizontalGridLineColor", "modalTransparency", "shadowCapColor", "fontGridFitType", "selectionDisabledColor", "disabledColor", "fontAntiAliasType", "modalTransparencyColor", "alternatingItemColors", "shadowColor", "dropShadowColor", "themeColor", "letterSpacing", "fontFamily", "highlightColor", "color", "fontThickness", "errorColor", "headerColors", "fontSharpness"];      import mx.styles.StyleManager;      for (var i:int = 0; i < styleNames.length; i++)      {         StyleManager.registerInheritingStyle(styleNames[i]);      }   }}  // FlexInit}  // package

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -