How to make click to select a image file for further backend use - select

I am making a website of greeting cards.
And i am stuck on how to automatically select the card when clicked on it to select it and do further editing on next page.

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.

Showing data refresh date in Tableau Desktop

I want to show the date of the data source refresh but I did not find any Tableau function that can help me.
Do you know?
Thanks.
Yes, it can be done. Here are the steps (found here):
Option 1: Add the time stamp to the top of the view
Open the workbook that contains the dashboard in Tableau Desktop, and then navigate to the sheet for which you want to display the time of the last data refresh.
Select Worksheet > Show Title.
Double-click the title.
In the Edit Title dialog box, select Insert > Data Update Time, and then click OK.
Add any field to the filter shelf and leave all selections blank and click OK.
Save the modifications.
Add sheet to dashboard.
Option 2: Add the time stamp to the bottom of the view
Open the workbook that contains the dashboard in Tableau Desktop, and then navigate to the sheet for which you want to display the time of the last data refresh.
Select Worksheet > Show Caption.
Double-click the caption.
In the Edit Caption dialog box, select Insert > Data Update Time, and then click OK.
Add any field to the filter shelf and leave all selections blank and click OK.
Save the modifications.
Add sheet to dashboard.
8 . Right click the sheet and select Caption to show the update time.
These sheets can be sized in the dashboard to take up as much or as little space as necessary. They can also be set up as floating objects so that they do not resize the other sheets in the view.
The easiest way is to:
double click on Title (on the Sheet)
click the Insert button
click Data Update Time

AEM issue in dialog of carousel component

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.

How to use MKBANNER in Automic UC4 job scheduler

Here are the instructions:
Begin in the main screen of Applications Manager by clicking the green arrow/play button on the top menu. This displays the Requests screen.
In the Requests screen search box enter mkbanner then click the Request button. This displays the Submit screen.
In the Submit screen click the Select button for a list of available jobs.
Next screen has two columns or list boxes. Scroll through the Unassigned list or enter the Banner job name in the search box. Highlight the job in the Unassigned list to select and click the blue right arrow button to move the job to the Assigned list box. Click OK.
You return to the Submit screen. It's not obvious that you have selected anything because your job name doesn't appear anywhere. It just displays a "Ref= number" in the Prompts box. Just click the Submit button now and you will hopefully see a message, "Job was Successfully submitted: Run ID = 99999". Click the Close button.
Now you should be back in the main screen of Applications Manager. After waiting a while, select the Jobs icon on the top menu. In the search box enter the name of the job you made. It is displayed in the list.
The answer is posted in the above instructions

how to view selected area source in from UIWebview in iphone SDK?

iPhone SDK:
Like web-browser does, user select any text area then press right click then select view source. browser will show you selected area source.
Now I want to achieve same functionality in UIWebview ? User open webpage in in-app browser (in UIWebview), user select any text area, i want to get selected text area source, how this can be done in ios sdk ?