We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
artdialog 4.1.6, <a class="trash-index" href="javascript:;" onclick="addProPrice()">ww</a> <button onclick="addProPrice()">xx</button> <input onclick="addProPrice()" value="" /> 后边两种方法都能有弹出框出现,而第一种则是一直在loading� ��面。 //新增 function addProPrice(){ openWindow('新增采购价格','business?service=page/ProdPurchasePriceAdd',600, 240); } function openWindow(title,url,width,height){ art.dialog.open( url , { title: title, lock: true, width: width+'px', height: height+'px', opacity:.2 }, false); }
Original issue reported on code.google.com by zhouweihny on 2 Sep 2013 at 8:54
zhouweihny
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
zhouweihny
on 2 Sep 2013 at 8:54The text was updated successfully, but these errors were encountered: