亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? grid.gridpanel.tag

?? 基于Jscript實現在類庫,集成了現流行的ajax,重載select組件庫
?? TAG
?? 第 1 頁 / 共 4 頁
字號:
<%-- 
	ExtJS Tag Library (ExtTLD)
    Copyright (C) 2008  Jaroslav Benc <jaroslav.benc@gmail.com>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
	
	===========================================================================
	BY USING THIS LIBRARY YOU CONFIRM THAT YOU HAVE READ, UNDERSTOOD AND ACCEPT
	OUR ETHICAL CRITERIA LISTED ON THE EXTTLD WEBSITE (WWW.EXTTLD.COM)
	===========================================================================
--%>

<%-- Config params _____________________________START --%>

<%@ attribute
	name="activeItem"
	type="java.lang.String"
	required="false"
	description="
(String/Number)A string component id or the numeric index of the component that should be initially activated within the container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like Ext.layout.Accordion, Ext.layout.CardLayout and Ext.layout.FitLayout). Related to Ext.layout.ContainerLayout.activeItem.
" %>

<%@ attribute
	name="allowDomMove"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)Whether the component can move the Dom node when rendering (defaults to true).
" %>

<%@ attribute
	name="animCollapse"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext.Fx class is available, otherwise false).
" %>

<%@ attribute
	name="applyTo"
	type="java.lang.String"
	required="false"
	description="
(Mixed)The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for renderTo will be ignored and the target element's parent node will automatically be used as the component's container.
" %>

<%@ attribute
	name="autoDestroy"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)If true the container will automatically destroy any contained component that is removed from it, else destruction must be handled manually (defaults to true).
" %>

<%@ attribute
	name="autoExpandColumn"
	type="java.lang.String"
	required="false"
	description="
(String)The id of a column in this grid that should expand to fill unused space. This id can not be 0.
" %>

<%@ attribute
	name="autoExpandMax"
	type="java.lang.Integer"
	required="false"
	description="
(Number)The maximum width the autoExpandColumn can have (if enabled). Defaults to 1000.
" %>

<%@ attribute
	name="autoExpandMin"
	type="java.lang.Integer"
	required="false"
	description="
(Number)The minimum width the autoExpandColumn can have (if enabled). defaults to 50.
" %>

<%@ attribute
	name="autoHeight"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to use height:'auto', false to use fixed height (defaults to false).
" %>

<%@ attribute
	name="autoLoad"
	type="java.lang.String"
	required="false"
	description="
(Object/String/Function)A valid url spec according to the Updater Ext.Updater.update method. If autoLoad is not null, the panel will attempt to load its contents immediately upon render.

The URL will become the default URL for this panel's body element, so it may be refreshed at any time.

" %>

<%@ attribute
	name="autoScroll"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).
" %>

<%@ attribute
	name="autoShow"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).
" %>

<%@ attribute
	name="autoWidth"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to use width:'auto', false to use fixed width (defaults to false).
" %>

<%@ attribute
	name="baseCls"
	type="java.lang.String"
	required="false"
	description="
(String)The base CSS class to apply to this panel's element (defaults to 'x-panel').
" %>

<%@ attribute
	name="bbar"
	type="java.lang.Object"
	required="false"
	description="
(Object/Array)The bottom toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the bottom toolbar after render, use getBottomToolbar.
" %>

<%@ attribute
	name="bodyBorder"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when border == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.
" %>

<%@ attribute
	name="bodyStyle"
	type="java.lang.String"
	required="false"
	description="
(String/Object/Function)Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to null).
" %>

<%@ attribute
	name="border"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting bodyBorder to false.
" %>

<%@ attribute
	name="bufferResize"
	type="java.lang.Object"
	required="false"
	description="
(Boolean/Number)When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers with a large amount of sub components that frequent calls to layout are expensive.
" %>

<%@ attribute
	name="buttonAlign"
	type="java.lang.String"
	required="false"
	description="
(String)The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').
" %>

<%@ attribute
	name="buttons"
	type="java.lang.String"
	required="false"
	description="
(Array)An array of Ext.Button configs used to add buttons to the footer of this panel.
" %>

<%@ attribute
	name="cls"
	type="java.lang.String"
	required="false"
	description="
(String)An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.
" %>

<%@ attribute
	name="cm"
	type="java.lang.Object"
	required="false"
	description="
(Object)Shorthand for colModel.
" %>

<%@ attribute
	name="colModel"
	type="java.lang.Object"
	required="false"
	description="
(Object)The Ext.grid.ColumnModel to use when rendering the grid (required).
" %>

<%@ attribute
	name="collapseFirst"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).
" %>

<%@ attribute
	name="collapsed"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to render the panel collapsed, false to render it expanded (defaults to false).
" %>

<%@ attribute
	name="collapsedCls"
	type="java.lang.String"
	required="false"
	description="
(String)A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
" %>

<%@ attribute
	name="collapsible"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).
" %>

<%@ attribute
	name="columns"
	type="java.lang.String"
	required="false"
	description="
(Array)An array of columns to auto create a ColumnModel
" %>

<%@ attribute
	name="contentEl"
	type="java.lang.String"
	required="false"
	description="
(String)The id of an existing HTML node to use as the panel's body content (defaults to '').
" %>

<%@ attribute
	name="ctCls"
	type="java.lang.String"
	required="false"
	description="
(String)An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.
" %>

<%@ attribute
	name="defaultType"
	type="java.lang.String"
	required="false"
	description="
(String)The default type of container represented by this object as registered in Ext.ComponentMgr (defaults to 'panel').
" %>

<%@ attribute
	name="defaults"
	type="java.lang.Object"
	required="false"
	description="
(Object)A config object that will be applied to all components added to this container either via the items config or via the add or insert methods. The defaults config can contain any number of name/value property pairs to be added to each item, and should be valid for the types of items being added to the container. For example, to automatically apply padding to the body of each of a set of contained Ext.Panel items, you could pass: defaults: {bodyStyle:'padding:15px'}.
" %>

<%@ attribute
	name="disableSelection"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to disable selections in the grid (defaults to false). - ignored a SelectionModel is specified
" %>

<%@ attribute
	name="disabledClass"
	type="java.lang.String"
	required="false"
	description="
(String)CSS class added to the component when it is disabled (defaults to 'x-item-disabled').
" %>

<%@ attribute
	name="draggable"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true, although Ext.Panel.DD is an internal, undocumented class.
" %>

<%@ attribute
	name="elements"
	type="java.lang.String"
	required="false"
	description="
(String)A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be generated automatically based on the items added to the panel at config time, but sometimes it might be useful to make sure a structural element is rendered even if not specified at config time (for example, you may want to add a button or toolbar dynamically after the panel has been rendered). Adding those elements to this list will allocate the required placeholders in the panel when it is rendered. Valid values are

    * header
    * tbar (top bar)
    * body
    * bbar (bottom bar)
    * footer
*

 Defaults to 'body'.
" %>

<%@ attribute
	name="enableColumnHide"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to enable hiding of columns with the header context menu.
" %>

<%@ attribute
	name="enableColumnMove"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to enable drag and drop reorder of columns.
" %>

<%@ attribute
	name="enableColumnResize"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)False to turn off column resizing for the whole grid (defaults to true).
" %>

<%@ attribute
	name="enableDragDrop"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to enable drag and drop of rows.
" %>

<%@ attribute
	name="enableHdMenu"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to enable the drop down button for menu in the headers.
" %>

<%@ attribute
	name="enableRowHeightSync"
	type="java.lang.Boolean"
	required="false"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品欧美一区二区久久| 亚洲国产精品人人做人人爽| 国产拍揄自揄精品视频麻豆| 亚洲日本va在线观看| 日韩经典一区二区| 福利一区在线观看| 91精品欧美综合在线观看最新 | 欧美性色综合网| 精品日韩一区二区三区| 亚洲一区二区五区| av一本久道久久综合久久鬼色| 91精品国产综合久久久久久久| 亚洲国产精品精华液2区45| 五月婷婷综合激情| 成人小视频免费观看| 日韩一二三四区| 午夜免费久久看| 日本韩国一区二区三区视频| 久久久五月婷婷| 蜜臀av国产精品久久久久| 在线亚洲精品福利网址导航| 日韩欧美激情在线| 日韩在线一区二区三区| 欧美日韩午夜在线| 亚洲最新视频在线播放| av网站一区二区三区| 国产色综合一区| 国产最新精品免费| 日韩免费观看高清完整版| 日韩激情一二三区| 欧美男生操女生| 亚洲图片欧美色图| 欧美日韩国产系列| 日日欢夜夜爽一区| 91精品国产一区二区人妖| 亚洲成人自拍网| 5566中文字幕一区二区电影| 香蕉av福利精品导航| 91麻豆精品国产无毒不卡在线观看| 一区二区在线观看av| 91成人在线免费观看| 亚洲精品va在线观看| 在线观看91精品国产入口| 亚洲成年人影院| 8x福利精品第一导航| 精品在线观看免费| 国产视频一区二区在线观看| 国产不卡视频一区二区三区| 欧美国产欧美亚州国产日韩mv天天看完整| 国产精选一区二区三区| 国产精品久久午夜夜伦鲁鲁| 色诱亚洲精品久久久久久| 亚洲国产日韩综合久久精品| 69精品人人人人| 国产一区91精品张津瑜| 国产日韩综合av| 一本色道久久综合精品竹菊| 亚洲在线一区二区三区| 69久久夜色精品国产69蝌蚪网| 久久成人综合网| 国产精品少妇自拍| 在线精品视频小说1| 青青草国产精品97视觉盛宴| 亚洲精品一区二区三区蜜桃下载| 成人精品小蝌蚪| 亚洲妇女屁股眼交7| 欧美v国产在线一区二区三区| 国产激情偷乱视频一区二区三区 | 国产精品久久影院| 欧美日韩在线免费视频| 精品一区二区三区av| 中文字幕一区二区在线播放| 欧美性视频一区二区三区| 日韩精品午夜视频| 欧美激情资源网| 91.xcao| 成人福利视频在线看| 日本中文字幕一区| 日韩毛片视频在线看| 欧美xxx久久| 在线观看成人免费视频| 国产成人夜色高潮福利影视| 日韩国产一二三区| 亚洲免费三区一区二区| 精品成人一区二区三区四区| 91黄色免费看| 国产精品资源在线看| 日韩精品一区第一页| 亚洲欧美日韩一区二区三区在线观看 | 午夜电影久久久| 国产精品视频线看| 日韩精品一区二区三区中文不卡 | 色94色欧美sute亚洲线路二| 玖玖九九国产精品| 亚洲一二三四在线观看| 亚洲国产精品99久久久久久久久| 91精品国产麻豆| 色诱视频网站一区| 白白色亚洲国产精品| 韩国av一区二区三区四区 | 亚洲精品v日韩精品| 国产欧美精品在线观看| 日韩欧美一级在线播放| 在线视频你懂得一区| thepron国产精品| 久久9热精品视频| 日韩综合小视频| 一区二区理论电影在线观看| 国产精品久久久久婷婷| 2019国产精品| 久久综合九色欧美综合狠狠| 欧美一区二区三区播放老司机| 欧美日韩在线不卡| 欧美日韩高清一区二区不卡| 日本高清免费不卡视频| 91碰在线视频| 99精品一区二区三区| 99综合电影在线视频| 成人精品电影在线观看| caoporn国产精品| aaa亚洲精品一二三区| 粉嫩绯色av一区二区在线观看| 国产精品中文字幕欧美| 国产精品一区二区久激情瑜伽| 久久爱www久久做| 国产精品中文字幕欧美| 成人中文字幕电影| 91在线porny国产在线看| 99国产精品久| 在线观看国产一区二区| 欧美精品在线一区二区| 日韩一级免费观看| 久久久亚洲精品石原莉奈| 国产欧美日韩在线看| 国产精品美女久久久久aⅴ | 久久久久久免费| 国产肉丝袜一区二区| 国产精品激情偷乱一区二区∴| 国产精品毛片a∨一区二区三区| 1区2区3区精品视频| 亚洲精品国产a| 亚洲18色成人| 韩国三级中文字幕hd久久精品| 国产精品一线二线三线| 成人精品在线视频观看| 99精品视频在线播放观看| 欧美在线观看视频一区二区三区| 9191久久久久久久久久久| 久久蜜臀中文字幕| 中文字幕一区二区三区色视频| 亚洲综合色区另类av| 日韩成人一区二区| 国产91高潮流白浆在线麻豆| 成人小视频在线| 欧美日韩不卡一区二区| 337p日本欧洲亚洲大胆精品| 国产精品亲子伦对白| 亚洲一区二区三区在线播放| 美女精品自拍一二三四| 成人app在线| 欧美一区二区三区四区在线观看 | 91一区二区在线| 91精品中文字幕一区二区三区| 国产欧美日韩不卡免费| 亚洲成精国产精品女| 国产91色综合久久免费分享| 欧美久久免费观看| 国产精品私人自拍| 日韩精品亚洲一区| 99久久久精品| 久久久精品免费观看| 日韩国产在线一| 91婷婷韩国欧美一区二区| 欧美成人猛片aaaaaaa| 亚洲在线观看免费视频| 成人小视频在线观看| 日韩精品最新网址| 亚洲国产一区二区视频| 成人天堂资源www在线| 日韩欧美国产系列| 亚洲图片欧美一区| av电影天堂一区二区在线观看| 日韩西西人体444www| 亚洲综合成人网| 成人精品免费网站| 精品国产麻豆免费人成网站| 亚洲线精品一区二区三区| 波多野结衣一区二区三区| 久久综合九色综合97_久久久| 日韩和的一区二区| 欧美日韩精品一区二区三区蜜桃| 亚洲欧洲精品一区二区三区不卡| 国内精品伊人久久久久av影院| 欧美日韩美女一区二区| 亚洲精品自拍动漫在线| 91浏览器打开| 最新不卡av在线| 99在线热播精品免费| 亚洲三级免费观看| 91亚洲精品一区二区乱码|