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

7
LINES

< > BotCompany Repo | #1028431 // hhiddenWithIDAndName - make HTML hidden field with identical id + name

JavaX fragment (include)

sS hhiddenWithIDAndName(S idAndName) {
  ret hhiddenWithIDAndName(idAndName, null);
}

sS hhiddenWithIDAndName(S idAndName, O value, O... params) {
  ret tag input("", paramsPlus(params, type := "hidden", id := idAndName, name := idAndName, +value));
}

Author comment

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