AEM 61 - Get reference of Parent Parsys Editable in Component Dialog
GoalSample code to get the reference of parent parsys component editable in TouchUIDemo | Package InstallSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create folder...
View ArticleAEM 61 - TouchUI Authoring Refresh page when switched to Preview mode
GoalRefresh page when the layer mode is switched to PreviewDemo | Package InstallSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create folder...
View ArticleAEM 61 SP1 - TouchUI Configure Component Drop Zone Placeholder Text
GoalThis post is on extendingcomponent drop overlay placeholders to show custom text (and background color) instead of component name (jcr:title)Foundation Text component...
View ArticleAEM 61 - ClassicUI Add Title Column to Damdadmin Search grid
GoalAdd title column (available in Digital Assets tab ootb) to the search grid of Classic UI Damadmin - http://localhost:4502/damadminFor adding a column to siteadmin search panel check this postFor...
View ArticleAEM 61 SP1 - TouchUI Extend User Picker to filter users in New Project Wizard
GoalExtend User Picker (autocomplete) - /libs/cq/gui/components/projects/admin/userpicker to apply filter function on results (users and groups) in create new project wizard...
View ArticleAEM 61 SP1 - TouchUI set User Default Search Keyword in Asset Finder
GoalSet the user's search keyword and results in Asset Finder when loading TouchUI authoring editor - http://localhost:4502/editor.htmlDemo | Package InstallKeyword in User Profile Set the...
View ArticleAEM 62 - Add Start Workflow Select to Assets Console Action Bar
GoalAdd Coral Select - granite/ui/components/coral/foundation/form/select to Assets Console Action bar to start workflow on selected assetsFor adding a button to 61 Assets action barcheck this postDemo...
View ArticleAEM 62 - Touch UI Path Browser Filter for Autocomplete and Picker Results
GoalAdd a filter function to the Touch UI Path browser widget to filter the results shown in autocomplete dropdown and picker columns. For autocomplete, the results returned as valid by the isValid()...
View ArticleAEM 62 - Touch UI Search based Pathbrowser for Autocomplete
GoalTouch UI pathbrowser widget of AEM - /libs/granite/ui/components/foundation/form/pathbrowser is based on paths, showing the results of path selector - .pages.json; this post is on extending ootb...
View ArticleAEM 62 - TouchUI Dialog RTE (Mini RTE) To Upper Case Plugin
GoalRTE (Rich Text Editor) plugin to convert selected text to upper case in the dialog RTE widget - /libs/cq/gui/components/authoring/dialog/richtext, of Touch UIDialog of foundation text component was...
View ArticleAEM 62 - Touch UI Dialog RTE (Rich Text Editor) Color Picker Plugin
GoalTouch UI Color Picker Plugin for Dialog RTE (Rich Text Editor) - /libs/cq/gui/components/authoring/dialog/richtextFor a similar extension (Inplace editing) on 61 check this postFor demo purposes,...
View ArticleAEM 62 - Add Asset Count Column to List View, Show Asset Count in Card View
GoalAdd Asset Count column to List view and Card view to show the shallow count of assets in a folderFor Classic UI check this postFor AEM 61 Touch UI check this postDemo | Package...
View ArticleAEM 62 - Touch UI extend Path Browser picker window to show file name...
GoalTouch UI Path Browser widget (/libs/granite/ui/components/foundation/form/pathbrowser) shows dc:title metadata for files and jcr:title for folders, in the picker; this post is on extending the...
View ArticleAEM 62 - Support Required (Validator) on FileUpload (Image) in Touch UI Dialog
GoalTouch UI extension to support required on FileUpload widget - /libs/granite/ui/components/foundation/form/fileupload using Granite validator. For validation api check documentationFor a similar...
View ArticleAEM 62 - Classic UI show Nodename and not dc:title or jcr:title in Path Field...
GoalShow the node name and NOT dc:title or jcr:title in Pathfield widget of Link plugin dialogDemo | Package InstallProductExtensionSolution1) Login to CRXDE Lite, create folder (nt:folder)...
View ArticleAEM 62 - Classic UI extend Pathfield browse dialog to show file name...
GoalShow the node name and NOT dc:title or jcr:title in Pathfield widget Browse DialogFor Touch UI check this postDemo | Package InstallProductExtensionSolution1) Login to CRXDE Lite, create folder...
View ArticleAEM 62 - Touch UI Composite Image Multifield
GoalCreate a Touch UI Composite Multifield configuration supporting Images, widgets of type granite/ui/components/foundation/form/fileuploadFor Classic UI Image Multifield check this postFor AEM 61...
View ArticleAEM 62 - Touch UI Disable Upload of File in Granite Fileupload Widget
GoalDisable Browse and Upload file in FileUpload widget - /libs/granite/ui/components/foundation/form/fileupload of Image component - /libs/foundation/components/image, in Touch UIDemo | Package...
View ArticleAEM 62 - Touch UI Show Sling Resource Type of Dialog Fields
GoalSample code to get the sling resource type of dialog fields and show in message boxDemo | Package InstallBug FixesPage Properties dialog fields resource types - Demo | Package InstallResource Type...
View ArticleAEM 62 - TouchUI Open Page Properties Dialog in Fullscreen
GoalSample code to open the Page Properties dialog (not component dialog) in Full screen by defaultDemo | Package InstallSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de) and create folder...
View Article