Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1030845 // hPopDownButtonWithText - HTML triangle pop-down menu

JavaX fragment (include) [tags: use-pretranspiled]

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));
}

Author comment

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: 119 / 171
Version history: 2 change(s)
Referenced in: [show references]