AEM CQ 6 - Adding Create Child Page to TouchUI Page Info Trigger
GoalIn Classic UI, there is a convenient option in Page tab of Sidekick to create a child page of current page (in Edit mode)Using this extension, we provide the same action on Touch UI Page Info...
View ArticleAEM 61 - Touch UI Filtering Pages by Template in Asset Finder
GoalAsset Finder in Touch UI is Content Finder of Classic UI. In AEM 61 ( not 60 ) we can search for pages in Asset Finder. In this extension we provide additional filtering of pages by providing...
View ArticleAEM 6 - Showing Asset Metadata in Touch UI Asset Finder
GoalExtend Asset Finder to show asset metadata in a tooltip in Touch UI.Demo | Package InstallA similar extension for Classic UI is hereSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and...
View ArticleAEM 6 - Classic UI Starting Workflow From Asset Editor
GoalThis post is for AEM users who wish to Start Workflow on assets from Asset Editor after adding or modifying metadataDemo | Package InstallStarting a WorkflowIf the Asset is already in...
View ArticleAEM 6 - Classic UI Disable Set Password
GoalDisable Set Password if a user doesn't have necessary permissions. Without this extension a user will still not be able to change the password if he doesnt have necessary permissions, but user can...
View ArticleAEM 6 - TouchUI Asset Search Select Path Predicate
GoalRestrict results to assets from certain folder by default when user opens the Search Inner Rail in Touch UI. Projects assets are generally placed in certain root folder (eg. /content/dam/MyProject)...
View ArticleAEM 6 - Touch UI Add new Action to Assets Action Bar
GoalAdding a new menu item to the Assets console Action bar, for creating unique foldersDemo | Package InstallSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create folder...
View ArticleAEM 6 - Touch UI Assets Console show Tooltip for Cards
GoalExtend Assets Console to show tooltip with sub folder names on mouse over. A sample Coral tooltipĀ CUI.Tooltip({})Demo | Package InstallSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de)...
View ArticleAEM 6 SP1 - Servlet for Encryption Decryption
GoalA servlet to return encrypt/decrypt wordsPackage InstallEncryption Request:Ā http://localhost:4502/bin/experienceaem/encrypt?words=experience,aemDecryption Request:...
View ArticleAEM 6 SP1 - Hiding Attributes in CRXDE Lite
GoalHide attribute of a node in CRXDE Lite (specially passwords). In this post we hide the attribute testPassword for user authorFor adding a Password type to CRXDE Lite (masking attributes)check this...
View ArticleAEM 6 SP1 - Extending CRXDE Lite to store Password Type
This is NOT a supported way to extend CRXDE Lite, infact afaik there is no supported/documented way to extend CRXDE Lite. If you always truly :) follow best practices in a project, STOP here, do not...
View ArticleAEM 6 SP1 - Classic UI change Page Properties Dialog Ok button to Save
GoalJust some quick sample JS code to change the text of OK button to Save in Page Properties DialogNo ExtensionWith ExtensionSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create...
View ArticleAEM 6 SP1 - Rich Text Editor Classic UI Color Palette
GoalAdd a Color Picker to Rich Text Editor of Classic UI ( not Touch UI )DemoĀ | Package InstallDemo shows dialog of foundation text component modified to add the color picker config. This is just for...
View ArticleAEM 6 SP1 - Touch UI Sort and Show Tags in Alphabetical Order
GoalSort the tags alphabetically in Asset Metadata Editor of Touch UIPackage InstallProductExtensionSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create folder...
View ArticleAEM 6 SP1 - Sort Assets in Touch UI
GoalSort folders and assets in Touch UI Assets ConsoleColumn view is more dynamic and needs additional logic for sorting all columns shown in the view. This extension sorts only first columnPlease...
View ArticleAEM 6 SP1 - Classic UI Restrict Large or Small Files Upload
GoalIn Classic UI of AEM 6 SP1 Restrict Upload of Large Files (or file sizes that do not fall in a min-max range)Large Uploads using Drag and Drop is currently not restricted... wipPlease leave a...
View ArticleAEM 6 SP1 - Classic UI Add Help Button to Page Properties Dialog
GoalAdd Help button to Page Properties dialog of Classic UIDemo | Package InstallSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create folderĀ /apps/classic-ui-page-properties-help2)...
View ArticleAEM 6 - Classic UI Modify SiteAdmin Grid Column
GoalModify the SiteAdmin Grid Published column of Classic UI to show Still in Queue... status if a page takes more than 10 secs to get publishedDemo | Package InstallSolution1) Login to CRXDE Lite...
View ArticleAEM 6 SP1 - Show Folders only in Assets Console
GoalShow Folders only in Touch UI Assets Console of AEM 6 SP1This extension is not too friendly with Miller columns view, the show folder checkbox works only on first columnDemo | Package...
View ArticleAEM 6 - Attaching Listeners to Asset Metadata Editor Form Fields
GoalCreate a new Asset Metadata Editor Form field and attach ListenersThis post demonstrates adding a new form field to Asset metadata editor using the Metadata Schema feature of AEM 6Demo | Package...
View Article