AEM issue in dialog of carousel component - aem

I am a AEM developer, I have a issue in dialog of multifield. In carousel component(out of the box component) when we trying to add in the fixed list using path field, the selected path of image is saved if we click save. If u click cancel button and again trying to add image in the path field it is not getting added it is showing error.
I have tried to find a solution but we need to make changes in dialog.js I need a solution tat if i click the cancel button the dialog should not the save the things and it should open freshly again when the author opens again.

Related

Displaying the wiki content dynamically beside each image

I want to display images of 10 people on my dashboard, when i hover the image dynamically it needs to display a wiki page to the side of each image related to that person, how do i achieve this in tableau?
Here are the steps after you have a dashboard with your people on one of the charts. My example uses the pesticide list from the most recent #makeovermonday.
In your dashboard, drag the web page object in.
Click the option dropdown of that new object and click Add URL Action.
In the popup place the main portion of your wikipedia url in the box and select your people field which will become the dynamic portion of the URL. Mine is pesticides.
Change Run action on to Hover
Now when you hover on your main chart it will update the web page object with the person hovered on. I just hovered on Atrazine in this image
You will probably have to update your people names to make sure they match wikipedia's url.

Progress Icon in button type submit error

I am creating two buttons using form.io which is the type of Submit.
But here I am facing an issue when clicking on any button all the buttons on that page enables progress icon.
How can disable that progress icon or how can I enable for only the one which is clicked
I solved this problem using css , display none for the image

Display popup on disabled link in ADF

I need to display popup on disabled link click in ADF. As soon as I click on disabled link or button. Popup should be displayed. I tried with Action and ActionListner. But it will work, if button or link is enabled.
I can give shortDesc property to hover the text. But I am searching a way for getting a popup on click.
I surfed so many places. But I could not find it. Please suggest me some input on it.
Try to add another link and add a css to make it like a disabled link.
Or on the show popupbehaviour make the triger type = hover

Projecting is fetching automatically

I am using spring tool suite for development.one page is opened,and when i clicking on the page to edit,project is fetching completely.I donot want to fetch the project.
Before i click on the page,following is the image
enter image description here
After i have clicked the page,following is the image.
enter image description here
I'm having some trouble understanding what you are asking, but... I think what you want is to not have your editor 'linked' with the package explorer.
You can do that by toggling the button at the top of the package explorer, with left-and-right arrows:

url in webview doesn't highlight

I have loaded htm file in assets folder to webview.
It contains few links and when I tap it, it opens url accordingly.
The problem is that I want to give highlight effect when tapped on this link.
Currently, nothing happened when click it even orange rectangle is not shown.
Please rescue me.