Java脚本代码在属性页弹出窗口中不起作用

时间:2016-06-20 11:56:44

标签: alfresco-share

我在下面写了代码:

<control  template="/com/alfresco/components/form/controls/datatable-property.ftl">
    <control-param name="config">
        Select Party, Select Party, dropdown, ["Party1", "Party2", "Party3", "Party4"];
        Party Name, Party Name, dropdown, ["aaa", "bbb", "ccc", "ddd"];
        Party Constitution, Party Constitution, dropdown, ["corporation", "individual", "other"];
    </control-param>
</control> 

它在普通的露天属性页面上工作得很好。但是如果我们在弹出窗口中编辑属性,那么相同的代码不起作用? 请参阅附2个不同的屏幕截图。它首先工作但不是第二种工作。enter image description here 我该如何解决这个问题呢?

请回复。

提前致谢

0 个答案:

没有答案