Event Alert: MozillaPH Rust Meetup (JUL 2020)
Mabuhay, Pinoy Mozillians! Kamusta kayo?
We are hosting a Rust (Programming Language) Meetup on the 23rd of this month. If you wish to be inside the online meeting room, please RSVP via Eventbrite below:
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '113473704906',
iframeContainerId: 'eventbrite-widget-container-113473704906',
// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed… Read the rest