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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? form.timefield.tag

?? 基于Jscript實(shí)現(xiàn)在類庫(kù),集成了現(xiàn)流行的ajax,重載select組件庫(kù)
?? TAG
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
<%-- 
	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="allQuery"
	type="java.lang.String"
	required="false"
	description="
(String)The text query to send to the server to return all records for the list with no filtering (defaults to '')
" %>

<%@ attribute
	name="allowBlank"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)False to validate that the value length > 0 (defaults to true)
" %>

<%@ 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="altFormats"
	type="java.lang.String"
	required="false"
	description="
(String)Multiple date formats separated by '|' to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d').
" %>

<%@ 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="autoCreate"
	type="java.lang.String"
	required="false"
	description="
(String/Object)A DomHelper element spec, or true for a default element spec (defaults to {tag: 'input', type: 'text', size: '20', autocomplete: 'off'})
" %>

<%@ 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="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="blankText"
	type="java.lang.String"
	required="false"
	description="
(String)Error text to display if the allow blank validation fails (defaults to 'This field is required')
" %>

<%@ attribute
	name="clearCls"
	type="java.lang.String"
	required="false"
	description="
(String)The CSS class used to provide field clearing (defaults to 'x-form-clear-left')
" %>

<%@ 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="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="disableKeyFilter"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to disable input keystroke filtering (defaults to false)
" %>

<%@ attribute
	name="disabled"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to disable the field (defaults to false).
" %>

<%@ 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="displayField"
	type="java.lang.String"
	required="false"
	description="
(String)The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if transforming a select)
" %>

<%@ attribute
	name="editable"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)
" %>

<%@ attribute
	name="emptyClass"
	type="java.lang.String"
	required="false"
	description="
(String)The CSS class to apply to an empty field to style the emptyText (defaults to 'x-form-empty-field'). This class is automatically added and removed as needed depending on the current field value.
" %>

<%@ attribute
	name="emptyText"
	type="java.lang.String"
	required="false"
	description="
(String)The default text to display in an empty field (defaults to null).
" %>

<%@ attribute
	name="fieldClass"
	type="java.lang.String"
	required="false"
	description="
(String)The default CSS class for the field (defaults to 'x-form-field')
" %>

<%@ attribute
	name="fieldLabel"
	type="java.lang.String"
	required="false"
	description="
(String)The label text to display next to this field (defaults to '')
" %>

<%@ attribute
	name="focusClass"
	type="java.lang.String"
	required="false"
	description="
(String)The CSS class to use when the field receives focus (defaults to 'x-form-focus')
" %>

<%@ attribute
	name="forceSelection"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to false)
" %>

<%@ attribute
	name="format"
	type="java.lang.String"
	required="false"
	description="
(String)The default date format string which can be overriden for localization support. The format must be valid according to Date.parseDate (defaults to 'm/d/y').
" %>

<%@ attribute
	name="handleHeight"
	type="java.lang.Integer"
	required="false"
	description="
(Number)The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)
" %>

<%@ attribute
	name="height"
	type="java.lang.Integer"
	required="false"
	description="
(Number)The height of this component in pixels (defaults to auto).
" %>

<%@ attribute
	name="hiddenName"
	type="java.lang.String"
	required="false"
	description="
(String)If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults to the underlying DOM element's name). Required for the combo's value to automatically post during a form submission.
" %>

<%@ attribute
	name="hideLabel"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to completely hide the label element (defaults to false)
" %>

<%@ attribute
	name="hideMode"
	type="java.lang.String"
	required="false"
	description="
(String)How this component should hidden. Supported values are 'visibility' (css visibility), 'offsets' (negative offset position) and 'display' (css display) - defaults to 'display'.
" %>

<%@ attribute
	name="hideParent"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.
" %>

<%@ attribute
	name="hideTrigger"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to hide the trigger element and display only the base text field (defaults to false)
" %>

<%@ attribute
	name="id"
	type="java.lang.String"
	required="false"
	description="
(String)The unique id of this component (defaults to an auto-assigned id).
" %>

<%@ attribute
	name="increment"
	type="java.lang.Integer"
	required="false"
	description="
(Number)The number of minutes between each time value in the list (defaults to 15).
" %>

<%@ attribute
	name="inputType"
	type="java.lang.String"
	required="false"
	description="
(String)The type attribute for input fields -- e.g. radio, text, password (defaults to 'text').
" %>

<%@ attribute
	name="invalidClass"
	type="java.lang.String"
	required="false"
	description="
(String)The CSS class to use when marking a field invalid (defaults to 'x-form-invalid')
" %>

<%@ attribute
	name="invalidText"
	type="java.lang.String"
	required="false"
	description="
(String)The error text to display when the time in the field is invalid (defaults to '{value} is not a valid time - it must be in the format {format}').
" %>

<%@ attribute
	name="itemCls"
	type="java.lang.String"
	required="false"
	description="
(String)An additional CSS class to apply to this field (defaults to the container's itemCls value if set, or '')
" %>

<%@ attribute
	name="labelSeparator"
	type="java.lang.String"
	required="false"
	description="
(String)The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.labelSeparator, which is a colon ':' by default). To display no separator for this field's label specify empty string ''.
" %>

<%@ attribute
	name="labelStyle"
	type="java.lang.String"
	required="false"
	description="
(String)A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example, labelStyle: 'font-weight:bold;'.
" %>

<%@ attribute
	name="lazyInit"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to not initialize the list for this combo until the field is focused. (defaults to true)
" %>

<%@ attribute
	name="lazyRender"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor, defaults to false)
" %>

<%@ attribute
	name="listAlign"
	type="java.lang.String"
	required="false"
	description="
(String)A valid anchor position value. See Ext.Element.alignTo for details on supported anchor positions (defaults to 'tl-bl')
" %>

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久影视一区二区| 91麻豆免费视频| 一区二区三区免费看视频| 久久久亚洲综合| 国产欧美一区二区精品婷婷| 欧美系列在线观看| 97久久人人超碰| 一本色道久久综合亚洲精品按摩| 国模大尺度一区二区三区| 国产毛片一区二区| 97精品久久久午夜一区二区三区| 国产精品午夜在线观看| 亚洲妇熟xx妇色黄| 日韩中文字幕区一区有砖一区 | 香蕉加勒比综合久久| 亚洲成人av一区二区三区| 欧美日韩在线三级| 精品国产91乱码一区二区三区| 日韩精品一区在线观看| 欧美激情一区不卡| 亚洲成av人片在线观看无码| 精品视频1区2区| 亚洲bdsm女犯bdsm网站| 91精品国产色综合久久| 国产无一区二区| 天堂午夜影视日韩欧美一区二区| 欧美日韩卡一卡二| 中文字幕一区三区| 午夜精品一区在线观看| 国产精品系列在线观看| 欧美狂野另类xxxxoooo| 亚洲精品视频免费看| 久久精品国产第一区二区三区| 国产成人自拍高清视频在线免费播放| 精品视频在线免费看| 经典三级一区二区| 日韩你懂的电影在线观看| 成人av手机在线观看| 国产日产欧产精品推荐色| 777精品伊人久久久久大香线蕉| 免费观看日韩av| 国产亚洲一区字幕| 日韩一区二区麻豆国产| 日本强好片久久久久久aaa| 91色porny在线视频| 久草这里只有精品视频| 一区二区三区成人| 国产精品丝袜91| 久久综合网色—综合色88| 91精品久久久久久久99蜜桃| 91精品国产色综合久久不卡电影| 欧美一级夜夜爽| 精品裸体舞一区二区三区| 国产成人鲁色资源国产91色综| 国内精品视频一区二区三区八戒| 亚洲一区二区综合| 欧美电视剧免费全集观看| 欧美一区二区三区四区久久 | 午夜在线成人av| 亚洲精品免费看| 亚洲精品成人在线| 亚洲一区二区在线视频| 午夜精品福利一区二区蜜股av| 亚洲一级在线观看| 看片的网站亚洲| 波多野结衣精品在线| 久久福利资源站| 91一区二区在线| 日韩一区二区免费在线观看| 欧美激情一区二区三区全黄| 亚洲一区二区三区在线播放| 精品一区二区三区免费观看| 91亚洲精品久久久蜜桃| 欧美一卡二卡在线观看| 国产精品网站一区| 国产一区二区三区免费看| 欧美男生操女生| 国产精品久线观看视频| 精品国产三级电影在线观看| 国产欧美日韩亚州综合| 亚洲6080在线| 欧美综合在线视频| 欧美在线观看你懂的| 精品国产三级a在线观看| 天天综合色天天综合| 在线观看日韩精品| 亚洲激情图片qvod| 成人午夜免费av| 色综合久久66| 欧美韩日一区二区三区| 免费精品视频最新在线| 这里只有精品99re| 日本成人在线网站| 日韩亚洲欧美综合| 精品无人区卡一卡二卡三乱码免费卡 | 中文字幕制服丝袜一区二区三区| 国产精品一卡二卡在线观看| 欧美大白屁股肥臀xxxxxx| 日本怡春院一区二区| 欧美三级资源在线| 一区二区成人在线视频| 欧洲日韩一区二区三区| 亚洲成av人片在线| 2014亚洲片线观看视频免费| 福利一区二区在线观看| 99久久777色| 亚洲激情图片一区| 欧美一区二区三级| 韩国成人精品a∨在线观看| 国产三级一区二区| 91福利资源站| 国产精品成人午夜| 欧美另类高清zo欧美| 激情六月婷婷久久| 亚洲一区二区三区在线看| 欧美成人精品1314www| 成人性生交大片免费看中文网站| 中文字幕亚洲电影| 日韩欧美国产综合| 色婷婷香蕉在线一区二区| 亚洲一区二区综合| 中文字幕欧美日韩一区| 欧美亚洲国产怡红院影院| 国产精品一区二区在线观看网站| 日韩伦理免费电影| 色综合久久六月婷婷中文字幕| 奇米777欧美一区二区| 欧美激情一区三区| 91精品黄色片免费大全| 一本色道久久综合狠狠躁的推荐| 日韩精品一级二级| 国产精品久久影院| 久久蜜桃香蕉精品一区二区三区| 色悠悠久久综合| 成人va在线观看| 蜜桃久久精品一区二区| 精品成人一区二区三区四区| 日本丶国产丶欧美色综合| 国产精品自产自拍| 久久se精品一区精品二区| 亚洲高清中文字幕| 三级久久三级久久久| 麻豆一区二区三| 青青草成人在线观看| 日本vs亚洲vs韩国一区三区二区| 一区二区三区不卡视频在线观看| 国产精品久久久久久久浪潮网站| 国产精品亲子乱子伦xxxx裸| 国产欧美视频一区二区三区| 国产女人18毛片水真多成人如厕 | 国产毛片精品视频| 99r国产精品| 在线这里只有精品| 欧美精品v日韩精品v韩国精品v| 欧美日韩亚洲综合在线 欧美亚洲特黄一级 | 久久久国产一区二区三区四区小说| 精品欧美一区二区三区精品久久| 国产日韩精品视频一区| 国产精品久久久久久福利一牛影视| 久久久久综合网| 亚洲影院免费观看| 日韩精品亚洲一区| 国产白丝网站精品污在线入口| 91免费在线看| 精品不卡在线视频| 18成人在线视频| 麻豆久久一区二区| k8久久久一区二区三区 | 色综合久久久久综合| 欧美男人的天堂一二区| 精品久久久久av影院| 依依成人综合视频| 不卡一区二区在线| 欧美日韩精品二区第二页| 亚洲国产精品av| 婷婷久久综合九色国产成人 | 成人免费视频网站在线观看| 欧美人牲a欧美精品| 国产精品高潮呻吟| 国产乱码字幕精品高清av| 在线不卡一区二区| 亚洲国产视频网站| 成人国产一区二区三区精品| 精品久久久久香蕉网| 久久精品久久久精品美女| 欧美在线视频全部完| 亚洲伦理在线免费看| 欧美日本在线观看| 成人av免费在线| 亚洲天堂2016| 91精品国产综合久久国产大片| 青青草一区二区三区| 中文字幕不卡三区| 欧美综合一区二区| 久久se精品一区二区| 国产精品三级视频| 欧美日本精品一区二区三区| 免费成人在线观看视频| 在线视频欧美精品| 亚洲日韩欧美一区二区在线|