Transpiled version (3546L) is out of date.
1 | // text is actually HTML |
2 | // TODO: make text clickable |
3 | sS hPopDownButtonWithText(S text, S... entries) {
|
4 | ret (empty(text) ? "" : text + " ") + hPopDownButton(entries); |
5 | } |
6 | |
7 | sS hPopDownButtonWithText(S text, Cl<S> entries) {
|
8 | ret hPopDownButtonWithText(text, asStringArray(entries)); |
9 | } |
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: | 440 / 562 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |