AEM 61 - TouchUI Rich Text Editor Remove Unused Plugins
GoalA sample extension for removing unused plugins in RTE (Rich Text Editor) of Touch UI. With the extension Inline Editor is stripped to have buttons for just full screen, close & save; Fullscreen...
View ArticleAEM 61 - TouchUI Assets Console show node name instead of dc:title or jcr:title
GoalIn all 3 views (card, list, column) of Touch UI Assets Console, show the node name (filename) and NOT dc:title for assets or jcr:title for foldersDemo | Package Installdc:title for...
View ArticleAEM 61 - TouchUI Slide Show Component with Image Multifield
GoalCreate a TouchUI slideshow component rendered using Sightly, images added using Image MultifieldThis post focuses on creating a slideshow using sightly templating language with the images added in...
View ArticleAEM 61 - TouchUI Date Picker Validator Comparing Two Date Fields in Dialog
GoalAdd a Validator on Granite (Coral) Date Picker in TouchUI DialogsPage properties dialog has two fields OnTime and OffTime for Activation / Deactivation; for demo purposes, validator here checks if...
View ArticleAEM 61 - This And That
AEM_61_RECOMPILE_JSPS1) In AEM <= 6.0 the compiled classes are placed in CRX /var/classes - http://localhost:4502/crx/de/index.jsp#/var/classes. To force recompile any jsp files, deleting the node...
View ArticleAEM 61 - Classic UI Limit Multifield Widget
GoalExtend CQ.form.Multifield to create a LimitMultfield to limit the number of items added in the widgetFor TouchUI check this postDemo | Package InstallConfigurationErrorSolution1) Login to CRXDE...
View ArticleAEM 61 - TouchUI Asset Finder Default To Pages
GoalWhen loaded in browser, Asset Finder of TouchUI Editor shows Images by default; this post is on changing the default to PagesA sample Asset Finder group and registering controller is available...
View ArticleAEM 61 - Classic UI Add Assets Count Column to Dam Admin Grid
GoalAdd a new column Asset Count, showing the count of assets in a folder (non-recursive) in DAM Admin console grid of Classic UIFor similar extension in Touch UI check this postDemo | Package...
View ArticleAEM 61 - Classic UI Limit Components Added in Parsys
GoalLimit the number of Components added in a Parsys of Classic UIFor Touch UI check this postDemo | Package InstallFor simplicity, lets assume user admin can only configure the component limit on a...
View ArticleAEM 61 - Touch UI Limit the Number of Components Added in Parsys
GoalLimit the number of Components added in a Parsys of Touch UIFor Classic UI check this postDemo | Package InstallBug FixesApplying limit to copy / paste of components - Demo | Package InstallSet the...
View ArticleAEM 61 - TouchUI Extending Side Panel for Adding new Tab Page Tree
GoalAuthoring interface of Touch UI comes with two tabs Assets and Components in Side Panel; This post is on adding a new tab Page Tree for browsing the site structure and opening pages in new browser...
View ArticleAEM 61 - JcrPayloadPathBuilder Implementation to change Inbox Item Url from...
GoalWhen a user clicks on Inbox item of Classic UI, by default the asset opens in Touch UI editor - /assetdetails.htmlThis post is on changing the url from Touch (/assetdetails.html) to Classic...
View ArticleAEM 61 - TouchUI Configure Parsys Placeholder Text, Background & Border Colors
GoalExtension to Configure Touch UI Parsys Placeholder text and colors in Design DialogFor simple implementation check this postDemo | Package InstallConfigure Parsys - Design ModeStored in CRXParsys -...
View ArticleAEM 61 - ClassicUI Configure Parsys Placeholder Text, Background & Border Colors
GoalExtend Parsys (/libs/foundation/components/parsys) to configure placeholder text, background and border colorsFor a similar extension in Touch UI check this postA simple version for ClassicUI is...
View ArticleAEM 61 - Classic UI Configure Parsys Components Limit in Design Dialog
GoalLimit number of components added in a parsys, where the limit is configurable in design dialogFor a different implementation (configure component limit in each page) - check this postFor TouchUI...
View ArticleAEM 61 - TouchUI Add Items to Multifield based on Select (Drop Down) value
GoalIn a Touch UI dialog, add items to Multifield dynamically, based on the value selected in Drop Down (Select) widget. In this sample, countries are added in multifield...
View ArticleAEM 61 - Extract Illustrator Artboards as PDF Assets in DAM Update Asset...
GoalAdd a workflow step in DAM Update Asset workflow to extract the Artboards of an Illustrator file and save them asPDFsDemo | Package Install | Source codeThanks to my fantastic Adobe colleagues for...
View ArticleAEM 61 - Add "Save as PDF" button to the Assets Console Action bar
GoalIn DAM Assets console of Touch UI, add button Save as PDF to the Action Bar for downloading selected assets as PDFDemo | Package Install | Source CodeSave as PDF button added to Action...
View ArticleAEM 61 - Classic UI show User initiating Activation via Workflow in DAM Admin...
GoalActivations initiated by clicking Activate button on DAM Admin UI show the user name in Published column of grid, but activations via workflow show Administrator as the publisher. This post is on...
View ArticleAEM 61 - TouchUI Extending Side Panel for Removing Assets Browser
GoalAuthoring interface of Touch UI comes with two tabs Assets and Components in Side Panel; This post is on removing Assets Browser For adding a new tab check this postDemo | Package...
View Article