static S hhidden(S name, O value, O... params) { ret tag("input", "", concatArrays(new O[] {"type", "hidden", "name", name, "value", value}, params)); } sS hhidden(SS map, S... keys) { ret hiddenFields(map, keys); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003090 |
| Snippet name: | hhidden - make HTML hidden field |
| Eternal ID of this version: | #1003090/3 |
| Text MD5: | 28816f082d1fe674e4ef78a675a2d2b3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-14 04:55:41 |
| Source code size: | 226 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 933 / 963 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028427 - hhiddenWithID - make HTML hidden field with id instead of name #3000382 - Answer for ferdie (>> t = 1, f = 0) |