在vtiger crm中,我想通过单击自定义按钮打开某个模块的quickcreate popup模式。我尝试了以下内容,其中包含“无效请求”()'页。
<button class="btn" id="test" style="display:none" class="quickCreateModule" data-name="TestModule" data-url="index.php?module=TestModule&view=QuickCreateAjax" href="javascript:void(0)" onclick="window.location.href='index.php?module=TestModule&view=QuickCreateAjax'"><i class="icon-plus icon-white"></i> <strong>Test</strong></button>
有人可以帮我吗?