You also don't want to insert you resizing efforts prior to calling the image.draw method. The draw method doesn't actually render the image, it draws the HTML img tag that your components print out. If you were to use the ImageHelper to get the layer and resize it that would not actually change th...
Is there a way to resize an image using the com.day.cq.wcm.foundation.Image class? I wanted to extend the foundation image componet and have it resize to a specific height and width. Is there a way to change the size of the image before you call image.draw(out) ?
The AEM JCR stands for the Java content repository. You can store data as nodes and node properties. Data can be stored as within properties that belong to a node. You can store, access, update and delete nodes and properties.
To move an AEM application from one instance to another, you must package the application. Once you package the application, you can deploy it to another instance.For information, see Packaging Adobe CQ applications that contain an OSGi bundle.
Create your own servlet for cheking spelling as CQ does with API "com.day.cq.spellchecker". And then add the servlet path to "spellcheck" plugin property.Property name: spellcheckerUrlValue : <servlet-path> [Ref: http://dev.day.com/docs/en/cq/5-4/widgets-api/index.html?class=CQ.form .rte.plugins.Spe...
We have created a site in cq with parent node as en_gb and try to use spell checker in richtext editor but it fails. Looking into the debug logs, it is looking for a dictionary as en_gb_en_gb which does not exists and hence the spell checker does not work. Debugging further we found that the logic ...
Adolfo, You might have to add that logic under your custom 404.jsp and depending upon Host name you can call different logic or script. Hope that make sense. Yogesh