Ext中的vtype和xtype归纳

    技术2025-01-14  11

    本文列举了常用的xtype,备开发时查阅使用

     

    用xtype会自动使用“延迟渲染”,这一点是和使用new直接创建组件最大的区别

    xtype            类 Class-------------    ------------------box              Ext.BoxComponentbutton           Ext.Buttoncolorpalette     Ext.ColorPalettecomponent        Ext.Componentcontainer        Ext.Containercycle            Ext.CycleButtondataview         Ext.DataViewdatepicker       Ext.DatePickereditor           Ext.Editoreditorgrid       Ext.grid.EditorGridPanelgrid             Ext.grid.GridPanelpaging           Ext.PagingToolbarpanel            Ext.Panelprogress         Ext.ProgressBarsplitbutton      Ext.SplitButtontabpanel         Ext.TabPaneltreepanel        Ext.tree.TreePanelviewport         Ext.ViewPortwindow           Ext.Window

    工具条组件 Toolbar components---------------------------------------toolbar          Ext.Toolbartbbutton         Ext.Toolbar.Button(已废弃,用button代替)tbfill           Ext.Toolbar.Filltbitem           Ext.Toolbar.Itemtbseparator      Ext.Toolbar.Separatortbspacer         Ext.Toolbar.Spacertbsplit          Ext.Toolbar.SplitButton(已废弃,用splitbutton代替)tbtext           Ext.Toolbar.TextItem

    表单组件 Form components---------------------------------------form             Ext.FormPanelcheckbox         Ext.form.Checkboxcombo            Ext.form.ComboBoxdatefield        Ext.form.DateFieldfield            Ext.form.Fieldfieldset         Ext.form.FieldSethidden           Ext.form.Hiddenhtmleditor       Ext.form.HtmlEditorlabel            Ext.form.Labelnumberfield      Ext.form.NumberFieldradio            Ext.form.Radiotextarea         Ext.form.TextAreatextfield        Ext.form.TextFieldtimefield        Ext.form.TimeFieldtrigger          Ext.form.TriggerField

    图表组件 Chart components---------------------------------------chart            Ext.chart.Chartbarchart         Ext.chart.BarChartcartesianchart   Ext.chart.CartesianChartcolumnchart      Ext.chart.ColumnChartlinechart        Ext.chart.LineChartpiechart         Ext.chart.PieChart

    Store对象 Store xtypes---------------------------------------arraystore       Ext.data.ArrayStoredirectstore      Ext.data.DirectStoregroupingstore    Ext.data.GroupingStorejsonstore        Ext.data.JsonStoresimplestore      Ext.data.SimpleStore     (已废弃,用arraystore代替) store            Ext.data.Storexmlstore         Ext.data.XmlStore

    可用的vtype列表 (表单验证)

    alpha,alphanum,email,url

    最新回复(0)