// ****************************************************************************************************************************************************** // * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org // ****************************************************************************************************************************************************** const code = { dropdown: ` { if(e.detail.value) ex1value = e.detail.value; }}> File New ctrl + o Open... ctrl + s Save as... ctrl + r Rename Make a copy Move to folder Move to trash Download As... Publish To Web Google Docs Google Drive Dropbox Adobe Creative Cloud Private FTP Another Service... E-mail Collaborators Menu option chosen: {ex1value} `, selection: ` Pet {#each animals as animal, i} {animal} {/each} Menu option chosen: {ex2value===""?"":animals[ex2value]} Menu option chosen: {ex3value===""?"":animals[ex3value]} Select Friend Jenny Hess Elliot Fu Stevie Feliciano Christian Matt Justen Kitsune Menu option chosen: {ex5value} `, search_selection: ` Select Country {#each Object.keys(countries) as key} {countries[key]} {/each} Menu option chosen: {ex4value===""?"":ex4value.toUpperCase()}{ex4value===""?"":" : " + countries[ex4value]} Menu option chosen: {ex6value}{ex6value===""?"":" : " + states[ex6value]} Where countries = {"af": "Afghanistan", ... "zw": "Zimbabwe"} and states = {"AL": "Alabama", ... "WY": "Wyoming"} `, unfilterable_search_selection: ` States Alabama (unfilterable) Alaska Arizona (unfilterable) Arkansas (unfilterable) California Ohio Oklahoma Menu option chosen: {ex9value}{ex9value===""?"":" : " + states[ex9value]} `, ignore_diacritics: ` Search diacritics by only typing usual vowels André Bokmål café cafetería château décolleté Élysée Fräulein garçon háček inrō jūjutsu kroužek La Niña Māori négligée pączki Québec ragoût Škoda takahē über voilà whekī c Zoë Menu option chosen: {ex7value} `, clearable_selection: ` Note here the tie between the Dropdown and Input elements through the bound values. Select Languages Arabic Chinese Danish Dutch English French German Greek Hungarian Italian Japanese Korean Lithuanian Persian Polish Portuguese Russian Spanish Swedish Turkish Vietnamese Menu options chosen: {ex8value} `, multiple_selection: ` Menu options chosen: {ex10value} `, multiple_search_selection: ` Menu options chosen: {ex11value} Select Country {#each Object.keys(countries) as key} {countries[key]} {/each} Menu options chosen: {ex12value} `, search_dropdown: ` Select Language Arabic Chinese Danish Dutch English French German Greek Hungarian Italian Japanese Korean Lithuanian Persian Polish Portuguese Russian Spanish Swedish Turkish Vietnamese `, search_in_menu: ` Filter Posts
Tag Label
Menu option chosen: {ex14value} There seems to be a bug when searching that means that the search text disappears but still reduces the number of options after selecting and deleting options. This bug is in the original as well. Filter Posts
Tag Label
Menu options chosen: {ex15value} `, inline : ` Show me posts by Select Friend Jenny Hess Elliot Fu Stevie Feliciano Christian Matt Justen Kitsune Menu option chosen: {ex16value}
Trending repos today
Adjust time span
Today This Week This Month
Menu option chosen: {ex17value} `, pointing : ` Home Shopping
Categories
Clothing
Mens
Shirts Pants Jeans Shoes
Womens
Dresses Shoes Bags
Home Goods Bedroom
Order
Status Cancellations
Forums Contact Us
Menu option chosen: {ex18value} Home Messages Inbox Starred Sent Mail Drafts (143) Spam (1009) Trash Browse Help Menu option chosen: {ex19value}
Display Density
Comfortable Cozy Compact Settings Upload Settings Convert Uploaded Files to PDF Digitize Text from Uploaded Files Manage Apps Keyboard Shortcuts Help
New Document Image Save As... Edit New Document Image Save As... Edit Menu option chosen: {ex20value} Filter Posts
Tag Label
Filter Posts
Tag Label
Menu option chosen: {ex21value} Filter Posts
Tag Label
Filter Posts
Tag Label
Menu option chosen: {ex22value} `, floating : ` ex24value=""}> Edit Post Remove Post Hide Post Menu option chosen: {ex24value ? ex24value : ex23value ? ex23value : ""} `, no_javascript : ` Dropdown Choice 1 Choice 2 Choice 3 `, header : ` Filter
Filter by tag
Important Announcement Discussion
`, divider : ` Filter
Filter by tag
Important Announcement Discussion
`, icon : ` Filter
Filter by tag
Important Announcement Discussion
`, description : ` Filter Tags
Filter by tag
2 new Important 10 new Announcement 5 new Discussion
`, label : ` Filter
Search issues
Filter by tag
`, message : ` Login
Error

You must log-in to see all categories

`, floated : ` Select Type Important Announcement Discussion `, input : ` Filter
Search issues
Filter by tag
`, image : ` Add User
People You Might Know
Jenny Hess Elliot Fu Stevie Feliciano
Your Friends' Friends
Christian Matt Justen Kitsune
`, actionable : ` { let type = data["text"].split(":")[0]; behavior({type:"toast", settings: {title: type + " Reveal", message: "You need to know: " + data["value"]}}) } } }}> Open me and select actionable items SECRET: Select me TRUTH: Select me LIE: Select me I am a selectable entry only `, error : ` Dropdown Choice 1 Choice 2 Choice 3 Dropdown Choice 1 Choice 2 Choice 3 `, active : ` Dropdown Choice 1 Choice 2 `, disabled : ` Dropdown Choice 1 Choice 2 Choice 3 Dropdown Choice 1 Choice 2 Choice 3 `, read_only : ` Dropdown Choice 1 Choice 2 Choice 3 `, size : ` {#each ["mini", "tiny", "small", "medium", "large"] as size} {size.charAt(0).toUpperCase() + size.slice(1)} Male Female {/each} `, scrolling : ` Select choice {#each Array.from({length: 15}, (_, i) => i + 1) as choice} Choice {choice} {/each} `, inverted : ` Select choice {#each Array.from({length: 9}, (_, i) => i + 1) as choice} Choice {choice} {/each} `, fluid : ` Link 1 Link 2
All Sections
More Choice 1 Choice 2 Choice 3
`, height : ` `, direction : ` Menu Left 1 2 3 Right 1 2 3 Menu Left Still Left 1 2 3 2 3 Left 2 1 2 3 `, columnar_menu : ` `, simple : ` Gender Male Female `, settings : ` `, change_after_initialisation : `
{test}
`, change_with_formatting : `
{test2}
` }; export default code;