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

askdctm
askdctm
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
49

Posts

Posts
476

Discussions

Discussions
57

Questions

Questions
419

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by askdctm
Customize the badges you want to showcase on your profile
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 25-07-2016
Hi Praveen/Kautuk,Thank you for your reply. Will check on this and keep you posted.

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 22-07-2016
Uploading dialog strcuture

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 22-07-2016
Hi Kautuk,Additional supporting documents.dropdown here is the dropdown being referred to [type="select" ,xtype="selection", itemId="custom"In listeners, var Source = dialog.getComponent('custom'); is used and based on certain conditions Source.show(); and Source.hide() is called.

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 22-07-2016
Hi Kautuk,Details as below :#1]Yes, it shows the same shrieked drop-down.[Even without this implementation the values come up in the drop down, but it appears shrinked]#2 and #3] Yes, it is happening because of "itemId" present as part of the dialog. If this is removed, it works fine. However, we are using this in a listener to show/hide dropdown.#4] No specific errors observed.

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 22-07-2016
Hi All,Any thoughts on this will be helpful.

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 21-07-2016
Hi All,Any thoughts on the above will be helpful.

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 20-07-2016
Hi All,Any thoughts on this will be helpful.

Views

2.0K

Likes

0

Replies

0
To pass value of a field from page properties dialog to component dialog - Adobe Experience Manager 19-07-2016
Hi All,Suppose in my page properties I have some custom tabs and there is a textfield in it.In my component dialog, there is a text field which should be pre-populated with values from the above mentioned field. Tried with the below listener functions, but not working properly. function(box,val){var dlg = box.findParentByType('dialog');var sel = dlg.getField('./pagepropfield').getValue();var field = dlg.getField('./componentdialogfield');field.setValue(sel);}function(comp) { var dlg = comp.findP...

Views

2.7K

Likes

0

Replies

2
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 19-07-2016
Hi Kautuk,Thank you for your reply. But looks like its not helping.

Views

2.0K

Likes

0

Replies

0
Re: Dropdown field in dialog appears shrinked in size - Adobe Experience Manager 19-07-2016
HI All,Any thoughts on this will be helpful.

Views

2.0K

Likes

0

Replies

0