plugin.xml 703 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<MEC>
	<id>FloatButton</id>	<!-- id 插件唯一标识 -->
	<text>128170</text>  <!--浮动按钮  -->
	<type>nav</type>	<!-- 类型,用于对插件进行分类,参见枚举类com.weaver.formmodel.admin.ComponentType -->
	<isEnabled>1</isEnabled>	<!-- 是否启用,1或者不填写为启用,0或者其他非1值为禁用 -->
	<order>12</order>	<!-- 插件显示顺序,值越小则显示越靠前,不填写或者无此标签将为整数的最大值 -->
	
	<!-- 插件设计信息配置 -->
	<design>
		<resources>	<!-- 依赖资源 -->
			<resource type="js">/mobilemode/js/mec/e9/handler/FloatButton_wev8.js</resource>
		</resources>
	</design>
</MEC>