I was debuggin and find out strange behavior of isApplyDefault method in \ibs\cq\ui\widgets\source\ext\override\widgets\form\Field.js. It is compare created and modefied date, if they equals returns true, otherwise false.I just ovveride method processRecord in DateTime.js to remove calling isApplyD...
HI,I opened page properties and filled some fieldsAfter I pressed cancel button, and reopened properties dialog, all field cleared, but datetime fields didn't.What is the rigth way to clear datetime fields?Thanks.
Hi,I'm using aem 6.0 instance. I just put flash component on page. On authoring everything is ok. On publish there is js exception occurs:Uncaught ReferenceError: CQ is not definedIs it necessary to include cq.shared lib?Best regards,Yaraslau
There is no typo. I found two solutionsThe first one is to replace http://servername:port/path/to/page.urlshortener.html with http://servername:port/path/to/page/jcr:content.urlshortener.html, another one is to use additional parameter wcmmode=disabled
I have the following jsp<% JSONObject jsonResult = new JSONObject(); response.setContentType("application/json"); String parentNodePath = slingRequest.getRequestPathInfo().getResourcePath(); String url = getServerBaseUrl(sling) + parentNodePath.split("/jcr:content")[0] + ".html?cid=twitter"; UrlShor...