HI , We are planning to run the DAM server and AEM server separately as we huge assets and customization on assets. To reduce the load on the Author and Publisher servers we want to keep DAM server separately,My Question is there a way to establish the connection from AEM server to DAM server so t...
HI, I followed exactly same as you specified in the document. But I still getting below error. In my bundle I added dependency as <dependency> <!-- jsoup HTML parser library @ http://jsoup.org/ --> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactI...
My requirement is : We have multiple country sites for our company(nearly 103 different country site). When it comes to Assets, business wants to maintain only 9 regions like en, fr, es, ko, jp...., the assets path in dam look like, "content/dam/xxx/collaterals/en/analysit-reports/a.pdf" , "c...
HI,I am new AEM development and need help to externalize the DB user information from config file.Currently we configured the Data Source poll, that problem with this approach is we need to re-enter the DB User name Password manually as we are not allowed to keep Production User details in SVN. Al...
Hi, I tried this option and still columns are not locked. My code. In Translator.js. I changed below method. var cmCfg = { // specify any defaults for each column defaults: { width: 120, sortable: true, renderer: toolTipRenderer }, col...
kautuksahni wrote... Hi Kumar Yadanaparthi Please find below the code snippet doing as you stated. //java script code when your ExtJS library is loaded Ext.onReady(function() { var columns = [ { text : 'Column 1', dataIndex: 'column1', loc...
Hi, I want to lock first 3 columns in CQ.Ext.grid.EditorGridPanel when horizontal scroll bar is enable. My requirement is, in Translator.html (http://localhost:4502/libs/cq/i18n/translator.html) I wan to lock the first 3 columns in the grid. is there any way I can customize the existing code. Ple...