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

Sridhar
Sridhar
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
9

Posts

Posts
67

Discussions

Discussions
1

Questions

Questions
66

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sridhar
Customize the badges you want to showcase on your profile
Re: How to use radiogroup xtype in dialog? - Adobe Experience Manager 15-10-2015
ThanksBut we have a xtype called ''radiogroup' how i can use this in dialog .In dialog how i can group the radio buttons for example am having two radio buttons called male and female . The user can select only one option at a time .Is this scenario can be achieve by using xtype 'radiogroup'If u post some examples it will be great.I hope my question clear.

Views

525

Likes

0

Replies

0
How to use radiogroup xtype in dialog? - Adobe Experience Manager 15-10-2015
Hi I have created three radio buttons in dialog for custom component. In that I able to select three radio buttons at a time but only one option needs to select at a time?How to achieve this .Please suggest me a solution. Thanks in advance

Views

1.4K

Likes

0

Replies

6
Re: How to get selected radio button value from Dialog to JS? - Adobe Experience Manager 15-10-2015
This is what i codedmanageTabs = {};manageTabs = function(dialog) { // console.log(dialog.find("title", "SwitchTabs")[0].find('myid'))); var fields = dialog.findByType("selection"); console.log(fields);};I can see the "selection" object which contains three options how to get that selected option from those three?Thanks

Views

405

Likes

0

Replies

0
How to get selected radio button value from Dialog to JS? - Adobe Experience Manager 15-10-2015
Hi, I designed two radio buttons in a tab (dialog).When i selected that radio button i able to call the method which i wrote in external JS through listeners .But i want to get the selected radio button value from that panel exists in dialog?Based on this selection i need to hide multiple tabs or panel at a time in a tab panel and shows one panel which is selected in radio buttons.Hope my question clear.Thanks in advance

Views

1.0K

Likes

0

Replies

3
Re: How to create mobile pages from desktop pages through Multi Site manager in CQ5.4? - Adobe Experience Manager 15-10-2015
Thats right .After the pages are created through live copy we opened page properties dialog via side kick it doesn't have mobile tab.Then how i can add the mobiles (emulator). Thanks

Views

168

Likes

0

Replies

0
Re: How to create mobile pages from desktop pages through Multi Site manager in CQ5.4? - Adobe Experience Manager 15-10-2015
ThanksI tried this pages are created successfully but its not opening in emulator.

Views

168

Likes

0

Replies

0
How to create mobile pages from desktop pages through Multi Site manager in CQ5.4? - Adobe Experience Manager 15-10-2015
Hi, I have created one desktop sites in cq5.4. I want to create the same pages for mobile also . Manually it can be possible but if the site has N number of pages means it takes more to create the pages again which is already created for desktop.I tried this by using Live copy in MSM.Pages are created successfully but its not opening in mobile emulator.How this can be achieve MSM in CQ 5.4??Hope my question clear. Thanks in advance

Views

315

Likes

0

Replies

4
Re: How to send the values from end user dialog to servlet? - Adobe Experience Manager 15-10-2015
I saw this but whether this way is recommended if yes means i which scenario it will suits.By using this way i mentioned below Thanks

Views

523

Likes

0

Replies

0
Re: How to send the values from end user dialog to servlet? - Adobe Experience Manager 15-10-2015
What u said is all exactly right.It has option for selecting the action when i create a form via drag and drop from sidekick (form components) in this case my request will hit to JSP only not JAVA class.So in jsp itself the persistence logic needs to perform not in java.In second case when i create the form by coding in a jsp then i can hit my custom servlet java class as u mentioned in above link right ?Which one is best way for creating the form ?Thanks

Views

482

Likes

0

Replies

0
How to send the values from end user dialog to servlet? - Adobe Experience Manager 15-10-2015
HiHow i can send the value to servlet or java class from dialog (not editorial dialog) its just like end user dialog getting information from user and process it in JCR.When end user clicks the link the dialog needs to opened and collects the details from user and process in JCR via Java Class ?How it can be achieved ?"For end user perceptive developer needs to show some dialog and data table etc. In this case which one is recommended in CQ to build the end user elements whether JQUERY or EXT JS...

Views

1.3K

Likes

0

Replies

4
Likes given to