Magento 2 Popup on mass action status change - magento2

I am newbie in magento2 and created custom admin grid using component.Now i want to implemented the massaction in grid but i want to show the popup instead of confirm button on change status in mass action.
Any help will be appreciated

Related

How can i link submit button on gravity form to a popup created with elementor

I am new and i do have a question regarding gravity forms and elementor.
I have created and designed a very nice popup window as template with elementor and I would like to use it with gravity submission form.
Basically it should be displayed as a popup window when submit button is triggered.
does anyone have an idea how I can do it?
thank you so much in advance
Did you try to use the Dynamic option in a link? It will display a list of options and if i'm correct it will give you an option to choose Elementor Pop-up!

Post values using forms and display front end

I am very newbie to drupal 8 ,I want to add Content from back end and list in front end.
I tried to create a contact form from back end.here is my form
I don't want to send emails.only display the added item
After submit to database i want to list items.is this method is wrong?
But now the contact form not listing anything?Is my way is okay? please correct me
Create content type with your field like Name and PDF then there will be following options to display on front page:
Tick the box - promoted to front page
Create a new Drupal page view using views to display the content on front page.

Implementing "onclickout" with GWT

I need a way of capturing onclick event when a user clicks out of a FocusPanel(in the form of a dialog box). I need to warn the user to save their work before clicking outside thus losing the panel. I know how to do it in JavaScript but it I am stuck with GWT. Any assistance will be appreciated.
Every click event provides coordinates of a click. Check that these coordinates are outside of your popup panel.
Alternatively, make your PopupPanel modal, so that users can exit it only by clicking on UI elements that you provide, for example, submit and cancel/close buttons.

Calling a Url using Custom Button and Updating a Checkbox?

I am new to Development.
I have senario where we are trying to use custom objects to try to send SMS whenever a new record is inserted. Right now I am using a custom button which sends a message every time a user clicks on it and I noticed that a custom button cannot be disabled. However: I do want it to be disabled whenever the user sends the text message.
I tried using VF but in order to disable the button I need to depend on some field which has to be updated after clicking the button. Can anyone help me with this?
Can I send a message by using a trigger whenever a new record is added?
can we set the check box value to true in VF when a button in VF is clicked?

drupal form api for radio button help needed

i have to show a custom form like below
either upload image or paste a url for the image
O Radio button to set for image upload
-------Input field for image upload
OR
O Radio button to set image url
--------- input field to get that url
im struggling with custom form code whether to use #type=>radio or #type=>radios
if i use type radio then there is 2 radio button will create of either choice wont work
If i use type radios how can i separate the radios as per above design
Please guide me this situation,
Nithish.
I would use radios and then position the the image upload and input fields correctly using CSS.