Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

trench999
trench999
Offline

Badges

Badges
18

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
6

Posts

Posts
79

Discussions

Discussions
3

Questions

Questions
76

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by trench999
Customize the badges you want to showcase on your profile
Re: Customize Page Properties / AEM 6.1 TouchUI - Adobe Experience Manager 23-11-2016
U can use these create page: cq.siteadmin.admin.createpageedit page: cq.siteadmin.admin.properties

Views

1.5K

Likes

0

Replies

0
Re: CQ 5 Rich Text Editor with Cut and Copy Plugin Added - Adobe Experience Manager 15-10-2015
We have version 5.6.1 and the issue so far in our testing is in latest Chrome for Windows and Mac.

Views

141

Likes

0

Replies

0
launch Rich Text Editor on Drop - Adobe Experience Manager 15-10-2015
I see an event that fires for placing a component in a parsys. Does anyone have a snipped of code that can be used to open the dialog immediately when that event is fired?

Views

179

Likes

0

Replies

0
Re: Open richtext editor on drop/place - Adobe Experience Manager 15-10-2015
I did find that Andy Power offers a solution at http://andypowell.org/category/cq5/Here is the listener function:function(path, definition) { var dialogConfig = CQ.WCM.getDialogConfig(definition.dialog); dialogConfig.success = function(form, action){ CQ.Util.reload(CQ.WCM.getContentWindow()); }; dialogConfig.failure = function(form, action){ var resp = CQ.HTTP.buildPostResponseFromHTML(action.response); CQ.Ext.Msg.alert(response.headers[CQ.HTTP.HEADER_MESSAGE]); }; var dialog = CQ.WCM.getDialog(...

Views

183

Likes

0

Replies

0
Re: Your Thoughts - Comparing CQ5 with Wordpress - Adobe Experience Manager 15-10-2015
Plus there is a lot more functionality like the AEM DAM, Workflows, integration with other Digital Marketing Cloud solutions - just to name a few.

Views

395

Likes

0

Replies

0
Re: Default component content in template components - Adobe Experience Manager 15-10-2015
You can either extend the component or modify the text component itself. However, modifying the text component is not really recommended. Its better practice to make a copy, modify the copy (set the default text) and use that. See this topic "DEVELOPING A NEW COMPONENT BY ADAPTING AN EXISTING COMPONENT"located here:http://dev.day.com/docs/en/cq/current/getting_started/first_steps_for_developers.htmlOnce you create the new component, you can add it to the sidekick. An author would drag it from th...

Views

1.2K

Likes

0

Replies

0
Re: Adding title to nt:folder node - Adobe Experience Manager 15-10-2015
That's correct not allowed adding any property. However if you really need it still can add extra properties to these nodes using mixins!

Views

206

Likes

0

Replies

0
Re: sidekick help link 404 - Adobe Experience Manager 15-10-2015
Take a look at the code as referenced by Sham. 

Views

205

Likes

0

Replies

0
Re: Email campaign - how to enable archive - Adobe Experience Manager 15-10-2015
That is why when a community member like you comes across undocumented use cases - we take the following actions:1 - may write a helpx community article2 - file a ticket to update the docs3 - depending on the content - both.IN past year - we have generated many help x articles based on community input.

Views

241

Likes

0

Replies

0
Re: AEM 6 - Custom page properties not displayed in touch ui - Adobe Experience Manager 15-10-2015
No - not all the classic functionality have been ported to Touch UI. 

Views

504

Likes

0

Replies

0
Likes given to