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

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

?? menu.separator.tag

?? 基于Jscript實現在類庫,集成了現流行的ajax,重載select組件庫
?? TAG
字號:
<%-- 
	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="activeClass"
	type="java.lang.String"
	required="false"
	description="
(String)The CSS class to use when the item becomes activated (defaults to 'x-menu-item-active')
" %>

<%@ 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="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="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="canActivate"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True if this item can be visually activated (defaults to false)
" %>

<%@ 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="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="handler"
	type="java.lang.String"
	required="false"
	description="
(Function)A function that will handle the click event of this menu item (defaults to undefined)
" %>

<%@ attribute
	name="hideDelay"
	type="java.lang.Integer"
	required="false"
	description="
(Number)Length of time in milliseconds to wait before hiding after a click (defaults to 100)
" %>

<%@ 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="hideOnClick"
	type="java.lang.Boolean"
	required="false"
	description="
(Boolean)True to hide the containing menu after this item is clicked (defaults to false)
" %>

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

<%@ attribute
	name="itemCls"
	type="java.lang.String"
	required="false"
	description="
(String)The default CSS class to use for separators (defaults to 'x-menu-sep')
" %>

<%@ attribute
	name="listeners"
	type="java.lang.Object"
	required="false"
	description="
(Object)A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the addListener example for attaching multiple handlers at once.
" %>

<%@ attribute
	name="plugins"
	type="java.lang.Object"
	required="false"
	description="
(Object/Array)An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.
" %>

<%@ attribute
	name="renderTo"
	type="java.lang.String"
	required="false"
	description="
(Mixed)The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.
" %>

<%@ attribute
	name="scope"
	type="java.lang.Object"
	required="false"
	description="
(Object)The scope in which the handler function will be called.
" %>

<%@ attribute
	name="stateEvents"
	type="java.lang.String"
	required="false"
	description="
(Array)An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']).
" %>

<%@ attribute
	name="stateId"
	type="java.lang.String"
	required="false"
	description="
(String)The unique id for this component to use for state management purposes (defaults to the component id).
" %>

<%@ attribute
	name="style"
	type="java.lang.String"
	required="false"
	description="
(String)A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.applyStyles.
" %>

<%@ attribute
	name="xtype"
	type="java.lang.String"
	required="false"
	description="
(String)The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a Component config object. The xtype will be looked up at render time up to determine what type of child Component to create.

 The predefined xtypes are listed here. 

 If you subclass Components to create your own Components, you may register them using Ext.ComponentMgr.registerType in order to be able to take advantage of lazy instantiation and rendering.
" %>

<%-- Config params _____________________________END --%>

<%-- Events _____________________________START --%>

<%@ attribute
	name="onActivate"
	type="java.lang.String"
	required="false"
	description="
( Ext.menu.BaseItem this )Fires when this item is activated
" %>

<%@ attribute
	name="onBeforedestroy"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires before the component is destroyed. Return false to stop the destroy.
" %>

<%@ attribute
	name="onBeforehide"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires before the component is hidden. Return false to stop the hide.
" %>

<%@ attribute
	name="onBeforerender"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires before the component is rendered. Return false to stop the render.
" %>

<%@ attribute
	name="onBeforeshow"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires before the component is shown. Return false to stop the show.
" %>

<%@ attribute
	name="onBeforestaterestore"
	type="java.lang.Object"
	required="false"
	description="
( Ext.Component this, Object state )Fires before the state of the component is restored. Return false to stop the restore.
" %>

<%@ attribute
	name="onBeforestatesave"
	type="java.lang.Object"
	required="false"
	description="
( Ext.Component this, Object state )Fires before the state of the component is saved to the configured state provider. Return false to stop the save.
" %>

<%@ attribute
	name="onClick"
	type="java.lang.Object"
	required="false"
	description="
( Ext.menu.BaseItem this, Ext.EventObject e )Fires when this item is clicked
" %>

<%@ attribute
	name="onDeactivate"
	type="java.lang.String"
	required="false"
	description="
( Ext.menu.BaseItem this )Fires when this item is deactivated
" %>

<%@ attribute
	name="onDestroy"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires after the component is destroyed.
" %>

<%@ attribute
	name="onDisable"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires after the component is disabled.
" %>

<%@ attribute
	name="onEnable"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires after the component is enabled.
" %>

<%@ attribute
	name="onHide"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires after the component is hidden.
" %>

<%@ attribute
	name="onRender"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires after the component is rendered.
" %>

<%@ attribute
	name="onShow"
	type="java.lang.String"
	required="false"
	description="
( Ext.Component this )Fires after the component is shown.
" %>

<%@ attribute
	name="onStaterestore"
	type="java.lang.Object"
	required="false"
	description="
( Ext.Component this, Object state )Fires after the state of the component is restored.
" %>

<%@ attribute
	name="onStatesave"
	type="java.lang.Object"
	required="false"
	description="
( Ext.Component this, Object state )Fires after the state of the component is saved to the configured state provider.
" %>

<%-- Events _____________________________END --%>

<%@ include file="inc/taglibs.jsp" %>
<%@ tag 
	import="org.apache.commons.beanutils.BeanUtils"
	dynamic-attributes="dynamicAttributes"
	description="Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will add one of these by using '-' in you call to add() or in your items config rather than creating one directly." %>
	
	<extutil:processTagAttributes 
		configVar="configMap" 
		eventsVar="eventsMap" 
		include="*" 
		tagJspContext="<%=jspContext %>"
		dynamicAttributes="${dynamicAttributes}" />	
	
	<%-- Process JSP body --%>
	
	<jsp:doBody/>
		
	<c:set var="item">
		    new Ext.menu.Separator({
		  		<c:forEach items="${configMap}" var="config">
		  			${config.key}:${config.value},
		  		</c:forEach>
		  		listeners:{
			  		<c:forEach items="${eventsMap}" var="event" varStatus="status">
			  			<c:if test="${fn:indexOf(event.value,'function(')==-1}">
				  			${event.key}:function(){${event.value}}			  			
			  			</c:if>
		  				<c:if test="${fn:indexOf(event.value,'function(')>-1}">
				  			${event.key}:${event.value}
			  			</c:if>
			  			${status.last?'':','}
			  		</c:forEach>
		  		}
		    }),
	</c:set>
	
	<extutil:setParentProperties 
		tag="<%=this%>" 
		items="${item}" />

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91精品国产综合久久福利| 91福利在线播放| 免费成人性网站| 亚洲不卡一区二区三区| 亚洲最大成人网4388xx| 一区二区三区视频在线看| 成人欧美一区二区三区小说| 国产精品美女久久久久久久久 | 久久婷婷久久一区二区三区| 91精品一区二区三区在线观看| 欧美精品18+| 91精品国产麻豆| 日韩精品一区二区在线| 精品免费日韩av| 精品国产91乱码一区二区三区 | 亚洲国产一区在线观看| 亚洲一区二区三区爽爽爽爽爽| 亚洲午夜私人影院| 日产国产高清一区二区三区| 中文字幕在线一区免费| 日本二三区不卡| 3d动漫精品啪啪1区2区免费 | 奇米亚洲午夜久久精品| 黑人巨大精品欧美黑白配亚洲| 国产激情91久久精品导航 | 欧美天天综合网| 欧美一级免费观看| 国产色产综合产在线视频| 国产精品情趣视频| 日本视频在线一区| 国产美女av一区二区三区| 色婷婷综合久久久久中文一区二区| 欧美欧美午夜aⅴ在线观看| 久久综合色之久久综合| 曰韩精品一区二区| 国产中文字幕精品| 欧美视频日韩视频| 亚洲一卡二卡三卡四卡| 国产一区免费电影| 91国偷自产一区二区三区观看| 日韩三级精品电影久久久| 中文字幕av一区二区三区高| 亚洲国产一二三| 国产成人精品免费在线| 69久久99精品久久久久婷婷| 国产精品系列在线| 久久99国产精品麻豆| 色婷婷激情综合| 337p粉嫩大胆噜噜噜噜噜91av| 一区二区在线观看免费| 国产精品18久久久久久久久久久久 | 亚洲午夜在线电影| 国产东北露脸精品视频| 欧美一区二区精品久久911| 一区在线观看免费| 精品一区二区三区久久| 91麻豆精品久久久久蜜臀| 自拍偷拍亚洲综合| 国产美女av一区二区三区| 6080午夜不卡| 亚洲一级在线观看| 欧美在线观看视频在线| 中文字幕在线一区| 国产福利视频一区二区三区| 精品国产污网站| 日本sm残虐另类| 欧美肥妇free| 午夜伊人狠狠久久| 精品视频一区二区三区免费| 一区二区三区在线免费观看| av影院午夜一区| 国产精品色在线| 成av人片一区二区| 椎名由奈av一区二区三区| 成人精品一区二区三区四区| 久久久不卡网国产精品一区| 国产在线精品不卡| 久久久99精品免费观看不卡| 国内精品国产三级国产a久久| 欧美一区二区三区在线视频| 亚洲v日本v欧美v久久精品| 欧美三级视频在线观看| 亚洲最快最全在线视频| 欧美综合一区二区| 日韩福利电影在线| 日韩欧美亚洲另类制服综合在线| 精品一区二区三区免费视频| 久久亚洲一区二区三区四区| 国产精品一区二区三区99| 中文字幕免费观看一区| 91麻豆swag| 午夜精品久久久久久久久久久| 欧美一区二区国产| 国产一区二区在线观看视频| 国产日韩v精品一区二区| 9i看片成人免费高清| 亚洲一区二区高清| 欧美成人精品1314www| 成人污污视频在线观看| 一区二区三区中文免费| 日韩一区二区三区视频在线观看| 国产一区999| 一个色在线综合| 欧美成人aa大片| 波多野结衣一区二区三区| 亚洲一二三四久久| 26uuu另类欧美| 91久久精品国产91性色tv| 麻豆91免费看| 亚洲人成网站色在线观看| 欧美一级精品在线| 91在线国产观看| 蜜桃一区二区三区在线观看| 国产精品免费网站在线观看| 欧美日韩另类一区| 不卡的电影网站| 美女视频黄 久久| 洋洋av久久久久久久一区| 国产日韩欧美一区二区三区综合| 日本道色综合久久| 国产成人精品一区二| 三级久久三级久久| 亚洲人精品午夜| 欧美成人精品3d动漫h| 欧美性xxxxxx少妇| 成人av网在线| 久久97超碰国产精品超碰| 一区二区三区毛片| 中文字幕一区二| 精品国产乱码久久久久久久久| 在线观看91精品国产入口| 国产经典欧美精品| 老汉av免费一区二区三区| 亚洲国产精品一区二区www在线| 日本一二三不卡| 欧美精品一区二区久久久| 欧美蜜桃一区二区三区| 色视频一区二区| 91美女在线看| 99久久亚洲一区二区三区青草| 韩国精品久久久| 裸体一区二区三区| 美女一区二区视频| 日韩av一区二| 免费在线观看一区二区三区| 亚洲大片免费看| 亚洲综合在线第一页| 亚洲综合激情网| 亚洲电影在线播放| 亚洲成av人片在www色猫咪| 亚洲一区二区欧美激情| 亚洲一区二区视频在线观看| 亚洲国产精品一区二区www| 亚洲综合色区另类av| 亚洲综合av网| 亚洲国产精品精华液网站| 亚洲一区二区三区自拍| 偷窥少妇高潮呻吟av久久免费| 亚洲一区二区三区中文字幕| 亚洲专区一二三| 亚洲综合偷拍欧美一区色| 亚洲综合男人的天堂| 亚洲mv在线观看| 日本成人在线一区| 国产美女视频一区| 成人国产精品免费网站| 欧美xingq一区二区| 精品日韩在线观看| 国产欧美一区二区三区鸳鸯浴 | 色婷婷综合中文久久一本| 欧洲人成人精品| 欧美精品久久天天躁| 精品成人在线观看| 国产精品进线69影院| 亚洲尤物在线视频观看| 日韩av中文在线观看| 韩国一区二区三区| 99v久久综合狠狠综合久久| 欧美色视频一区| 欧美r级在线观看| 国产精品麻豆视频| 亚洲制服丝袜av| 国产真实乱子伦精品视频| 99在线精品一区二区三区| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 欧美日本在线视频| 国产拍欧美日韩视频二区| 亚洲激情自拍偷拍| 麻豆一区二区99久久久久| 成人一二三区视频| 欧美夫妻性生活| 成人欧美一区二区三区1314| 五月天丁香久久| 国产精华液一区二区三区| 欧美色区777第一页| 国产精品人成在线观看免费 | 久久久午夜精品| 亚洲国产aⅴ天堂久久| 懂色av一区二区夜夜嗨| 欧美卡1卡2卡|