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

14
LINES

< > BotCompany Repo | #1031517 // hPopDownButton_noText - synonym of hPopDownButton

JavaX fragment (include)

// entries are HTML (e.g. links)
// requires JQuery for click-outside-to-close trick
// TODO: doesn't open on first click (does it still?)
// Note: Make sure containing elements have overflow: visible,
// otherwise pop-up can get cut off
sS hPopDownButton_noText(S... entries) {
  ret hPopDownButton(entries);
}



sS hPopDownButton_noText(Cl<S> entries) {
  ret hPopDownButton(entries);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031517
Snippet name: hPopDownButton_noText - synonym of hPopDownButton
Eternal ID of this version: #1031517/1
Text MD5: 12192558810acaff0b582c5977477944
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-18 15:30:49
Source code size: 396 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 98
Referenced in: [show references]