diff --git a/plugin.xml b/plugin.xml index cb8b9e3..e844b70 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,10 +2,10 @@ com.fr.plugin.widget.ztree yes - 6.0 + 7.0 8.0 - 2016-01-20 - 洪七公 + 2016-03-20 + solution.richie 1000 [2015-12-10]增加级联选项,可以选择不级联,级联到子节点,级联到所有节点

[2015-12-11]增加弹出层高度设置属性;弹出层宽度跟随控件宽度

[2016-01-15]修正弹出层会被图表遮住无法选择的问题

+

[2016-03-20]修复了超级大bug

]]>
diff --git a/src/com/fr/plugin/widget/ztree/core/ZTreeMarkInForm.java b/src/com/fr/plugin/widget/ztree/core/ZTreeMarkInForm.java index 9e75397..0725473 100644 --- a/src/com/fr/plugin/widget/ztree/core/ZTreeMarkInForm.java +++ b/src/com/fr/plugin/widget/ztree/core/ZTreeMarkInForm.java @@ -4,11 +4,15 @@ import com.fr.design.fun.ParameterWidgetOptionProvider; import com.fr.design.fun.impl.AbstractFormWidgetOptionProvider; import com.fr.form.ui.Widget; import com.fr.general.Inter; +import com.fr.plugin.widget.ztree.tools.*; +import com.fr.plugin.widget.ztree.tools.ZTreeConstants; import com.fr.plugin.widget.ztree.ui.XZTree; +import com.fr.stable.fun.Authorize; /** * Created by richie on 15/11/17. */ +@Authorize(callSignKey = ZTreeConstants.PLUGIN_ID) public class ZTreeMarkInForm extends AbstractFormWidgetOptionProvider implements ParameterWidgetOptionProvider { @Override diff --git a/ztree实现的下拉树控件/fr-plugin-ztree-5.7.zip b/ztree实现的下拉树控件/fr-plugin-ztree-5.7.zip deleted file mode 100644 index 485464a..0000000 Binary files a/ztree实现的下拉树控件/fr-plugin-ztree-5.7.zip and /dev/null differ