I want to change my action bar’s Link using code because I’m planning to change the links dynamically. Please give me an example of how can I set links on quick action separately. Thank you.
As you can see in the QuickActionBar API , there is no way to set the links. However, you should be able to use the onItemClicked() event handler . When the event is triggered, you can determine which item was clicked, and then use wix-location.to() to redirect to the appropriate location. Might be worth a try.
Hi thank you. but can you give me some sample code? Sorry i’m not a a hard coder.