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

nyboot-jdbc.8.5.1.2117.source-code.anyboot-navi.xml Maven / Gradle / Ivy

There is a newer version: 8.5.7.2512-20220922
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configs>
	<config key="default">
		<!-- 第一页 -->
		<property key="STYLE_BUTTON_FIRST">第一页</property>
		<!-- 上一页 -->
		<property key="STYLE_BUTTON_PREV">上一页</property>
		<!-- 下一页 -->
		<property key="STYLE_BUTTON_NEXT">下一页</property>
		<!-- 最后页 -->
		<property key="STYLE_BUTTON_LAST">最后页</property>
		<!-- 数据统计格式 -->
		<!-- 
		<property key="STYLE_STAT_FORMAT"></property>
		-->
		<!-- 查询无内容提示 -->
		<property key="STYLE_DATA_EMPTY"></property>
		<!-- 最后一页提示 -->
		<property key="STYLE_PAGE_OVER"></property>
		<!-- 下标数量 -->
		<property key="VAR_PAGE_RANGE">5</property>
		<!-- 显示上一页下一页 -->
		<property key="VAR_SHOW_BUTTON">true</property>
		<!-- 显示下标 -->
		<property key="VAR_SHOW_INDEX">true</property>
		<!-- 显示下标省略符 -->
		<property key="VAR_SHOW_INDEX_ELLIPSIS">true</property>
		<property key="STYLE_INDEX_ELLIPSIS">...</property>
		<!-- 显示数据统计 -->
		<property key="VAR_SHOW_STAT">true</property>
		<!-- 跳转到 -->
		<property key="VAR_SHOW_JUMP">false</property>
		<!-- 加载更多格式 -->
		<property key="STYLE_LOAD_MORE_FORMAT">加载更多</property>
		<property key="STYLE_FILE_PATH">//www.anyboot.org/plugin/navi/navi.css</property>
		<property key="SCRIPT_FILE_PATH">//www.anyboot.org/plugin/navi/navi.js</property>
		
		<!-- 每页多少条 -->
		<property key="VAR_PAGE_DEFAULT_VOL">10</property>
		<!-- 每页最多可设置显示多少条 -->
		<property key="VAR_PAGE_MAX_VOL">100</property>
		<!-- 是否允许前端设置每页多少条 -->
		<property key="VAR_CLIENT_SET_VOL_ENABLE">true</property>
		
		<!-- 用户选择每页多少条 -->
		<!-- STYLE_PAGE_VOL与STYLE_PAGE_VOL_NUMBERS 会相互覆盖 (以配置文件后设置的为准) -->
		<property key="STYLE_PAGE_VOL">&lt;select onchange='_navi_change_vol({navi-conf})' id='navi_vol_set_{navi-conf-key}' class='navi-vol-set'&gt;&lt;option value='10'&gt;10 条/页&lt;/option&gt;&lt;option value='20'&gt;20 条/页&lt;/option&gt;&lt;option value='30'&gt;30 条/页&lt;/option&gt;&lt;option value='50'&gt;50 条/页&lt;/option&gt;&lt;option value='100'&gt;100 条/页&lt;/option&gt;&lt;/select&gt;</property>
		<!-- 生成的select.class -->
		<property key="VAR_PAGE_VOL_CLASS">navi-vol-set</property>
		<!-- 显示位置 last:最后,page:页标之后-->
		<property key="VAR_PAGE_VOL_INDEX">last</property>
		<!-- 生成select的option -->
		<property key="VAR_PAGE_VOL_NUMBERS">10,20,30,50,100</property>
		<!-- 统计样式 -->
		<property key="STYLE_STAT_FORMAT">&lt;div class='navi-summary'&gt;共&lt;span class='navi-total-row'&gt;{totalRow}&lt;/span&gt;条 第&lt;span class='navi-cur-page'&gt;{curPage}&lt;/span&gt;/&lt;span class='navi-total-page'&gt;{totalPage}&lt;/span&gt;页&lt;/div&gt;</property>
		
	</config>
</configs>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy