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)

1  
// entries are HTML (e.g. links)
2  
// requires JQuery for click-outside-to-close trick
3  
// TODO: doesn't open on first click (does it still?)
4  
// Note: Make sure containing elements have overflow: visible,
5  
// otherwise pop-up can get cut off
6  
sS hPopDownButton_noText(S... entries) {
7  
  ret hPopDownButton(entries);
8  
}
9  
10  
11  
12  
sS hPopDownButton_noText(Cl<S> entries) {
13  
  ret hPopDownButton(entries);
14  
}

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: 78 / 102
Referenced in: [show references]