Transpiled version (3546L) is out of date.
// text is actually HTML // TODO: make text clickable sS hPopDownButtonWithText(S text, S... entries) { ret (empty(text) ? "" : text + " ") + hPopDownButton(entries); } sS hPopDownButtonWithText(S text, Cl<S> entries) { ret hPopDownButtonWithText(text, asStringArray(entries)); }
Began life as a copy of #1030222
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030845 | 
| Snippet name: | hPopDownButtonWithText - HTML triangle pop-down menu | 
| Eternal ID of this version: | #1030845/3 | 
| Text MD5: | 752ded79acb119d0bca4ac4be1079e54 | 
| Author: | stefan | 
| Category: | javax / html | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-04-02 16:16:46 | 
| Source code size: | 292 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 439 / 560 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |