0

是否有另一种方法可以在 Sitecore 中打开“开发者中心”。目前它没有在我的浏览器中打开(检查所有)&我用桌面选项打开。在 Internet Explorer 中,它的 Sitecore 选项在左下角可见,但单击时它不会打开。

所以任何人都知道如何打开开发者中心,这是因为我想创建新的子布局。

我没有任何答案,请注意并给我一个关于这个解决方案的想法。

4

1 回答 1

2

I highly recommend NOT using Developer Center. To create a sublayout, it's much easier to use the content editor and Visual Studio. Here's the steps I use:

  1. Copy an existing sublayout ASCX in my solution and rename to my new sublayout name.
  2. Clean up namespaces and class names as needed.
  3. In Content Editor, navigate to \sitecore\Layout\Sublayouts
  4. Insert a new sublayout definition
  5. In the Ascx File field on the sublayout, specify the path to my sublayout ASCX that I just created
  6. In the Placeholder field on the sublayout, specify the placeholder.

If you have to use Developer Center, then you are correct to be trying to access it via the Desktop using the sitecore > Development Tools > Developer Center menu item. If the dialog does not open, do you get an error?

With Internet Explorer, you may want to ensure you are in compatibility mode if you are using IE9 or greater. Also try opening it in another browser like Firefox or Chrome to see if it's a configuration issue or a browser issue.

于 2012-12-10T13:01:36.643 回答