中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

JSP中自定義標簽(結合easyui)——JSP中的TAG

發布時間:2020-08-03 01:15:01 來源:網絡 閱讀:2818 作者:java程序猿 欄目:開發技術

使用了easyui的樣式封裝的下拉框標簽:

<%@ tag language="java" pageEncoding="utf-8"%>
<%@ tag import="com.cseds.common.dic.DicHolder" %>
<%@ tag import="com.cseds.common.dic.Dics" %>
<%@ tag import="com.cseds.system.dto.DataDictionaryDTO" %>
<%@ tag import="java.util.List" %>


<%@ attribute name="id" required="true" rtexprvalue="true" %>  
<%@ attribute name="name" required="true" rtexprvalue="true" %>
<%@ attribute name="required" required="false" rtexprvalue="true" %>
<%@ attribute name="width" required="false" rtexprvalue="true" %>
<%@ attribute name="type" required="true" rtexprvalue="true" %>
<%@ attribute name="readonly" required="false" rtexprvalue="true" %>

  
<select class="easyui-validatebox easyui-combobox"  <%=readonly %>
 data-options="editable:false,required:<%=required%>" id="<%=id%>" name="<%=name%>">
	<%
		Dics dics =  DicHolder.getDicsByType(type);
		List<DataDictionaryDTO> list = dics.getAllDicList();
		
		if(required.equals("false")){
			%>
			
			<option value="-1">--請選擇--</option>
			
			<%
			
		}
	
		for(DataDictionaryDTO  dto : list)
		{
	%>
		<option value="<%=dto.getDictData_Value() %>"><%=dto.getName()%></option>
	<%	
		}
	%>
	
</select>
<br>

調用方式:

<%@ taglib prefix="mx" tagdir="/WEB-INF/tags"%> 
<mx:cb_dic id="insresult" name="insresult" required="false" width="200px" type="INSRESULT" readonly="readonly='true'" />


參考:http://blog.csdn.net/hongweigg/article/details/12006849

http://zhangxing119.iteye.com/blog/1919548



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

tag j
AI

大名县| 县级市| 连城县| 东安县| 舞钢市| 阜宁县| 明星| 高平市| 潞西市| 抚顺县| 东源县| 平定县| 陆河县| 辽宁省| 增城市| 大方县| 台北市| 洪洞县| 万载县| 丹江口市| 阳新县| 南充市| 清远市| 开平市| 伊春市| 五大连池市| 旅游| 广元市| 泗水县| 穆棱市| 金阳县| 平潭县| 陆良县| 平乡县| 上思县| 阿图什市| 冷水江市| 伽师县| 如皋市| 安丘市| 沿河|