在 Dreamweaver CS5 中自动更新继承 Template 的文件?
我经常更改 Dreamweaver 模板中的代码,每次这样做时,都会出现“更新模板文件”对话框,然后出现“更新页面”对话框,我必须手动关闭该对话框。有没有办法让我继承的 HTML 文档自动更新,而不必在每次保存模板时处理 2 个对话框?
我以前在 Visual Studio 中开发 ASP.NET,只需要快速保存并在浏览器上重新加载。这似乎是一个小问题,但它的频率很快就让我困扰......
I am frequently changing code in a Dreamweaver template, and every time I do so, the "Update Template Files" dialog box appears, followed by the "Update Pages" dialog box which I have to manually close. Is there any way to have my inheriting HTML documents automatically update, without having to deal with the 2 dialog boxes, every time I save the Template?
I am coming from developing ASP.NET in Visual Studio, which only requires a quick save, and a reload on the browser. This may seem like a petty problem, but the frequency of it is getting to me quickly...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以,如果您使用 Dreamweaver 模板,则必须浏览“更新页面”对话框。真正摆脱它的唯一方法是完全退出模板并使用某种形式的包含调用来处理站点的“模板化”区域。编辑调用的包含文件并保存它将更新使用该文件的所有页面。就像模板一样,没有缓慢的对话框和偶尔的错误
No, you must go through the Update Pages dialogs if you are using Dreamweaver Templates. The only way to truly get rid of it is to switch out of Templates entirely and use some form of include call to handle the "templated" areas of your site. Editing the called include file and saving it will update all pages that use that file. Just like Templates without the slow dialogs and occasional bugs