<mx:HorizontalList> A level List, can be used to display images , The <mx:List> Is the vertical List,<mx:TileList> Like the table format List, itself the number of columns <mx:TabBar> That will be used to all kinds of Bar And <mx:ViewStack> The combination of effects can generate navigation <mx:DateField> Select Date <mx:MenuBar> Common <mx:RichTextEdit> Edit text in <mx:Accordion> Common, flexible <mx:Box> Series and <mx:ControlBar> More common ,<mx:DividedBox> Also more common <mx:TabNavigator> Than <mx:TabBar> Better use some <mx:Tile> Is also a good choice as a container Validator Many of the commonly used validator , If the results are not satisfactory, can be customized An interesting thing <mx:RegExpValidator> Used to find the matching string Formatter What is more useful Effect In <mx:AnimateProperty> Drawing effect can be achieved <mx:Blur> Blur <mx:Dissolve> Achieve fade effects, and <mx:Fade> Similar <mx:Glow> Outer glow <mx:Iris> Way to appear or disappear rectangular <mx:Move> Mobile results <mx:Parallel> Stack multiple effects <mx:Pause> Stop mx.effects.easing.Bounce.easeOut bouncing effect can produce <mx:Resize> Resize <mx:Rotate> Rotation <mx:SoundEffect> Sound Effects <mx:WipeDown> Disappear or appear from the top <mx:WipeLeft> Disappear or appear from right to left <mx:WipeRight> Disappear or appear from left to right <mx:WipeUp> Disappear or appear from the bottom up <mx:Zoom> Zoom in or out </mx:Transition> Different state transition effects when switching Charts( Statistics ) <mx:AreaChart> Is a representation of an area as <mx:AxisRenderer> Is an axis graph, stock trading, said in this way often <mx:BarChart> Is the histogram <mx:BubbleChart> Bubble <mx:CandlestickChart> A more interesting figure, "up " With the "down " The color will be different <mx:CategoryAxis> Like with AxisRenderer <mx:ColumnChart> Contact <mx:BarChart> Like <mx:DateTimeAxis> Axis of line chart by date <mx:GridLines> Multiple bar graph <mx:HLOCChart> Like with AxisRenderer <mx:Legend> Legend, discrete points <mx:LinearAxis>Axis Series <mx:LineChart> Line <mx:LogAxis>Axis Series <mx:PieChart> Pie <mx:PlotChart> Like with the Legend
Introduction of various Flex Component
2010-11-12 来源:本站原创 人气:104
-
Introduction of various Flex Component
2010-11-12
<mx:HorizontalList> A level List, can be used to display images , The <mx:List> Is the vertical List,<mx:TileList> Like the table format List, itself the number of columns <mx:TabBar> That will be used to all kinds of Bar And <m
-
Flex Component Life Cycle-depth study
2010-08-05
This and our in-depth learning Flex component life cycle concept, called Flex component constructor, the constructor does not return type, no arguments, use the super () call parent class constructor. This article to tell you a brief Flex component l
-
Understanding Custom Flex Component Development
2010-09-02
I've been Refining My Custom Flex component development for a while but I still Smile when I come across someone's definition of the Basics that makes what I've already learned even more understandable. I came across Mike Nimer's post about slides fr
-
Using the Flex Component Development
2010-10-09
ActionScript in Flex applications is probably the most important use is to use visual controls and containers to develop. Flex provides several techniques to accomplish this work, including the reference to using ActionScript Flex controls and operat
-
Flex Component inheritance
2010-10-20
The difference between components and controls: Components: component refers to any reusable and can interact with the object of other objects, such as the Flex's validators, formatters, effects, managers, controls, containers and so on. Control: con
-
Flex Component Layout
2010-10-27
Quote from http://xinsync.xju.edu.cn/index.php/archives/1937 ★ Set Component Layout For all inherited from UIComponent component, including the standard Flex components (Controls and Containers), we can in the label or in the AS to dynamically set th
-
Daquan open source flex component
2011-04-27
Flash Builder Beta Download: • http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4 Adobe official information ( http://labs.adobe.com/technologies/flashbuilder4/tutorials/ ): • What's new in Flex 4 SDK beta (Chinese translation: h
-
A style of FLEX component MecGrid EXCEL
2010-03-12
Introduction: A few months ago, because the project to explore the MecGrid, was not used for various reasons. Information online is not much, specially not impress, along with interested exchange study. This study includes information on self-MecGrid
-
Introduction of a FLEX expansion Degrafa
2010-05-31
Degrafa Introduction (www.degrafa.com) Using the FLEX in the Graphics can easily create a variety of vector graphics, but in some cases, we still need to use a similar description of SVG style vector graphics, but vector graphics interoperability. FL
-
flex component initialization sequence of theory and examples
2010-06-19
Component initialization sequence: (Preface: First implementation of the script in the member variable, and then began to initialize the components) preinitialize Trigger before the initialization of all, there is no definition of sub-components, but
-
Flex3 Getting Started (4): Flex component location and layout
2010-08-23
Location and layout of Flex components, Flex containers use most of the predefined set of rules to automatically locate you within the definition of all of its sub-components. If you use the Canvas container, or Application or Panel container, its la
-
Flex Component Life Cycle
2010-09-02
The lifecycle of component in flex is certainly somewhat similar to the old V2 framework where you create a component holder, craetechildren, set-sizes and dispatch events. Following four methods plays a role for component rendering commitProperties
-
Flex component instantiation life cycle
2010-11-06
Novice must master the content. Excerpt from Adobe's official documentation. Original Address Describes the life cycle of components through the component object class to create a series of component steps. In this process, components of Flex will ca
-
Flex component input box automatically prompts
2010-12-10
Transfer from http://bbs.airia.cn/thread-7783-1-1.html Flex components automatically prompts the input box first thing to say is that this AutoQueryTextInput component, do Web development should have used the component which is input in the user side
-
[Transfer] Flex component life cycle, some order of initialization process
2010-12-29
Write flex components, to understand the UIComponent lifecycle (life cycle) is very important, especially initialization (initialization) of the process is complex and paste files in this order can easily see the following documents: package { import
-
flex component HSlider and VSlider use
2010-03-31
Flex provides two kinds of horizontal and vertical sliding bar. Basic use: 01: mx: HSlider create horizontal slide bar 02: mx: VSlider create vertical sliding bar 03: Set the slide range: minimum and maximum properties 04: Set the slider's initial va
-
Flex Component Selection list
2010-05-14
We all know the list of Flex components have a property allowMultipleSelection, the multi-attribute decision to select or radio. Choose one that is 2. But many circumstances we need more menu options exist, although the radio function can contain mul
-
flex component Daquan
2010-12-29
Daquan has components of this flex,,, it is easy to learn good things .. Oh not exclusive ...
-
FLEX Component Component Summary
2011-05-23
Combox default object property named label labelField used as a display ComboBox stored in the list (this list refers to array / arraylist / arraycollection, etc.), if the label list in the Object has this property, then you do not have to specify th
-
flex component of the life cycle
2010-04-03
http://blog.ityao.com/archives/169
热门文章
-
Quartz CronTrigger most complete configuration instructions
1 -
public static void main (String args []) parameters
2 -
★ / / Ω Anqing on behalf of Mr. Lee QQ.992786828 billing ● 13682488601
3 -
Online reading, you will impetuous it?
4 -
Transfer] monopoly in Apple, is the rule-makers have the privilege: the opening up to Google, it is necessary to enter the mind who
5 -
Publishing process to the Android Market (directly above)
6 -
The secret about Objective-C magic Data-Type id
7 -
Spring 2.5.6 Introduction (c) - Spring in the life cycle of bean
8 -
jQuery技巧大放送 学习jquery的朋友可以看下
9 -
Python3 入门教程 简单但比较不错
10
小编推荐
- 2010.2.3 Note the running account
- TreeMap and HashMap problem
- VS2005, VS2008 shortcut keys let you easily develop Daquan
- Leather Printing Green Technology
- How to make a green version of MyEclipse 5.5/6.0
- [Essence] is very easy to use calendar control, are free to choose the date when the minutes and seconds
- Image Text vertically centered css image vertical center
- Spring loaded ApplicationContext.xml papers
最新更新
- Key log server via SSH, no need to enter password
- In the HP-UX package wlfullclient.jar even a small plane out of memory!
- Luci-mint Search the measured
- mysql stored procedures Study Notes - Error Handling Collection
- Dictionary Switcher
- Linux虚拟化技术 OpenVZ
- 如何编写一个加法器?
- 谷歌翻译(Google Translate)首页改版
- 袁萌和胡钢聊番茄花园事件:番茄花园给软件业的启示
- android 自定义TabActivity的实例方法
mvn heaprichfaces "popupSpring JPA multiple Persistence Units Annotationhttp; longlan.safetree.com.cn192.168.1.254 i6phttp: www.030055.com topic 75820.htmhttp: t.cn R2CreViIP address 10.20.1.1:8090http 221.133.237.80021.longin.aspxhttp: m.tb.cn ZQIsz8