AEM CQ 56 - Add Scheduled Activations to Activate Later
GoalIn this post we are going to add the necessary logic to show scheduled activations of page or group of pages in the Activate Later dialog of siteadmin console (http://localhost:4502/siteadmin)....
View ArticleAEM CQ 56 - Disable Activate Deactivate of Grid Toolbar and Context Menu
GoalDisable the Activate and Deactivate functionality for folders in SiteAdmin console. Package is available for install and demo video for downloadPrerequisitesIf you are new to CQ1) Read this post on...
View ArticleAEM CQ 56 - New (Tag Tree) Tab in Sidekick
GoalThis post is on adding a new tab to the Sidekick. Here we extend Sidekick and add a new tab showing CQ Tag Tree. To add new tags or remove tags for a page, multiple clicks are involved in opening...
View ArticleAEM CQ 56 - Modifying SiteAdmin Search Panel Grid Template Column
GoalHere we are going to work on the Siteadmin Search Panel grid columns. By default in the search grid, template paths are shownWith changes explained in this post, we are going to modify the Template...
View ArticleAEM CQ 56 - Multi Image Component
GoalCreate a multi image component for dynamically adding images. The component dialog provides icons for adding/removing/reordering images. Check demo videoThis is a work in progress and not...
View ArticleAEM CQ 56 - Adding Column to SiteAdmin Grid
GoalLets add a column to SiteAdmin (http://localhost:4502/siteadmin) grid. The Template Path column we are going to add displays template path of pageDefault SiteAdmin GridCustomized SiteAdmin...
View ArticleOpen Content Finder Images in New Tab
GoalThe CQ product Content Finder (http://localhost:4502/cf#/content/geometrixx/en.html) images results view has no action associated for image click. This post is about opening the image asset editor...
View ArticleAdding Modified By Filter to SiteAdmin Search Panel
GoalThis post is on extending the SiteAdmin Search Panel (http://localhost:4502/siteadmin) to provide additional filters for search and filtering content. Here we add Modified By filter ( predicate )...
View ArticleAEM CQ 56 - Add Template as Options Predicate in SiteAdmin Search Panel
GoalCQ SiteAdmin Search Panel (http://localhost:4502/siteadmin) lets author filter content using Template name. Default template filter (predicate) is a textbox, with this customization we hide ootb...
View ArticleAEM CQ 56 - Adding Images in MultiField
GoalThis post is on adding multiple images in a component dialog. Here we extend and use CQ.form.MultiField to add images of type CQ.html5.form.SmartImage. Source Code, Package Install and Demo Video...
View ArticleAEM CQ 56 - Adding RichTextEditor in MultiField with Drag&Drop Support
GoalCreate a Multifield (CQ.form.MultiField) with RichText Editor widgets (CQ.form.RichText). User should be able to drag and drop images from content finder onto the richtext editors of multifield....
View ArticleAEM CQ 56 - Extend UserAdmin, add new User Properties
GoalExtend UserAdmin console and add new user properties. Here we add a new property Second Email, stored in CRX as secondEmailFrom the ProductCustomized consoleIn CRXSolution - 11) Create a...
View ArticleAEM CQ 56 - Disable Component (EditRollOver) Menu Delete
GoalThis post can be useful if you'd like to disable some of the menu options of components added to par on a page, for example, you might want to disable Delete option for targeted components on a...
View ArticleAEM CQ 56 - Crop Images in a Workflow Step
GoalCreate workflow step to crop images. The cropped image is saved as payload image rendition. Check Demo Video, Source code and Package InstallSolutionFor creating workflow, we use the Dialog...
View ArticleAEM CQ 56 - Add New Column to SiteAdmin Search Panel
GoalAdd a new column to SiteAdmin Search Panel. Here the Status column we add, shows the scheduled activations/deactivations of a page. Package Install available for downloadRelated1) Read this post on...
View ArticleAEM CQ 56 - Using HTML 5 Smart Image, Image Map Tools for Text Hot Spots
GoalCreate Text Hotspots on Images configured using HTML 5 Smart Image, Image Map tools. Check the demo, Demo on Geometrixx, Package Install of component available for downloadThis extension uses...
View ArticleAEM CQ 56 - Open Sidekick Page Properties Dialog Programmatically
GoalOpen the Page properties dialog programmatically and not from Sidekick. Check the demoSolutionIn your page, add a button click listener with below logic<input type=button...
View ArticleAEM CQ 56 - Change Tabs Order In Content Finder
GoalChange the order of tabs in Content Finder. Here we reverse the tabs order, not particularly useful, but it shows how you can change the order in case you need toFrom the ProductCustomized to...
View ArticleAEM CQ 56 - Useful Tips For Debugging
A very useful document, but lists commands on UNIX, if you are on windows1) To check the number of sessions held in memory ( read this article for more detailed analysis on dealing with...
View ArticleAEM CQ 56 - Extend RichText Editor, add new Plugin PullQuote
GoalAdd a new plugin to RichText Editor. Here we add the Pull Quote plugin for inserting text that can be formatted/styled during component rendering. Source code, Package Install and Demo Video are...
View Article