1 | sS hhiddenWithIDAndName(S idAndName) {
|
2 | ret hhiddenWithIDAndName(idAndName, null); |
3 | } |
4 | |
5 | sS hhiddenWithIDAndName(S idAndName, O value, O... params) {
|
6 | ret tag input("", paramsPlus(params, type := "hidden", id := idAndName, name := idAndName, +value));
|
7 | } |
Began life as a copy of #1028427
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028431 |
| Snippet name: | hhiddenWithIDAndName - make HTML hidden field with identical id + name |
| Eternal ID of this version: | #1028431/3 |
| Text MD5: | c9ee7f4df877155f7406ec3b543a9b5e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-18 22:03:29 |
| Source code size: | 258 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 442 / 462 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |