Java script code is not working in property page pop-up

左心房为你撑大大i 提交于 2020-01-14 05:56:11

问题


I wrote below code :

<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> 

Its working perfect on normal alfresco property page. But if we edit properties in pop-up, then same code is not working? please refer attached 2 different screen shots. its working in first but not in second case. how can i resolve this issue?

please reply.

Thanks in advance

来源:https://stackoverflow.com/questions/37921968/java-script-code-is-not-working-in-property-page-pop-up

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!