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

7
LINES

< > BotCompany Repo | #1028427 // hhiddenWithID - make HTML hidden field with id instead of name

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2729L/17K).

sS hhiddenWithID(S id) {
  ret hhiddenWithID(id, null);
}

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

Author comment

Began life as a copy of #1003090

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: #1028427
Snippet name: hhiddenWithID - make HTML hidden field with id instead of name
Eternal ID of this version: #1028427/3
Text MD5: 1f2f9ebecc8ff57ce7bbf67e25feb81d
Transpilation MD5: 8806d1cd5a59126316801c36629ba38c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-18 21:44:58
Source code size: 185 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 219
Version history: 2 change(s)
Referenced in: [show references]