You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.5 KiB
33 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<plugin> |
|
<id>com.fr.plugin.isgd.v10</id> |
|
<name><![CDATA[表头行处理定制]]></name> |
|
<active>yes</active> |
|
<version>1.0</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2018-07-31</jartime> |
|
<vendor>fr.open</vendor> |
|
<description><![CDATA[预览报表可以自动解析出表头信息,并实现保存数据库。]]></description> |
|
<change-notes><![CDATA[ |
|
预览报表可以自动解析出表头信息,并实现保存数据库。<br/> |
|
]]></change-notes> |
|
<main-package>com.fr.plugin.isgd</main-package> |
|
<extra-core> |
|
<IOFileAttrMark class="com.fr.plugin.isgd.menu.ParamConfig"/> |
|
<LocaleFinder class="com.fr.plugin.isgd.LocaleFinder"/> |
|
<DBAccessProvider class="com.fr.plugin.isgd.provider.ProcessDBAccess"/> |
|
</extra-core> |
|
<extra-report> |
|
<ExtensionButtonProvider class="com.fr.plugin.isgd.toolbar.ColumnExtensionButton"/> |
|
<JavaScriptFileHandler class="com.fr.plugin.isgd.web.JavaScriptFile"/> |
|
<CssFileHandler class="com.fr.plugin.isgd.web.CssFile"/> |
|
</extra-report> |
|
<extra-decision> |
|
<HttpHandlerProvider class="com.fr.plugin.isgd.service.ReportRowHandlerProvider"/> |
|
</extra-decision> |
|
<extra-designer> |
|
<ToolbarItemProvider class="com.fr.plugin.isgd.toolbar.ColumnToolbarUI"/> |
|
<MenuHandler class="com.fr.plugin.isgd.menu.ParamMenuHandler"/> |
|
</extra-designer> |
|
<function-recorder class="com.fr.plugin.isgd.web.JavaScriptFile"/> |
|
</plugin> |