问题标签 [sitecore-rocks]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
72 浏览

sitecore - Sitecore Rocks 更新查询语法

我正在尝试通过 Sitecore Rocks 查询分析器进行插入。我无法在创建时设置项目的路径。

到目前为止我的示例查询:

但是,它会继续在网站的根目录中创建项目。提前致谢!

0 投票
1 回答
81 浏览

sitecore - Sitecore Rocks - 包 - 为多个项目添加依赖项

VS Ultimate - 2013 sitecore 岩石 - 1.5.0.0

使用 sitecore rock,您可以制作一个包并包含任何选定项目的依赖项。我想获取多个项目的所有依赖项。有没有办法做到这一点?

...格雷戈里

0 投票
1 回答
101 浏览

sitecore - Sitecore Rocks,获取多选字段的数据?

我有以下 Sitecore Rocks 查询。@#Tags# 指的是包含 1 个或多个项目的 Treelist 字段。通过查询,我得到了标签项 ID 的管道分隔列表。如何获取标签项目名称而不是 ID?

0 投票
1 回答
315 浏览

sitecore - Sitecore Rocks, copy value from one field to another

I have the following Sitecore Rocks query. I want to make the value of the Background Static Image field match the value of the Background Image field.

update set @#Background Static Image# = @#Background Image# from /sitecore/content/Sites/MySite/Assets/Global/#Hero Items#//*[@@templatename = 'Hero'];

When I run the update it says (131 items affected.). But, the Background Static Image field never gets updated.

This seems to be the correct syntax based on http://vsplugins.sitecore.net/Sitecore-Query-Update-Samples.ashx

0 投票
1 回答
627 浏览

sitecore - 使用 SitecoreRocks 按 ID 搜索 Sitecore 项目

Sitecore 图形界面具有遍历 Sitecore 内容树并在给定项目 ID 的情况下搜索项目的原生能力。

有没有办法使用 Visual Studio 的 Sitecore Rocks 插件来完成同样的事情?我尝试将 ID 插入 Sitecore Explorer 顶部的“查找”框中,但无济于事。

0 投票
1 回答
197 浏览

sitecore - 在 VS Express 2013 上安装 Sitecore Rocks 的问题

我无法sitecore rocks在我的 VS Express 2013 中安装。我收到错误“ ”我从这个链接This extension is not able install on my currently installed products下载了文件

0 投票
1 回答
305 浏览

sitecore - Sitecore Rocks - Add item in specific language

When I create an item in Sitecore, it will create a version in the selected language. In rocks, I always seem to get a version in the default language (en). Then I have to add a version in the language I want and remove the old language version which gets annoying fast.

So how can I choose the language I want in Sitecore Rocks, just like in the normal Sitecore backend ?

0 投票
1 回答
159 浏览

sitecore - Sitecore 在查询分析器中使用快速查询

是否可以在 sitecore Rocks 查询分析器中使用快速查询,还是只适合使用普通查询?如果我可以使用快速查询,我该如何使用它们?

我努力了:

0 投票
1 回答
278 浏览

sitecore - 如何使用 Sitecore Rocks 将图像添加到媒体库

如何将图像添加到 Sitecore Rocks 的媒体库?

我尝试按照此处的说明进行操作:

将图像文件从 Windows 资源管理器拖到 Sitecore 资源管理器。当您点击媒体库中的项目时,鼠标光标将变为启用状态。

cursor: not-allowed但是当我尝试将图像拖入文件夹时,我得到了某种类型的符号。

PS:我不是在开玩笑。

0 投票
1 回答
159 浏览

sitecore - Sitecore Rocks 无法与 VS 2012 Ultimate 一起正常工作

我已经安装了 VS 2012 Ultimate 和 Sitecore Rocks 1.4,连接到 sitecore 实例,创建解决方案并连接到 sitecore rock,当我尝试从我的解决方案创建布局时出现错误“Could not load file or assembly sitecore.rocks, version 2.0.0.0, culture=neutral, publickeytocken="...

我试图安装 Rocks 版本 2,但它没有安装在 VS 2012 中,请帮我解决这个问题..