let fullText; let shortText; ​ $w.onReady(function () { const shortTextLength = 200; fullText = $w("#Text1").text; shortText = fullText.substr(0, shortTextLength) + "..."; $w("#Text1").text = shortText; }); ​ export function myButton_click(event) { if ($w("#Text1").text === shortText) { $w("#Text1").text = fullText; $w("#myButton").label = "Show Less"; } else { $w("#Text1").text = shortText; $w("#myButton").label = "Show More"; } }
top of page
Bluebonnet Data Mug

Bluebonnet Data Mug

$15.00Price
Quantity
Whether you're drinking your morning coffee, evening tea, or something in between – this mug's for you! It's sturdy and glossy with a vivid print that'll withstand the microwave and dishwasher.


• Ceramic
• Dishwasher and microwave safe
• White and glossy
    bottom of page