top of page
Anker 1

CODE

CLOSE.png
Get current row in table

Get current row in table

TABLE

Description...

00007

BEGINNER

Triggered-Email

Triggered-Email

E-MAIL

Description...

00008

ADVANCED

Enable-Button (checked)

Enable-Button (checked)

CHECKBOX & BUTTON

Description...

00009

BEGINNER

Switch Safe-Function

Switch Safe-Function

FUNCTION (Button)

Description...

00010

EXPERIENCED

CODE

CLOSE.png

export function Strip1_viewportEnter(event)  {$w('#BOX1').hide('FadeOut'), $w('#VECTOR1').hide('FadeOut')}

export function Strip1_viewportLeave(event) {$w('#BOX1').show('FadeIn'), $w('#VECTOR1').show('FadeIn')}

export function VECTOR1_click(event) {$w('#anchor1').scrollTo()}

export function button1_click(event) {wixLocation.to(["link-tutorials-title"]), console.log("GO")   }

Back to Top

bottom of page