如何通过CQ.extjs向JCR节点添加新属性?

时间:2013-12-05 11:21:48

标签: extjs cq5

我需要在JCR的现有节点中添加一个新属性:来自javascript(ExtJS)的内容。

1 个答案:

答案 0 :(得分:8)

使用HTTP POST方法(通过AJAX)和Sling POST servlet,如:

CQ.HTTP.post('/content/path/to/my/page/jcr:content', null, { newProperty: '123' });