Sitecore shell 中是否必须需要 Firebug lite javascript?
Sitecore shell 中是否必须需要 Firebug lite ?这对内容作者有什么用?
http://alexeyrusakov.com/sitecoreblog/CommentView, guid,6704bf3d-8980-4f29-9ac2-125cff64bb80.aspx
Is Firebug lite must needed in Sitecore shell? What is the use of this for content authors?
http://alexeyrusakov.com/sitecoreblog/CommentView,guid,6704bf3d-8980-4f29-9ac2-125cff64bb80.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以安全地从 shell 中删除 firebuglite 脚本。
为此,请打开 Core 数据库并导航到
/sitecore/layout/Devices/Internet Explorer
并删除 Firebug Lite 项目。
You can safely remove the firebuglite script from the shell.
To do so, open the Core database and navigate to
/sitecore/layout/Devices/Internet Explorer
and delete the Firebug Lite item.
Firebug lite 会自动包含在 Sitecore 编辑器中。只需按 F12 即可在您正在使用的窗口上下文中调出它。
这对内容作者来说确实没有任何好处。正如 Adam 所说,它的主要好处是对于致力于更改 shell 的开发人员来说。
Firebug lite is included automatically with the Sitecore editor. Simply press F12 to bring it up within the context of the window you are working in.
It really has no benefit for the content author. As Adam said, it's main benefit is for developers working on changes to the shell.
Firebug lite 可以从书签运行,而不是在每个页面上加载。
http://getfirebug.com/firebuglite
由于它是一个 JavaScript 调试器,因此只有在以下情况下才需要它:在 shell 中重新编辑 js - 例如 SheerUI 应用程序、自定义字段等。
Firebug lite can be run from a bookmarklet, rather than having it load on each page.
http://getfirebug.com/firebuglite
As it's a javascript debugger, you'll only need it if you're editing js in the shell - eg SheerUI apps, custom fields etc.