Action for Slide Out Panel Buttons

Sorry if I missed the answer in my search, but could not find anything.

How do you control what happens when a user clicks a button on a custom sliding panel? I do not see anywhere to set it. :man_shrugging:t2:

1 Like

I don’t think it matters if the button lives on a Slide Out or not.

The button should have a “Id”… and you tie an event to the OnClick of that control.

1 Like

This button lives on a slide-out:

Under Behavior… choose “On Click”

Then design the event that controls what happens when that button is clicked:

1 Like

I am using the buttons you can add on the panel properties. I cannot find anywhere to get to an OnClick for them.

image

1 Like

You’ll need to manually create an event and set the trigger there, using the ID of your panel’s button.

Button

Event

Event Trigger
image

3 Likes

Awesome. Thank you.

This solved my problem as well! Thank you!

1 Like