All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.easyui-jstl.tld Maven / Gradle / Ivy

Go to download

本项目主要弥补在使用mybatis3+springmvc+jquery easyui快速搭建web应用系统是遇到的框架不足. 主要工作包括: 1,扩展了ApplicationContextAware,通过单例注入spring容器,提供spring容器外的bean获取方法 2,扩展了apache shiro框架,统一了安全结构 3,扩展了mybatis3拦截器,在两个拦截器中自动完成分页注入,实现内存分页。 4,分页设计数据库方言 5,提供了一个easyuigrid的模型 6,提供了java泛型的jstl 7, xml工具包等一些小工具

The newest version!


	1.0
	2.0
	easyui
	http://jweb.sourceforge.net/easyui
	
	
		datagrid column tag
		column
		net.sourceforge.jweb.jstl.easyui.DataGridColumnTag
		JSP
		
			align
			false
			java.lang.String
			true
			align
		
		
			checkbox
			false
			boolean
			true
			checkbox
		
		
			columnIndex
			false
			int
			true
			columnIndex
		
		
			editable
			false
			boolean
			true
			set column editable or not
		
		
			exclude
			false
			boolean
			true
			exclude
		
		
			field
			true
			java.lang.String
			true
			field name
		
		
			filterable
			false
			boolean
			true
			filterable
		
		
			order
			false
			java.lang.String
			true
			order
		
		
			overrideEditorType
			false
			java.lang.String
			true
			lower case of java type name, it is used to generate editor UI
		
		
			sortable
			false
			boolean
			true
			sortable
		
		
			title
			false
			java.lang.String
			true
			title
		
		
			width
			false
			java.lang.Integer
			true
			width
		
	
	
		property tag, add property to parent tag
		json
		net.sourceforge.jweb.jstl.easyui.JsonTag
		JSP
		
			index
			false
			int
			true
			如果parent proerty tag是prototype=array类型,那么index生效,用于指示本元素加入array的位置,默认-1,效果是list.add。如果index!=-1,则效果类似list.set(index)
		
		
			key
			false
			java.lang.String
			true
			property key, if property is used as array element, i.e parent tag prototype is array, key can be null
		
		
			prototype
			false
			java.lang.String
			true
			value prototype of this property, value can be object will create key=value; array will create key=[..] or map will create key= {...}
		
		
			quote
			false
			java.lang.String
			true
			quotation to this property, it take effect when property is object prototype
		
		
			value
			false
			java.lang.Object
			true
			property value, value should be set if prototype is object
		
	
	
		datagrid tag
		datagrid
		net.sourceforge.jweb.jstl.easyui.DataGridTag
		JSP
		
			addUrl
			false
			java.lang.String
			true
			backend add url
		
		
			beanClass
			true
			java.lang.String
			true
			you java pojo class name
		
		
			border
			false
			boolean
			true
			border
		
		
			clientPaging
			false
			boolean
			true
			True to do paging on the client side. default false
		
		
			deleteUrl
			false
			java.lang.String
			true
			backend delete url
		
		
			editingField
			false
			java.lang.String
			true
			the editing indecator
		
		
			enableAdd
			false
			boolean
			true
			enable add or not, default true
		
		
			enableAssociation
			false
			boolean
			true
			enable master detail association, default true, if enabled, load event and check event will publish to bus
		
		
			enableDelete
			false
			boolean
			true
			enable delete or not, default true
		
		
			enableEdit
			false
			boolean
			true
			enable editing or not, default true
		
		
			enableFilter
			false
			boolean
			true
			enableFilter
		
		
			fit
			false
			boolean
			true
			fit
		
		
			fitColumns
			false
			boolean
			true
			fitColumns
		
		
			gridId
			true
			java.lang.String
			true
			grid unique id
		
		
			method
			false
			java.lang.String
			true
			method
		
		
			multiSort
			false
			boolean
			true
			multiSort
		
		
			pagination
			false
			boolean
			true
			pagination
		
		
			queryUrl
			true
			java.lang.String
			true
			backend query url
		
		
			remoteFilter
			false
			boolean
			true
			remoteFilter
		
		
			showFooter
			false
			boolean
			true
			showFooter
		
		
			singleSelect
			false
			boolean
			true
			singleSelect
		
		
			updateUrl
			false
			java.lang.String
			true
			backend update url
		
	
	
		master detail grid association tag, used for create multiple grid association
		gridAssociation
		net.sourceforge.jweb.jstl.easyui.GridAssociationTag
		empty
		
			event
			false
			java.lang.String
			true
			the event you are subscribing, support wildcard, default is *, now onCheck, onUncheck, onCheckAll, onUncheckAll, onLoadSuccess events are supported
		
		
			field
			true
			java.lang.String
			true
			filed name you are using for http request
		
		
			master
			true
			java.lang.String
			true
			master grid id you are subscribe
		
	
	
		datagrid button tag, used to custom function buttons at bottom
		gridButton
		net.sourceforge.jweb.jstl.easyui.GridButtonTag
		JSP
		
			iconCls
			true
			java.lang.String
			true
			the icon class used, for example icon-excel
		
	
	
		jstl writer to write content at end of page
		jstlwriter
		net.sourceforge.jweb.jstl.easyui.JstlWriterTag
		empty
	
	
		refer extral http form element to server interactive tag
		formReference
		net.sourceforge.jweb.jstl.easyui.RequestParameterTag
		empty
		
			fieldName
			true
			java.lang.String
			true
			your final field name when do HTPP request, blank does not support
		
		
			multiSelect
			false
			boolean
			true
			use multi select or not if element is easyui multiple value UI, such as combox. if true, it will use getValues method
		
		
			selector
			true
			java.lang.String
			true
			extral element jquery selector, just the selector, brace and dollar syntax does not included
		
		
			statement
			false
			java.lang.String
			true
			if you are not using easyui form element, you can provide your jquery statement to getvalue. for example, $(abc).val();
		
		
			type
			false
			java.lang.String
			true
			easyui form type representation, default is textbox, such as textbox, passwordbox, it will reflect to method call, i.e. selector.textbox(getValue);
		
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy